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

@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation rec {
description = ''
A script to change a screen's brightness and notify about it
'';
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.linux;
maintainers = with maintainers; [ ambroisie ];