about summary refs log tree commit diff
path: root/pkgs/tools/text/mawk/default.nix
diff options
context:
space:
mode:
authorEmery Hemingway <emery@vfemail.net>2015-12-05 22:41:25 +0100
committerRok Garbas <rok@garbas.si>2015-12-05 23:06:20 +0100
commit2b6dcdfcd094bf8d6046a17a4d560cf110a6316e (patch)
treebb27bccf1dd1956a647eb0f9138d3eab40780136 /pkgs/tools/text/mawk/default.nix
parent1764a0571077833fa976402af4988dcee10e6a54 (diff)
downloadnixlib-2b6dcdfcd094bf8d6046a17a4d560cf110a6316e.tar
nixlib-2b6dcdfcd094bf8d6046a17a4d560cf110a6316e.tar.gz
nixlib-2b6dcdfcd094bf8d6046a17a4d560cf110a6316e.tar.bz2
nixlib-2b6dcdfcd094bf8d6046a17a4d560cf110a6316e.tar.lz
nixlib-2b6dcdfcd094bf8d6046a17a4d560cf110a6316e.tar.xz
nixlib-2b6dcdfcd094bf8d6046a17a4d560cf110a6316e.tar.zst
nixlib-2b6dcdfcd094bf8d6046a17a4d560cf110a6316e.zip
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
Communication happens on Github so names should be consistent.
Diffstat (limited to 'pkgs/tools/text/mawk/default.nix')
-rw-r--r--pkgs/tools/text/mawk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/mawk/default.nix b/pkgs/tools/text/mawk/default.nix
index 3337fa62a289..67d2df103639 100644
--- a/pkgs/tools/text/mawk/default.nix
+++ b/pkgs/tools/text/mawk/default.nix
@@ -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 ];
     };
 }
\ No newline at end of file