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 23:06:20 +01:00
committed by Rok Garbas
parent 1764a05710
commit 2b6dcdfcd0
42 changed files with 43 additions and 43 deletions
+1 -1
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;
};
}