Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

maintainers: caralice -> magistau

+13 -13
+10 -10
maintainers/maintainer-list.nix
··· 3947 3947 github = "CaptainJawZ"; 3948 3948 githubId = 43111068; 3949 3949 }; 3950 - caralice = { 3951 - name = "Alice Carroll"; 3952 - email = "nix@alice-carroll.pet"; 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 - }; 3960 3950 CardboardTurkey = { 3961 3951 name = "Kiran Ostrolenk"; 3962 3952 email = "kiran@ostrolenk.co.uk"; ··· 14513 14503 github = "maggesi"; 14514 14504 githubId = 1809783; 14515 14505 name = "Marco Maggesi"; 14506 + }; 14507 + magistau = { 14508 + name = "Mg. Tau"; 14509 + email = "nix@alice-carroll.pet"; 14510 + github = "magistau"; 14511 + githubId = 43097806; 14512 + keys = [ 14513 + { fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; } 14514 + { fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; } 14515 + ]; 14516 14516 }; 14517 14517 magneticflux- = { 14518 14518 email = "skaggsm333@gmail.com";
+1 -1
pkgs/by-name/ai/aircrack-ng/package.nix
··· 129 129 description = "WiFi security auditing tools suite"; 130 130 homepage = "https://www.aircrack-ng.org/"; 131 131 license = lib.licenses.gpl2Plus; 132 - maintainers = with lib.maintainers; [ caralice ]; 132 + maintainers = with lib.maintainers; [ magistau ]; 133 133 platforms = 134 134 with lib.platforms; 135 135 builtins.concatLists [
+1 -1
pkgs/by-name/re/revolt-desktop/package.nix
··· 19 19 license = lib.licenses.agpl3Only; 20 20 maintainers = with lib.maintainers; [ 21 21 heyimnova 22 - caralice 22 + magistau 23 23 ]; 24 24 platforms = lib.platforms.linux ++ lib.platforms.darwin; 25 25 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
+1 -1
pkgs/by-name/sr/srgn/package.nix
··· 29 29 meta = with lib; { 30 30 description = "A code surgeon for precise text and code transplantation"; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ caralice ]; 32 + maintainers = with maintainers; [ magistau ]; 33 33 mainProgram = "srgn"; 34 34 homepage = "https://github.com/${src.owner}/${src.repo}/"; 35 35 downloadPage = "https://github.com/${src.owner}/${src.repo}/releases/tag/${src.rev}";