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

@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "A simple script to query a password from bitwarden";
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 ];

View file

@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation rec {
description = ''
A script to change the volume 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 ];

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 ];

View file

@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
mainProgram = ",";
description = "A simple script inspired by Shopify's comma, for modern Nix";
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];

View file

@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "Nix flake helper to visualize changes in closures";
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];

View file

@ -21,7 +21,7 @@ qt5.mkDerivation rec {
meta = with lib; {
description = "A CLI drag-and-drop tool";
homepage = "https://gitea.belanyi.fr/ambroisie/dragger";
homepage = "https://git.belanyi.fr/ambroisie/dragger";
license = licenses.mit;
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.linux;

View file

@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "Helper script to run rsync in a CI pipeline";
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];

View file

@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "Helper script to query i3 window criterions";
homepage = "https://gitea.belanyi.fr/ambroisie/nix-config";
homepage = "https://git.belanyi.fr/ambroisie/nix-config";
license = with licenses; [ mit ];
platforms = platforms.unix;
maintainers = with maintainers; [ ambroisie ];

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 ];

View file

@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation rec {
description = ''
A script to copy strings using the OSC52 escape sequence
'';
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 ];