maintainers: remove msackman

no github account
This commit is contained in:
ajs124 2022-06-23 01:25:14 +02:00
parent 50084dde45
commit 246a499876
2 changed files with 1 additions and 5 deletions

View File

@ -8733,10 +8733,6 @@
githubId = 839693;
name = "Ingolf Wanger";
};
msackman = {
email = "matthew@wellquite.org";
name = "Matthew Sackman";
};
mschneider = {
email = "markus.schneider.sic+nix@gmail.com";
name = "Markus Schneider";

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
'';
homepage = "http://pjp.dgplug.org/ndjbdns/";
license = licenses.gpl2;
maintainers = [ maintainers.msackman ];
maintainers = [ ];
platforms = platforms.linux ++ platforms.darwin;
};