Merge pull request #255785 from mweinelt/maintainers-update

maintainers: Fix github account names
This commit is contained in:
Pierre Bourdon 2023-09-18 14:59:47 +02:00 committed by GitHub
commit 19c6ce8a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 44 deletions

View File

@ -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";
@ -3115,7 +3109,7 @@
};
christianharke = {
email = "christian@harke.ch";
github = "christianharke";
github = "rake5k";
githubId = 13007345;
name = "Christian Harke";
keys = [{
@ -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";
@ -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";
@ -7349,7 +7337,7 @@
};
imalison = {
email = "IvanMalison@gmail.com";
github = "IvanMalison";
github = "colonelpanic8";
githubId = 1246619;
name = "Ivan Malison";
};
@ -7773,7 +7761,7 @@
jayesh-bhoot = {
name = "Jayesh Bhoot";
email = "jb@jayeshbhoot.com";
github = "bhootjb";
github = "jyssh";
githubId = 1915507;
};
jayman2000 = {
@ -8445,7 +8433,7 @@
};
jonnybolton = {
email = "jonnybolton@gmail.com";
github = "jonnybolton";
github = "jonnynightingale";
githubId = 8580434;
name = "Jonny Bolton";
};
@ -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";
@ -9786,7 +9769,7 @@
};
lethalman = {
email = "lucabru@src.gnome.org";
github = "lethalman";
github = "lucabrunox";
githubId = 480920;
name = "Luca Bruno";
};
@ -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";
@ -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";
@ -13040,7 +13011,7 @@
};
orichter = {
email = "richter-oliver@gmx.net";
github = "RichterOliver";
github = "ORichterSec";
githubId = 135209509;
name = "Oliver Richter";
};
@ -13649,7 +13620,7 @@
};
pjbarnoy = {
email = "pjbarnoy@gmail.com";
github = "pjbarnoy";
github = "waaamb";
githubId = 119460;
name = "Perry Barnoy";
};
@ -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";
@ -14401,7 +14372,7 @@
};
razvan = {
email = "razvan.panda@gmail.com";
github = "razvan-flavius-panda";
github = "freeman42x";
githubId = 1758708;
name = "Răzvan Flavius Panda";
};
@ -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";

View File

@ -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; [ ];
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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; [ ];
};
}