Skip to content

Commit 959931a

Browse files
authored
maintainers: caralice -> magistau (NixOS#397245)
2 parents 317b668 + 34a8823 commit 959931a

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

maintainers/maintainer-list.nix

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3947,16 +3947,6 @@
39473947
github = "CaptainJawZ";
39483948
githubId = 43111068;
39493949
};
3950-
caralice = {
3951-
name = "Alice Carroll";
3952-
email = "[email protected]";
3953-
github = "thecaralice";
3954-
githubId = 43097806;
3955-
keys = [
3956-
{ fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; }
3957-
{ fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; }
3958-
];
3959-
};
39603950
CardboardTurkey = {
39613951
name = "Kiran Ostrolenk";
39623952
email = "[email protected]";
@@ -14520,6 +14510,16 @@
1452014510
githubId = 1809783;
1452114511
name = "Marco Maggesi";
1452214512
};
14513+
magistau = {
14514+
name = "Mg. Tau";
14515+
email = "[email protected]";
14516+
github = "magistau";
14517+
githubId = 43097806;
14518+
keys = [
14519+
{ fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; }
14520+
{ fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; }
14521+
];
14522+
};
1452314523
magneticflux- = {
1452414524
email = "[email protected]";
1452514525
github = "magneticflux-";

pkgs/by-name/ai/aircrack-ng/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
129129
description = "WiFi security auditing tools suite";
130130
homepage = "https://www.aircrack-ng.org/";
131131
license = lib.licenses.gpl2Plus;
132-
maintainers = with lib.maintainers; [ caralice ];
132+
maintainers = with lib.maintainers; [ magistau ];
133133
platforms =
134134
with lib.platforms;
135135
builtins.concatLists [

pkgs/by-name/re/revolt-desktop/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
license = lib.licenses.agpl3Only;
2020
maintainers = with lib.maintainers; [
2121
heyimnova
22-
caralice
22+
magistau
2323
];
2424
platforms = lib.platforms.linux ++ lib.platforms.darwin;
2525
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];

pkgs/by-name/sr/srgn/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
2929
meta = with lib; {
3030
description = "A code surgeon for precise text and code transplantation";
3131
license = licenses.mit;
32-
maintainers = with maintainers; [ caralice ];
32+
maintainers = with maintainers; [ magistau ];
3333
mainProgram = "srgn";
3434
homepage = "https://github.com/${src.owner}/${src.repo}/";
3535
downloadPage = "https://github.com/${src.owner}/${src.repo}/releases/tag/${src.rev}";

0 commit comments

Comments
 (0)