Rename 'emery' maintainer handle to 'ehmry', fixes #11493

Communication happens on Github so names should be consistent.
This commit is contained in:
Emery Hemingway
2015-12-05 22:41:25 +01:00
committed by Rok Garbas
parent 1764a05710
commit 2b6dcdfcd0
42 changed files with 43 additions and 43 deletions

View File

@@ -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 ];
};
}

View File

@@ -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 = ''

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = http://www.pps.jussieu.fr/~jch/software/polipo/;
description = "A small and fast caching web proxy";
license = licenses.mit;
maintainers = with maintainers; [ phreedom emery ];
maintainers = with maintainers; [ phreedom ehmry ];
platforms = platforms.all;
};
}

View File

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Ripple P2P payment network reference server";
homepage = https://ripple.com;
maintainers = with maintainers; [ emery offline ];
maintainers = with maintainers; [ ehmry offline ];
license = licenses.isc;
platforms = [ "x86_64-linux" ];
};

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation {
{ description = "Serve 9P from Unix";
homepage = http://plan9.bell-labs.com/magic/man2html/4/u9fs;
license = licenses.free;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.unix;
};
}

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation {
description = "High performance peer-to-peer hub for the ADC network";
homepage = https://www.uhub.org/;
license = licenses.gpl3;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.unix;
};
}