Compare commits
3 commits
4b5a19a8fa
...
8a4fdf6a56
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a4fdf6a56 | |||
| d97da124ee | |||
| 96aa934bec |
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://gitea.belanyi.fr/ambroisie/zsh-done";
|
||||
homepage = "https://git.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://gitea.belanyi.fr/ambroisie/project";
|
||||
homepage = "https://git.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://gitea.belanyi.fr/ambroisie/project";
|
||||
homepage = "https://git.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 CMake";
|
||||
description = "A C++ project using Meson";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue