maintainer-list.nix: remove ndowens

This commit is contained in:
Nathan
2019-12-26 16:47:41 -05:00
committed by Dmitry Kalinkin
parent 690390d493
commit b0caf68bff
28 changed files with 27 additions and 33 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Implementation of Markdown markup language in C";
homepage = http://www.pell.portland.or.us/~orc/Code/discount/;
license = licenses.bsd3;
maintainers = with maintainers; [ shell ndowens ];
maintainers = with maintainers; [ shell ];
platforms = platforms.unix;
};
}