Compare commits
No commits in common. "8a4fdf6a56f69e9dbf6852a520ab43257c7731b1" and "4b5a19a8faade3a5dda68dab7046fb413de31277" have entirely different histories.
8a4fdf6a56
...
4b5a19a8fa
4 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
description = ''
|
||||
A zsh plug-in to receive notifications when long processes finish
|
||||
'';
|
||||
homepage = "https://git.belanyi.fr/ambroisie/zsh-done";
|
||||
homepage = "https://gitea.belanyi.fr/ambroisie/zsh-done";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ ambroisie ];
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
meta = with lib; {
|
||||
description = "A C++ project";
|
||||
homepage = "https://git.belanyi.fr/ambroisie/project";
|
||||
homepage = "https://gitea.belanyi.fr/ambroisie/project";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ambroisie ];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
meta = with lib; {
|
||||
description = "A C++ project";
|
||||
homepage = "https://git.belanyi.fr/ambroisie/project";
|
||||
homepage = "https://gitea.belanyi.fr/ambroisie/project";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ambroisie ];
|
||||
platforms = platforms.unix;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
};
|
||||
"c++-meson" = {
|
||||
path = ./c++-meson;
|
||||
description = "A C++ project using Meson";
|
||||
description = "A C++ project using CMake";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue