File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 39473947 github = "CaptainJawZ";
39483948 githubId = 43111068;
39493949 };
3950- caralice = {
3951- name = "Alice Carroll";
3952- 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";
396239521452014510 githubId = 1809783;
1452114511 name = "Marco Maggesi";
1452214512 };
14513+ magistau = {
14514+ name = "Mg. Tau";
14515+ 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- = {
14524145241452514525 github = "magneticflux-";
Original file line number Diff line number Diff 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 [
Original file line number Diff line number Diff line change 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 ] ;
Original file line number Diff line number Diff 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 } " ;
You can’t perform that action at this time.
0 commit comments