maintainers: drop magenbluten

Inactive since 2020.
This commit is contained in:
Wolfgang Walther
2025-11-06 11:17:01 +01:00
parent b13e9ba96f
commit 3a114bc9d1
4 changed files with 0 additions and 9 deletions
-6
View File
@@ -15585,12 +15585,6 @@
githubId = 1433367;
name = "Marc Fontaine";
};
magenbluten = {
email = "magenbluten@codemonkey.cc";
github = "magenbluten";
githubId = 1140462;
name = "magenbluten";
};
magicquark = {
name = "magicquark";
github = "magicquark";
-1
View File
@@ -113,7 +113,6 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
maintainers = with maintainers; [
magenbluten
orivej
mic92
zhaofengli
-1
View File
@@ -123,7 +123,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = platforms.all;
maintainers = with maintainers; [
adev
magenbluten
];
};
})
-1
View File
@@ -174,6 +174,5 @@ stdenv.mkDerivation rec {
homepage = "https://suricata.io";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ magenbluten ];
};
}