Rename 'emery' maintainer handle to 'ehmry', fixes #11493
Communication happens on Github so names should be consistent.
This commit is contained in:
committed by
Rok Garbas
parent
1764a05710
commit
2b6dcdfcd0
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.musicpd.org/libs/libmpdclient/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ mornfall emery ];
|
||||
maintainers = with maintainers; [ mornfall ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "A flexible, powerful daemon for playing music";
|
||||
homepage = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ astsmtl fuuzetsu emery ];
|
||||
maintainers = with maintainers; [ astsmtl fuuzetsu ehmry ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user