maintainers: drop sargon (#479194)

This commit is contained in:
Michael Daniels
2026-01-18 16:10:08 +00:00
committed by GitHub
4 changed files with 3 additions and 9 deletions
-6
View File
@@ -23399,12 +23399,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 = [ ];
};
}