maintainers: drop sargon

This commit is contained in:
René Neumann
2026-01-12 01:43:41 +01:00
parent 9808fe7a18
commit dce1a64b85
4 changed files with 3 additions and 9 deletions
-6
View File
@@ -23440,12 +23440,6 @@
githubId = 30531572;
name = "Robert James Hernandez";
};
sargon = {
email = "danielehlers@mindeye.net";
github = "sargon";
githubId = 178904;
name = "Daniel Ehlers";
};
sarunint = {
email = "nixpkgs@sarunint.com";
github = "sarunint";
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = "https://radsecproxy.github.io/";
description = "Generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ sargon ];
maintainers = [ ];
platforms = with lib.platforms; linux;
};
}
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://sshguard.net";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ sargon ];
maintainers = [ ];
platforms = with lib.platforms; linux ++ darwin ++ freebsd ++ netbsd ++ openbsd;
};
}
+1 -1
View File
@@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
'';
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ sargon ];
maintainers = [ ];
};
}