Merge pull request #182153 from auroraanna/master

maintainers: papojari → annaaurora
This commit is contained in:
Luke Granger-Brown 2022-07-20 01:35:48 +01:00 committed by GitHub
commit d152d026c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 20 additions and 20 deletions

View file

@ -9756,12 +9756,12 @@
githubId = 71795;
name = "Mica Semrick";
};
papojari = {
email = "papojari-git.ovoid@aleeas.com";
annaaurora = {
email = "anna@annaaurora.eu";
matrix = "@papojari:artemislena.eu";
github = "auroraanna";
githubId = 81317317;
name = "papojari";
name = "Anna Aurora";
};
paraseba = {
email = "paraseba@gmail.com";

View file

@ -6,7 +6,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchFromGitea {
domain = "codeberg.org";
owner = "papojari";
owner = "annaaurora";
repo = "kabeljau";
rev = "v${version}";
sha256 = "sha256-RedVItgfr6vgqXHA3bOiHXDpfGuHI+sX4jCHL9G5jYk=";
@ -33,8 +33,8 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "Survive as a stray cat in an ncurses game";
homepage = "https://codeberg.org/papojari/kabeljau";
homepage = "https://codeberg.org/annaaurora/kabeljau";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ papojari ];
maintainers = with maintainers; [ annaaurora ];
};
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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