pkgs: use 'git.*' subdomain
Since I've changed the official subdomain for my forge, let's update it.
This commit is contained in:
parent
e50b259a70
commit
89256fa29b
|
@ -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 ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue