maintainers: caralice -> magistau

This commit is contained in:
Alice Carroll
2025-04-09 02:32:30 +03:00
parent 302049d9d3
commit 34a88239ca
4 changed files with 13 additions and 13 deletions
+10 -10
View File
@@ -3947,16 +3947,6 @@
github = "CaptainJawZ";
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 = {
name = "Kiran Ostrolenk";
email = "kiran@ostrolenk.co.uk";
@@ -14514,6 +14504,16 @@
githubId = 1809783;
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- = {
email = "skaggsm333@gmail.com";
github = "magneticflux-";
+1 -1
View File
@@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
description = "WiFi security auditing tools suite";
homepage = "https://www.aircrack-ng.org/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ caralice ];
maintainers = with lib.maintainers; [ magistau ];
platforms =
with lib.platforms;
builtins.concatLists [
+1 -1
View File
@@ -19,7 +19,7 @@
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
heyimnova
caralice
magistau
];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
+1 -1
View File
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A code surgeon for precise text and code transplantation";
license = licenses.mit;
maintainers = with maintainers; [ caralice ];
maintainers = with maintainers; [ magistau ];
mainProgram = "srgn";
homepage = "https://github.com/${src.owner}/${src.repo}/";
downloadPage = "https://github.com/${src.owner}/${src.repo}/releases/tag/${src.rev}";