pkgs: use 'git.*' subdomain

Since I've changed the official subdomain for my forge, let's update it.
This commit is contained in:
Bruno BELANYI 2023-03-16 21:37:52 +01:00
parent e50b259a70
commit 89256fa29b
10 changed files with 10 additions and 10 deletions

View file

@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation rec {
A very simple bash script that can be used to send a message to
a Matrix room
'';
homepage = "https://gitea.belanyi.fr/ambroisie/${pname}";
homepage = "https://git.belanyi.fr/ambroisie/${pname}";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];