lol

Merge pull request #130577 from maxeaubrey/maxine-add-to-maintainers

pkgs: add maxeaubrey to maintainers

authored by

Maximilian Bosch and committed by
GitHub
fc98ebad 651fd8be

+8 -6
+1 -1
pkgs/applications/editors/vscode/vscode.nix
··· 58 58 homepage = "https://code.visualstudio.com/"; 59 59 downloadPage = "https://code.visualstudio.com/Updates"; 60 60 license = licenses.unfree; 61 - maintainers = with maintainers; [ eadwu synthetica ]; 61 + maintainers = with maintainers; [ eadwu synthetica maxeaubrey ]; 62 62 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ]; 63 63 }; 64 64 }
+1 -1
pkgs/applications/networking/cluster/nomad/generic.nix
··· 53 53 description = "A Distributed, Highly Available, Datacenter-Aware Scheduler"; 54 54 platforms = platforms.unix; 55 55 license = licenses.mpl20; 56 - maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes ]; 56 + maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes maxeaubrey ]; 57 57 }; 58 58 }
+1
pkgs/applications/networking/cluster/terraform/default.nix
··· 62 62 marsam 63 63 timstott 64 64 zimbatm 65 + maxeaubrey 65 66 ]; 66 67 }; 67 68 } // attrs');
+1 -1
pkgs/data/themes/yaru/default.nix
··· 42 42 homepage = "https://github.com/ubuntu/yaru"; 43 43 license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ]; 44 44 platforms = platforms.linux; 45 - maintainers = with maintainers; [ fortuneteller2k ]; 45 + maintainers = with maintainers; [ fortuneteller2k maxeaubrey ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/compilers/vala/default.nix
··· 100 100 homepage = "https://wiki.gnome.org/Projects/Vala"; 101 101 license = licenses.lgpl21Plus; 102 102 platforms = platforms.unix; 103 - maintainers = with maintainers; [ antono jtojnar peterhoeg ]; 103 + maintainers = with maintainers; [ antono jtojnar peterhoeg maxeaubrey ]; 104 104 }; 105 105 }); 106 106
+1 -1
pkgs/os-specific/linux/ell/default.nix
··· 38 38 ''; 39 39 license = licenses.lgpl21Plus; 40 40 platforms = platforms.linux; 41 - maintainers = with maintainers; [ mic92 dtzWill ]; 41 + maintainers = with maintainers; [ mic92 dtzWill maxeaubrey ]; 42 42 }; 43 43 }
+1 -1
pkgs/os-specific/linux/iwd/default.nix
··· 91 91 description = "Wireless daemon for Linux"; 92 92 license = licenses.lgpl21Plus; 93 93 platforms = platforms.linux; 94 - maintainers = with maintainers; [ dtzWill fpletz ]; 94 + maintainers = with maintainers; [ dtzWill fpletz maxeaubrey ]; 95 95 }; 96 96 }
+1
pkgs/servers/plex/raw.nix
··· 89 89 lnl7 90 90 pjones 91 91 thoughtpolice 92 + maxeaubrey 92 93 ]; 93 94 description = "Media library streaming server"; 94 95 longDescription = ''