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
@@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
description = "A multiprocess audio converter that supports many formats (FLAC, MP3, Ogg Vorbis, Windows codecs and many more)";
license = licenses.gpl3;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ _1126 ];
maintainers = with maintainers; [ hiberno ];
};
}