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

Communication happens on Github so names should be consistent.
wip/yesman
Emery Hemingway 9 years ago committed by Rok Garbas
parent 1764a05710
commit 2b6dcdfcd0
  1. 2
      lib/maintainers.nix
  2. 4
      nixos/tests/cjdns.nix
  3. 2
      pkgs/applications/audio/gnaural/default.nix
  4. 2
      pkgs/applications/audio/meters_lv2/default.nix
  5. 2
      pkgs/applications/audio/picard/default.nix
  6. 2
      pkgs/applications/editors/rstudio/default.nix
  7. 2
      pkgs/applications/misc/electrum/default.nix
  8. 2
      pkgs/applications/misc/monero/default.nix
  9. 2
      pkgs/applications/misc/qtbitcointrader/default.nix
  10. 2
      pkgs/applications/misc/xcruiser/default.nix
  11. 2
      pkgs/applications/networking/browsers/mozilla-plugins/trezor/default.nix
  12. 2
      pkgs/applications/networking/instant-messengers/ratox/default.nix
  13. 2
      pkgs/applications/networking/newsreaders/slrn/default.nix
  14. 2
      pkgs/applications/networking/p2p/firestr/default.nix
  15. 2
      pkgs/applications/networking/p2p/ncdc/default.nix
  16. 2
      pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix
  17. 2
      pkgs/applications/networking/sync/rsync/default.nix
  18. 2
      pkgs/development/compilers/nim/default.nix
  19. 2
      pkgs/development/go-modules/generic/default.nix
  20. 2
      pkgs/development/libraries/assimp/default.nix
  21. 2
      pkgs/development/libraries/chromaprint/default.nix
  22. 2
      pkgs/development/libraries/libdiscid/default.nix
  23. 2
      pkgs/development/libraries/libogg/default.nix
  24. 2
      pkgs/development/libraries/libvorbis/default.nix
  25. 2
      pkgs/games/gnubg/default.nix
  26. 2
      pkgs/servers/mpd/clientlib.nix
  27. 2
      pkgs/servers/mpd/default.nix
  28. 2
      pkgs/servers/polipo/default.nix
  29. 2
      pkgs/servers/rippled/default.nix
  30. 2
      pkgs/servers/u9fs/default.nix
  31. 2
      pkgs/servers/uhub/default.nix
  32. 2
      pkgs/tools/archivers/unrar/default.nix
  33. 2
      pkgs/tools/audio/dir2opus/default.nix
  34. 2
      pkgs/tools/audio/liquidsoap/full.nix
  35. 2
      pkgs/tools/filesystems/f2fs-tools/default.nix
  36. 2
      pkgs/tools/misc/cpuminer-multi/default.nix
  37. 2
      pkgs/tools/misc/ipxe/default.nix
  38. 2
      pkgs/tools/misc/makebootfat/default.nix
  39. 2
      pkgs/tools/networking/cjdns/default.nix
  40. 2
      pkgs/tools/networking/unbound/default.nix
  41. 2
      pkgs/tools/security/mbox/default.nix
  42. 2
      pkgs/tools/text/mawk/default.nix

@ -92,7 +92,7 @@
eikek = "Eike Kettner <eike.kettner@posteo.de>";
elasticdog = "Aaron Bull Schaefer <aaron@elasticdog.com>";
ellis = "Ellis Whitehead <nixos@ellisw.net>";
emery = "Emery Hemingway <emery@vfemail.net>";
ehmry = "Emery Hemingway <emery@vfemail.net>";
enolan = "Echo Nolan <echo@echonolan.net>";
epitrochoid = "Mabry Cervin <mpcervin@uncg.edu>";
ericbmerritt = "Eric Merritt <eric@afiniate.com>";

@ -25,7 +25,7 @@ in
import ./make-test.nix ({ pkgs, ...} : {
name = "cjdns";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ emery ];
maintainers = [ ehmry ];
};
nodes = rec
@ -122,4 +122,4 @@ import ./make-test.nix ({ pkgs, ...} : {
$bob->succeed("curl --fail -g http://[$aliceIp6]");
'';
})
})

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
{ description = "Auditory binaural-beat generator";
homepage = http://gnaural.sourceforge.net/;
license = licenses.gpl2;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}

@ -40,7 +40,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib;
{ description = "Collection of audio level meters with GUI in LV2 plugin format";
homepage = http://x42.github.io/meters.lv2/;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -35,7 +35,7 @@ buildPythonPackage {
meta = with stdenv.lib; {
homepage = "http://musicbrainz.org/doc/MusicBrainz_Picard";
description = "The official MusicBrainz tagger";
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2;
platforms = platforms.all;
};

@ -69,7 +69,7 @@ stdenv.mkDerivation {
{ description = "Set of integrated tools for the R language";
homepage = http://www.rstudio.com/;
license = licenses.agpl3;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}

@ -40,6 +40,6 @@ buildPythonPackage rec {
'';
homepage = https://electrum.org;
license = licenses.gpl3;
maintainers = with maintainers; [ emery joachifm ];
maintainers = with maintainers; [ ehmry joachifm ];
};
}

@ -34,7 +34,7 @@ stdenv.mkDerivation {
description = "Private, secure, untraceable currency";
homepage = http://monero.cc/;
license = licenses.bsd3;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = [ "x86_64-linux" ];
};
}

@ -30,6 +30,6 @@ stdenv.mkDerivation {
homepage = https://centrabit.com/;
license = licenses.lgpl3;
platforms = qt.meta.platforms;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
};
}

@ -25,6 +25,6 @@ stdenv.mkDerivation {
'';
homepage = http://xcruiser.sourceforge.net/;
license = licenses.gpl2;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
};
}

@ -38,7 +38,7 @@ stdenv.mkDerivation {
{ description = "Plugin for browser to TREZOR device communication";
homepage = https://mytrezor.com;
license = licenses.unfree;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
};
}

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
{ description = "FIFO based tox client";
homepage = http://ratox.2f30.org/;
license = licenses.isc;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
};
}

@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "The slrn (S-Lang read news) newsreader";
homepage = http://slrn.sourceforge.net/index.html;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2;
};
}

@ -29,7 +29,7 @@ stdenv.mkDerivation {
description = "Grass computing platform";
homepage = http://firestr.com/;
license = licenses.gpl3;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}

@ -18,6 +18,6 @@ stdenv.mkDerivation {
homepage = http://dev.yorhel.nl/ncdc;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux; # arbitrary
maintainers = [ stdenv.lib.maintainers.emery ];
maintainers = [ stdenv.lib.maintainers.ehmry ];
};
}

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
{ description = "GTK remote control for the Transmission BitTorrent client";
homepage = https://github.com/ajf8/transmission-remote-gtk;
license = licenses.gpl2;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
description = "A fast incremental file transfer utility";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ simons emery ];
maintainers = with maintainers; [ simons ehmry ];
};
}

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
{ description = "Statically typed, imperative programming language";
homepage = http://nim-lang.org/;
license = licenses.mit;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux ++ platforms.darwin; # arbitrary
};
}

@ -168,6 +168,6 @@ go.stdenv.mkDerivation (
} // meta // {
# add an extra maintainer to every package
maintainers = (meta.maintainers or []) ++
[ lib.maintainers.emery lib.maintainers.lethalman ];
[ lib.maintainers.ehmry lib.maintainers.lethalman ];
};
})

@ -20,7 +20,7 @@ stdenv.mkDerivation {
description = "A library to import various 3D model formats";
homepage = http://assimp.sourceforge.net/;
license = licenses.bsd3;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
platfroms = platforms.linux;
inherit version;
};

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

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A C library for creating MusicBrainz DiscIDs from audio CDs";
homepage = http://musicbrainz.org/doc/libdiscid;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
license = licenses.lgpl21;
platforms = platforms.all;
};

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://xiph.org/ogg/;
license = licenses.bsd3;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};
}

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://xiph.org/vorbis/;
license = licenses.bsd3;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};
}

@ -17,7 +17,7 @@ stdenv.mkDerivation {
{ description = "World class backgammon application";
homepage = http://www.gnubg.org/;
license = licenses.gpl3;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}

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

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

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

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

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

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

@ -29,7 +29,7 @@ stdenv.mkDerivation {
description = "Utility for RAR archives";
homepage = http://www.rarlab.com/;
license = licenses.gpl2;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};
}

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib;
{ homepage = https://github.com/ehmry/dir2opus;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
license = licenses.gpl2;
};
}

@ -38,7 +38,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Swiss-army knife for multimedia streaming";
homepage = http://liquidsoap.fm/;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2;
platforms = ocaml.meta.platforms;
};

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "Userland tools for the f2fs filesystem";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ emery jagajaga ];
maintainers = with maintainers; [ ehmry jagajaga ];
};
}

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "Multi-algo CPUMiner";
homepage = https://github.com/wolf9466/cpuminer-multi;
license = licenses.gpl2;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
};
}

@ -33,7 +33,7 @@ stdenv.mkDerivation {
{ description = "Network boot firmware";
homepage = http://ipxe.org/;
license = licenses.gpl2;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
platforms = platforms.all;
};
}

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
description = "Create bootable USB disks using the FAT filesystem and syslinux";
homepage = "http://advancemame.sourceforge.net/boot-readme.html";
license = licenses.gpl2;
maintainers = [ maintainers.emery ];
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}

@ -35,7 +35,7 @@ stdenv.mkDerivation {
homepage = https://github.com/cjdelisle/cjdns;
description = "Encrypted networking for regular people";
license = licenses.gpl3;
maintainers = with maintainers; [ viric emery ];
maintainers = with maintainers; [ viric ehmry ];
platforms = platforms.unix;
};
}

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Validating, recursive, and caching DNS resolver";
license = stdenv.lib.licenses.bsd3;
homepage = http://www.unbound.net;
maintainers = [ stdenv.lib.maintainers.emery ];
maintainers = [ stdenv.lib.maintainers.ehmry ];
platforms = stdenv.lib.platforms.unix;
};
}

@ -30,7 +30,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib;
{ description = "Lightweight sandboxing mechanism that any user can use without special privileges";
homepage = http://pdos.csail.mit.edu/mbox/;
maintainers = with maintainers; [ emery ];
maintainers = with maintainers; [ ehmry ];
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
};

@ -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 ];
};
}
Loading…
Cancel
Save