From 89256fa29bb8a2ae95ce8491543f9e86bd5d3d03 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 16 Mar 2023 21:37:52 +0100 Subject: [PATCH] pkgs: use 'git.*' subdomain Since I've changed the official subdomain for my forge, let's update it. --- pkgs/bw-pass/default.nix | 2 +- pkgs/change-audio/default.nix | 2 +- pkgs/change-backlight/default.nix | 2 +- pkgs/comma/default.nix | 2 +- pkgs/diff-flake/default.nix | 2 +- pkgs/dragger/default.nix | 2 +- pkgs/drone-rsync/default.nix | 2 +- pkgs/i3-get-window-criteria/default.nix | 2 +- pkgs/matrix-notifier/default.nix | 2 +- pkgs/osc52/default.nix | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/bw-pass/default.nix b/pkgs/bw-pass/default.nix index fcd9d08..12cf4f1 100644 --- a/pkgs/bw-pass/default.nix +++ b/pkgs/bw-pass/default.nix @@ -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 ]; diff --git a/pkgs/change-audio/default.nix b/pkgs/change-audio/default.nix index 3b3359d..2e3535c 100644 --- a/pkgs/change-audio/default.nix +++ b/pkgs/change-audio/default.nix @@ -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 ]; diff --git a/pkgs/change-backlight/default.nix b/pkgs/change-backlight/default.nix index 83ba2fe..2e2efa1 100644 --- a/pkgs/change-backlight/default.nix +++ b/pkgs/change-backlight/default.nix @@ -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 ]; diff --git a/pkgs/comma/default.nix b/pkgs/comma/default.nix index d61c884..1b6f9e5 100644 --- a/pkgs/comma/default.nix +++ b/pkgs/comma/default.nix @@ -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 ]; diff --git a/pkgs/diff-flake/default.nix b/pkgs/diff-flake/default.nix index 429b09a..124b081 100644 --- a/pkgs/diff-flake/default.nix +++ b/pkgs/diff-flake/default.nix @@ -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 ]; diff --git a/pkgs/dragger/default.nix b/pkgs/dragger/default.nix index e535944..094e541 100644 --- a/pkgs/dragger/default.nix +++ b/pkgs/dragger/default.nix @@ -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; diff --git a/pkgs/drone-rsync/default.nix b/pkgs/drone-rsync/default.nix index cb70fed..7b2a664 100644 --- a/pkgs/drone-rsync/default.nix +++ b/pkgs/drone-rsync/default.nix @@ -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 ]; diff --git a/pkgs/i3-get-window-criteria/default.nix b/pkgs/i3-get-window-criteria/default.nix index 8b082d4..6542e8a 100644 --- a/pkgs/i3-get-window-criteria/default.nix +++ b/pkgs/i3-get-window-criteria/default.nix @@ -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 ]; diff --git a/pkgs/matrix-notifier/default.nix b/pkgs/matrix-notifier/default.nix index 76765a7..c17bf28 100644 --- a/pkgs/matrix-notifier/default.nix +++ b/pkgs/matrix-notifier/default.nix @@ -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 ]; diff --git a/pkgs/osc52/default.nix b/pkgs/osc52/default.nix index e9ef598..d4bf771 100644 --- a/pkgs/osc52/default.nix +++ b/pkgs/osc52/default.nix @@ -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 ];