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

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://tpmquotetools.sourceforge.net/;
license = licenses.bsd3;
maintainers = with maintainers; [ ak ndowens ];
maintainers = with maintainers; [ ak ];
platforms = platforms.linux;
};
}