Loading maintainers/maintainer-list.nix +11 −40 Original line number Diff line number Diff line Loading @@ -2429,12 +2429,6 @@ githubId = 1743184; name = "Boris Babić"; }; borlaag = { email = "borlaag@proton.me"; github = "Borlaag"; githubId = 114830266; name = "Børlaag"; }; bosu = { email = "boriss@gmail.com"; github = "bosu"; Loading Loading @@ -3115,7 +3109,7 @@ }; christianharke = { email = "christian@harke.ch"; github = "christianharke"; github = "rake5k"; githubId = 13007345; name = "Christian Harke"; keys = [{ Loading Loading @@ -4471,7 +4465,7 @@ DomesticMoth = { name = "Andrew"; email = "silkmoth@protonmail.com"; github = "DomesticMoth"; github = "asciimoth"; githubId = 91414737; keys = [{ fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087"; Loading Loading @@ -4857,12 +4851,6 @@ githubId = 54799; name = "Edward Tjörnhammar"; }; ee2500 = { email = "earthengine@skiff.com"; github = "ee2500"; githubId = 134107129; name = "EarthEngine"; }; eelco = { email = "edolstra+nixpkgs@gmail.com"; github = "edolstra"; Loading Loading @@ -7349,7 +7337,7 @@ }; imalison = { email = "IvanMalison@gmail.com"; github = "IvanMalison"; github = "colonelpanic8"; githubId = 1246619; name = "Ivan Malison"; }; Loading Loading @@ -7773,7 +7761,7 @@ jayesh-bhoot = { name = "Jayesh Bhoot"; email = "jb@jayeshbhoot.com"; github = "bhootjb"; github = "jyssh"; githubId = 1915507; }; jayman2000 = { Loading Loading @@ -8445,7 +8433,7 @@ }; jonnybolton = { email = "jonnybolton@gmail.com"; github = "jonnybolton"; github = "jonnynightingale"; githubId = 8580434; name = "Jonny Bolton"; }; Loading Loading @@ -8481,11 +8469,6 @@ github = "jorsn"; githubId = 4646725; }; joscha = { name = "joscha Loos"; email = "j.loos@posteo.net"; githubId = 57965027; }; josephst = { name = "Joseph Stahl"; email = "hello@josephstahl.com"; Loading Loading @@ -9786,7 +9769,7 @@ }; lethalman = { email = "lucabru@src.gnome.org"; github = "lethalman"; github = "lucabrunox"; githubId = 480920; name = "Luca Bruno"; }; Loading Loading @@ -10459,12 +10442,6 @@ github = "mac-chaffee"; githubId = 7581860; }; maddiethecafebabe = { email = "maddie@cafebabe.date"; github = "maddiethecafebabe"; githubId = 75337286; name = "Madeline S."; }; madjar = { email = "georges.dubus@compiletoi.net"; github = "madjar"; Loading Loading @@ -12211,12 +12188,6 @@ githubId = 77314501; name = "Maurice Zhou"; }; nebulka = { email = "arapun@proton.me"; github = "nebulka1"; githubId = 121920704; name = "Nebulka"; }; Necior = { email = "adrian@sadlocha.eu"; github = "Necior"; Loading Loading @@ -13040,7 +13011,7 @@ }; orichter = { email = "richter-oliver@gmx.net"; github = "RichterOliver"; github = "ORichterSec"; githubId = 135209509; name = "Oliver Richter"; }; Loading Loading @@ -13649,7 +13620,7 @@ }; pjbarnoy = { email = "pjbarnoy@gmail.com"; github = "pjbarnoy"; github = "waaamb"; githubId = 119460; name = "Perry Barnoy"; }; Loading Loading @@ -13695,7 +13666,7 @@ PlayerNameHere = { name = "Dixon Sean Low Yan Feng"; email = "dixonseanlow@protonmail.com"; github = "PlayerNameHere"; github = "dixslyf"; githubId = 56017218; keys = [{ fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8"; Loading Loading @@ -14401,7 +14372,7 @@ }; razvan = { email = "razvan.panda@gmail.com"; github = "razvan-flavius-panda"; github = "freeman42x"; githubId = 1758708; name = "Răzvan Flavius Panda"; }; Loading Loading @@ -17130,7 +17101,7 @@ name = "The Hedgehog"; email = "hedgehog@mrhedgehog.xyz"; matrix = "@mrhedgehog:jupiterbroadcasting.com"; github = "theHedgehog0"; github = "pyrox0"; githubId = 35778371; keys = [{ fingerprint = "38A0 29B0 4A7E 4C13 A4BB 86C8 7D51 0786 6B1C 6752"; Loading pkgs/applications/virtualization/rvvm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,6 @@ stdenv.mkDerivation rec { description = "The RISC-V Virtual Machine"; license = with licenses; [ gpl3 /* or */ mpl20 ]; platforms = platforms.linux ++ platforms.darwin; maintainers = with maintainers; [ nebulka ]; maintainers = with maintainers; [ ]; }; } pkgs/development/libraries/yas/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/niXman/yas"; description = "Yet Another Serialization"; license = licenses.boost; maintainers = with maintainers; [ ee2500 ]; maintainers = with maintainers; [ ]; platforms = platforms.all; }; } pkgs/development/tools/extism-cli/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation rec { description = "The extism CLI is used to manage Extism installations"; homepage = "https://github.com/extism/cli"; license = licenses.bsd3; maintainers = with maintainers; [ borlaag ]; maintainers = with maintainers; [ ]; platforms = platforms.all; }; } pkgs/tools/virtualization/uefi-run/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec { description = "Directly run UEFI applications in qemu"; homepage = "https://github.com/Richard-W/uefi-run"; license = licenses.mit; maintainers = [ maintainers.maddiethecafebabe ]; maintainers = with maintainers; [ ]; }; } Loading
maintainers/maintainer-list.nix +11 −40 Original line number Diff line number Diff line Loading @@ -2429,12 +2429,6 @@ githubId = 1743184; name = "Boris Babić"; }; borlaag = { email = "borlaag@proton.me"; github = "Borlaag"; githubId = 114830266; name = "Børlaag"; }; bosu = { email = "boriss@gmail.com"; github = "bosu"; Loading Loading @@ -3115,7 +3109,7 @@ }; christianharke = { email = "christian@harke.ch"; github = "christianharke"; github = "rake5k"; githubId = 13007345; name = "Christian Harke"; keys = [{ Loading Loading @@ -4471,7 +4465,7 @@ DomesticMoth = { name = "Andrew"; email = "silkmoth@protonmail.com"; github = "DomesticMoth"; github = "asciimoth"; githubId = 91414737; keys = [{ fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087"; Loading Loading @@ -4857,12 +4851,6 @@ githubId = 54799; name = "Edward Tjörnhammar"; }; ee2500 = { email = "earthengine@skiff.com"; github = "ee2500"; githubId = 134107129; name = "EarthEngine"; }; eelco = { email = "edolstra+nixpkgs@gmail.com"; github = "edolstra"; Loading Loading @@ -7349,7 +7337,7 @@ }; imalison = { email = "IvanMalison@gmail.com"; github = "IvanMalison"; github = "colonelpanic8"; githubId = 1246619; name = "Ivan Malison"; }; Loading Loading @@ -7773,7 +7761,7 @@ jayesh-bhoot = { name = "Jayesh Bhoot"; email = "jb@jayeshbhoot.com"; github = "bhootjb"; github = "jyssh"; githubId = 1915507; }; jayman2000 = { Loading Loading @@ -8445,7 +8433,7 @@ }; jonnybolton = { email = "jonnybolton@gmail.com"; github = "jonnybolton"; github = "jonnynightingale"; githubId = 8580434; name = "Jonny Bolton"; }; Loading Loading @@ -8481,11 +8469,6 @@ github = "jorsn"; githubId = 4646725; }; joscha = { name = "joscha Loos"; email = "j.loos@posteo.net"; githubId = 57965027; }; josephst = { name = "Joseph Stahl"; email = "hello@josephstahl.com"; Loading Loading @@ -9786,7 +9769,7 @@ }; lethalman = { email = "lucabru@src.gnome.org"; github = "lethalman"; github = "lucabrunox"; githubId = 480920; name = "Luca Bruno"; }; Loading Loading @@ -10459,12 +10442,6 @@ github = "mac-chaffee"; githubId = 7581860; }; maddiethecafebabe = { email = "maddie@cafebabe.date"; github = "maddiethecafebabe"; githubId = 75337286; name = "Madeline S."; }; madjar = { email = "georges.dubus@compiletoi.net"; github = "madjar"; Loading Loading @@ -12211,12 +12188,6 @@ githubId = 77314501; name = "Maurice Zhou"; }; nebulka = { email = "arapun@proton.me"; github = "nebulka1"; githubId = 121920704; name = "Nebulka"; }; Necior = { email = "adrian@sadlocha.eu"; github = "Necior"; Loading Loading @@ -13040,7 +13011,7 @@ }; orichter = { email = "richter-oliver@gmx.net"; github = "RichterOliver"; github = "ORichterSec"; githubId = 135209509; name = "Oliver Richter"; }; Loading Loading @@ -13649,7 +13620,7 @@ }; pjbarnoy = { email = "pjbarnoy@gmail.com"; github = "pjbarnoy"; github = "waaamb"; githubId = 119460; name = "Perry Barnoy"; }; Loading Loading @@ -13695,7 +13666,7 @@ PlayerNameHere = { name = "Dixon Sean Low Yan Feng"; email = "dixonseanlow@protonmail.com"; github = "PlayerNameHere"; github = "dixslyf"; githubId = 56017218; keys = [{ fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8"; Loading Loading @@ -14401,7 +14372,7 @@ }; razvan = { email = "razvan.panda@gmail.com"; github = "razvan-flavius-panda"; github = "freeman42x"; githubId = 1758708; name = "Răzvan Flavius Panda"; }; Loading Loading @@ -17130,7 +17101,7 @@ name = "The Hedgehog"; email = "hedgehog@mrhedgehog.xyz"; matrix = "@mrhedgehog:jupiterbroadcasting.com"; github = "theHedgehog0"; github = "pyrox0"; githubId = 35778371; keys = [{ fingerprint = "38A0 29B0 4A7E 4C13 A4BB 86C8 7D51 0786 6B1C 6752"; Loading
pkgs/applications/virtualization/rvvm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,6 @@ stdenv.mkDerivation rec { description = "The RISC-V Virtual Machine"; license = with licenses; [ gpl3 /* or */ mpl20 ]; platforms = platforms.linux ++ platforms.darwin; maintainers = with maintainers; [ nebulka ]; maintainers = with maintainers; [ ]; }; }
pkgs/development/libraries/yas/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/niXman/yas"; description = "Yet Another Serialization"; license = licenses.boost; maintainers = with maintainers; [ ee2500 ]; maintainers = with maintainers; [ ]; platforms = platforms.all; }; }
pkgs/development/tools/extism-cli/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation rec { description = "The extism CLI is used to manage Extism installations"; homepage = "https://github.com/extism/cli"; license = licenses.bsd3; maintainers = with maintainers; [ borlaag ]; maintainers = with maintainers; [ ]; platforms = platforms.all; }; }
pkgs/tools/virtualization/uefi-run/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec { description = "Directly run UEFI applications in qemu"; homepage = "https://github.com/Richard-W/uefi-run"; license = licenses.mit; maintainers = [ maintainers.maddiethecafebabe ]; maintainers = with maintainers; [ ]; }; }