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

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://acoustid.org/chromaprint";
description = "AcoustID audio fingerprinting library";
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
license = licenses.lgpl21Plus;
platforms = platforms.all;
};