maintainer-list.nix: remove ndowens

This commit is contained in:
Nathan
2019-12-26 21:28:10 +00:00
committed by Dmitry Kalinkin
parent 690390d493
commit b0caf68bff
28 changed files with 27 additions and 33 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://www.nongnu.org/numdiff/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ndowens ];
maintainers = with maintainers; [];
platforms = platforms.gnu ++ platforms.linux;
};
}