templates: fix homepage links
This commit is contained in:
parent
96aa934bec
commit
d97da124ee
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A C++ project";
|
description = "A C++ project";
|
||||||
homepage = "https://gitea.belanyi.fr/ambroisie/project";
|
homepage = "https://git.belanyi.fr/ambroisie/project";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ambroisie ];
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A C++ project";
|
description = "A C++ project";
|
||||||
homepage = "https://gitea.belanyi.fr/ambroisie/project";
|
homepage = "https://git.belanyi.fr/ambroisie/project";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ambroisie ];
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in a new issue