maintainers: remove wedens

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:47:46 +02:00
parent e23c5a9471
commit 95d1c56385
4 changed files with 3 additions and 7 deletions

View file

@ -13493,10 +13493,6 @@
github = "wdavidw"; github = "wdavidw";
githubId = 46896; githubId = 46896;
}; };
wedens = {
email = "kirill.wedens@gmail.com";
name = "wedens";
};
WeebSorceress = { WeebSorceress = {
name = "WeebSorceress"; name = "WeebSorceress";
email = "hello@weebsorceress.anonaddy.me"; email = "hello@weebsorceress.anonaddy.me";

View file

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/noctuid/tdrop"; homepage = "https://github.com/noctuid/tdrop";
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wedens ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/qnikst/kbdd"; homepage = "https://github.com/qnikst/kbdd";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.wedens ]; maintainers = [ ];
}; };
} }

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Linux kernel vendor specific hardware reset module"; description = "Linux kernel vendor specific hardware reset module";
homepage = "https://github.com/gnif/vendor-reset"; homepage = "https://github.com/gnif/vendor-reset";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ wedens ]; maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
broken = kernel.kernelOlder "4.19"; broken = kernel.kernelOlder "4.19";
}; };