From bde2513c62acb7ca54bb18751c98b76d5e6dfabb Mon Sep 17 00:00:00 2001 From: annaaurora Date: Wed, 20 Jul 2022 01:47:30 +0200 Subject: maintainers: papojari → annaaurora MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/tools/graphics/pixel2svg/default.nix | 2 +- pkgs/tools/misc/colorpanes/default.nix | 6 +++--- pkgs/tools/misc/dabet/default.nix | 6 +++--- pkgs/tools/misc/sanctity/default.nix | 6 +++--- pkgs/tools/misc/starfetch/default.nix | 2 +- pkgs/tools/networking/ipfetch/default.nix | 2 +- pkgs/tools/text/seehecht/default.nix | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/graphics/pixel2svg/default.nix b/pkgs/tools/graphics/pixel2svg/default.nix index 630e896ee75b..8e5e86624900 100644 --- a/pkgs/tools/graphics/pixel2svg/default.nix +++ b/pkgs/tools/graphics/pixel2svg/default.nix @@ -15,6 +15,6 @@ python310Packages.buildPythonPackage rec { homepage = "https://florian-berger.de/en/software/pixel2svg/"; description = "Converts pixel art to SVG - pixel by pixel"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ papojari ]; + maintainers = with maintainers; [ annaaurora ]; }; } diff --git a/pkgs/tools/misc/colorpanes/default.nix b/pkgs/tools/misc/colorpanes/default.nix index 7028232c367d..e89dc66897c0 100644 --- a/pkgs/tools/misc/colorpanes/default.nix +++ b/pkgs/tools/misc/colorpanes/default.nix @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitea { domain = "codeberg.org"; - owner = "papojari"; + owner = "annaaurora"; repo = pname; rev = "v${version}"; sha256 = "qaOH+LXNDq+utwyI1yzHWNt25AvdAXCTAziGV9ElroU="; @@ -20,8 +20,8 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Panes in the 8 bright terminal colors with shadows of the respective darker color"; - homepage = "https://codeberg.org/papojari/colorpanes"; + homepage = "https://codeberg.org/annaaurora/colorpanes"; license = licenses.lgpl3Only; - maintainers = with maintainers; [ papojari ]; + maintainers = with maintainers; [ annaaurora ]; }; } diff --git a/pkgs/tools/misc/dabet/default.nix b/pkgs/tools/misc/dabet/default.nix index 13a63b392c1c..3440a6e561b3 100644 --- a/pkgs/tools/misc/dabet/default.nix +++ b/pkgs/tools/misc/dabet/default.nix @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitea { domain = "codeberg.org"; - owner = "papojari"; + owner = "annaaurora"; repo = pname; rev = "v${version}"; sha256 = "sha256-B5z2RUkvztnGCKeVsjp/yzrI8m/6mjBB0DS1yhFZhM4="; @@ -16,9 +16,9 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Print the duration between two times"; - homepage = "https://codeberg.org/papojari/dabet"; + homepage = "https://codeberg.org/annaaurora/dabet"; license = licenses.lgpl3Only; - maintainers = with maintainers; [ papojari ]; + maintainers = with maintainers; [ annaaurora ]; }; } diff --git a/pkgs/tools/misc/sanctity/default.nix b/pkgs/tools/misc/sanctity/default.nix index c0e85340c856..6cb33a78bf40 100644 --- a/pkgs/tools/misc/sanctity/default.nix +++ b/pkgs/tools/misc/sanctity/default.nix @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitea { domain = "codeberg.org"; - owner = "papojari"; + owner = "annaaurora"; repo = pname; rev = "v${version}"; sha256 = "sha256-rK4em0maJQS50zPfnuFSxRoXUuFCaw9ZOfmgf70Sdac="; @@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Test the 16 terminal colors in all combinations"; - homepage = "https://codeberg.org/papojari/sanctity"; + homepage = "https://codeberg.org/annaaurora/sanctity"; license = licenses.lgpl3Only; - maintainers = with maintainers; [ papojari ]; + maintainers = with maintainers; [ annaaurora ]; }; } diff --git a/pkgs/tools/misc/starfetch/default.nix b/pkgs/tools/misc/starfetch/default.nix index 3dfff1400e9e..f5e7bf741215 100755 --- a/pkgs/tools/misc/starfetch/default.nix +++ b/pkgs/tools/misc/starfetch/default.nix @@ -31,6 +31,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Haruno19/starfetch"; license = licenses.gpl3Plus; platforms = platforms.all; - maintainers = with maintainers; [ papojari ]; + maintainers = with maintainers; [ annaaurora ]; }; } diff --git a/pkgs/tools/networking/ipfetch/default.nix b/pkgs/tools/networking/ipfetch/default.nix index a8b354ec9e6d..29a37a1004dc 100755 --- a/pkgs/tools/networking/ipfetch/default.nix +++ b/pkgs/tools/networking/ipfetch/default.nix @@ -33,6 +33,6 @@ stdenv.mkDerivation rec { description = "Neofetch but for ip adresses"; license = licenses.gpl3Only; platforms = platforms.all; - maintainers = with maintainers; [ papojari ]; + maintainers = with maintainers; [ annaaurora ]; }; } diff --git a/pkgs/tools/text/seehecht/default.nix b/pkgs/tools/text/seehecht/default.nix index e9ee07ee8ca6..718f22728e02 100644 --- a/pkgs/tools/text/seehecht/default.nix +++ b/pkgs/tools/text/seehecht/default.nix @@ -6,7 +6,7 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitea { domain = "codeberg.org"; - owner = "papojari"; + owner = "annaaurora"; repo = "seehecht"; rev = "v${version}"; sha256 = "sha256-x5zZEDaBmWpyvY+sKuiK4L+hc85prxCueWYUNMi9ty0="; @@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec { description = "A tool to quickly open a markdown document with already filled out frontmatter"; license = licenses.lgpl3Only; platforms = platforms.all; - maintainers = with maintainers; [ papojari ]; + maintainers = with maintainers; [ annaaurora ]; }; } -- cgit 1.4.1