maintainers: drop sargon (#479194)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ sargon ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user