maintainers: change of nickname.

This commit is contained in:
_1126
2015-06-01 11:00:57 +02:00
parent 5afa4f18d6
commit 98e698fad2
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Curses-based interface for MPD (music player daemon)";
homepage = http://www.musicpd.org/clients/ncmpc/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ _1126 ];
maintainers = with maintainers; [ hiberno ];
platforms = platforms.all;
};
}