maintainers: caralice -> magistau

This commit is contained in:
Alice Carroll 2025-04-09 01:36:26 +03:00
parent 302049d9d3
commit 34a88239ca
No known key found for this signature in database
GPG key ID: 05140B67902CD3AF
4 changed files with 13 additions and 13 deletions

View file

@ -3947,16 +3947,6 @@
github = "CaptainJawZ"; github = "CaptainJawZ";
githubId = 43111068; githubId = 43111068;
}; };
caralice = {
name = "Alice Carroll";
email = "nix@alice-carroll.pet";
github = "thecaralice";
githubId = 43097806;
keys = [
{ fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; }
{ fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; }
];
};
CardboardTurkey = { CardboardTurkey = {
name = "Kiran Ostrolenk"; name = "Kiran Ostrolenk";
email = "kiran@ostrolenk.co.uk"; email = "kiran@ostrolenk.co.uk";
@ -14514,6 +14504,16 @@
githubId = 1809783; githubId = 1809783;
name = "Marco Maggesi"; name = "Marco Maggesi";
}; };
magistau = {
name = "Mg. Tau";
email = "nix@alice-carroll.pet";
github = "magistau";
githubId = 43097806;
keys = [
{ fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; }
{ fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; }
];
};
magneticflux- = { magneticflux- = {
email = "skaggsm333@gmail.com"; email = "skaggsm333@gmail.com";
github = "magneticflux-"; github = "magneticflux-";

View file

@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
description = "WiFi security auditing tools suite"; description = "WiFi security auditing tools suite";
homepage = "https://www.aircrack-ng.org/"; homepage = "https://www.aircrack-ng.org/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ caralice ]; maintainers = with lib.maintainers; [ magistau ];
platforms = platforms =
with lib.platforms; with lib.platforms;
builtins.concatLists [ builtins.concatLists [

View file

@ -19,7 +19,7 @@
license = lib.licenses.agpl3Only; license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
heyimnova heyimnova
caralice magistau
]; ];
platforms = lib.platforms.linux ++ lib.platforms.darwin; platforms = lib.platforms.linux ++ lib.platforms.darwin;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];

View file

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
description = "A code surgeon for precise text and code transplantation"; description = "A code surgeon for precise text and code transplantation";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ caralice ]; maintainers = with maintainers; [ magistau ];
mainProgram = "srgn"; mainProgram = "srgn";
homepage = "https://github.com/${src.owner}/${src.repo}/"; homepage = "https://github.com/${src.owner}/${src.repo}/";
downloadPage = "https://github.com/${src.owner}/${src.repo}/releases/tag/${src.rev}"; downloadPage = "https://github.com/${src.owner}/${src.repo}/releases/tag/${src.rev}";