maintainers: rename jgarcia to chewblacka

This commit is contained in:
John Garcia 2023-11-24 13:32:09 +00:00
parent 46e11ae73d
commit d91e9ecd5b
6 changed files with 10 additions and 10 deletions

View File

@ -3172,6 +3172,11 @@
githubId = 18648043;
name = "Daniel Cartwright";
};
chewblacka = {
github = "chewblacka";
githubId = 18430320;
name = "John Garcia";
};
Chili-Man = {
email = "dr.elhombrechile@gmail.com";
name = "Diego Rodriguez";
@ -8414,11 +8419,6 @@
githubId = 31008330;
name = "Jann Marc Villablanca";
};
jgarcia = {
github = "chewblacka";
githubId = 18430320;
name = "John Garcia";
};
jgart = {
email = "jgart@dismail.de";
github = "jgarte";

View File

@ -49,7 +49,7 @@ perlPackages.buildPerlPackage rec {
license = licenses.gpl3Plus;
homepage = "https://github.com/get-iplayer/get_iplayer";
platforms = platforms.all;
maintainers = with maintainers; [ rika jgarcia ];
maintainers = with maintainers; [ rika chewblacka ];
};
}

View File

@ -44,7 +44,7 @@ in
meta = with lib; {
description = "A note-taking application focused on learning and productivity";
homepage = "https://remnote.com/";
maintainers = with maintainers; [ max-niederman jgarcia ];
maintainers = with maintainers; [ max-niederman chewblacka ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
mainProgram = "remnote";

View File

@ -69,7 +69,7 @@ perlPackages.buildPerlPackage rec {
license = licenses.gpl1Plus;
homepage = "https://github.com/dave-theunsub/clamtk";
platforms = platforms.linux;
maintainers = with maintainers; [ jgarcia ShamrockLee ];
maintainers = with maintainers; [ chewblacka ShamrockLee ];
};
}

View File

@ -81,7 +81,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/bpozdena/OneDriveGUI";
description = "A simple GUI for Linux OneDrive Client, with multi-account support";
license = licenses.gpl3Only;
maintainers = with maintainers; [ jgarcia ];
maintainers = with maintainers; [ chewblacka ];
platforms = platforms.linux;
};
}

View File

@ -37,7 +37,7 @@ buildGoModule rec {
homepage = "https://github.com/Vanilla-OS/apx";
changelog = "https://github.com/Vanilla-OS/apx/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ dit7ya jgarcia ];
maintainers = with maintainers; [ dit7ya chewblacka ];
mainProgram = "apx";
};
}