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
@@ -12,6 +12,6 @@ stdenv.mkDerivation rec {
|
||||
{ description = "Interpreter for the AWK Programming Language";
|
||||
homepage = http://invisible-island.net/mawk/mawk.html;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ emery ];
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user