maintainers: remove mornfall from packages

This commit is contained in:
Yegor Timoshenko
2018-01-17 05:17:33 +00:00
parent 846b5c42f1
commit 506c89c30a
43 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "A featureful ncurses based MPD client inspired by ncmpc";
homepage = https://ncmpcpp.rybczak.net/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ jfrankenau koral lovek323 mornfall ];
maintainers = with maintainers; [ jfrankenau koral lovek323 ];
platforms = platforms.all;
};
}