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

Communication happens on Github so names should be consistent.

Changed files
+43 -43
lib
nixos
tests
pkgs
applications
audio
gnaural
meters_lv2
picard
editors
rstudio
misc
electrum
monero
qtbitcointrader
xcruiser
networking
browsers
mozilla-plugins
trezor
instant-messengers
ratox
newsreaders
p2p
firestr
ncdc
transmission-remote-gtk
sync
rsync
development
compilers
go-modules
generic
libraries
assimp
chromaprint
libdiscid
libogg
libvorbis
games
gnubg
servers
tools
archivers
unrar
audio
dir2opus
liquidsoap
filesystems
f2fs-tools
misc
cpuminer-multi
ipxe
makebootfat
networking
cjdns
unbound
security
text
+1 -1
lib/maintainers.nix
···
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>";
+2 -2
nixos/tests/cjdns.nix
···
import ./make-test.nix ({ pkgs, ...} : {
name = "cjdns";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ emery ];
+
maintainers = [ ehmry ];
};
nodes = rec
···
$bob->succeed("curl --fail -g http://[$aliceIp6]");
'';
-
})
+
})
+1 -1
pkgs/applications/audio/gnaural/default.nix
···
{ description = "Auditory binaural-beat generator";
homepage = http://gnaural.sourceforge.net/;
license = licenses.gpl2;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/audio/meters_lv2/default.nix
···
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;
};
+1 -1
pkgs/applications/audio/picard/default.nix
···
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;
};
+1 -1
pkgs/applications/editors/rstudio/default.nix
···
{ 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;
};
}
+1 -1
pkgs/applications/misc/electrum/default.nix
···
'';
homepage = https://electrum.org;
license = licenses.gpl3;
-
maintainers = with maintainers; [ emery joachifm ];
+
maintainers = with maintainers; [ ehmry joachifm ];
};
}
+1 -1
pkgs/applications/misc/monero/default.nix
···
description = "Private, secure, untraceable currency";
homepage = http://monero.cc/;
license = licenses.bsd3;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
platforms = [ "x86_64-linux" ];
};
}
+1 -1
pkgs/applications/misc/qtbitcointrader/default.nix
···
homepage = https://centrabit.com/;
license = licenses.lgpl3;
platforms = qt.meta.platforms;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
};
}
+1 -1
pkgs/applications/misc/xcruiser/default.nix
···
'';
homepage = http://xcruiser.sourceforge.net/;
license = licenses.gpl2;
-
maintainers = with maintainers; [ emery ];
+
maintainers = with maintainers; [ ehmry ];
};
}
+1 -1
pkgs/applications/networking/browsers/mozilla-plugins/trezor/default.nix
···
{ description = "Plugin for browser to TREZOR device communication";
homepage = https://mytrezor.com;
license = licenses.unfree;
-
maintainers = with maintainers; [ emery ];
+
maintainers = with maintainers; [ ehmry ];
};
}
+1 -1
pkgs/applications/networking/instant-messengers/ratox/default.nix
···
{ description = "FIFO based tox client";
homepage = http://ratox.2f30.org/;
license = licenses.isc;
-
maintainers = with maintainers; [ emery ];
+
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/networking/newsreaders/slrn/default.nix
···
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;
};
}
+1 -1
pkgs/applications/networking/p2p/firestr/default.nix
···
description = "Grass computing platform";
homepage = http://firestr.com/;
license = licenses.gpl3;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/networking/p2p/ncdc/default.nix
···
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 ];
};
}
+1 -1
pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix
···
{ 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;
};
}
+1 -1
pkgs/applications/networking/sync/rsync/default.nix
···
description = "A fast incremental file transfer utility";
license = licenses.gpl3Plus;
platforms = platforms.unix;
-
maintainers = with maintainers; [ simons emery ];
+
maintainers = with maintainers; [ simons ehmry ];
};
}
+1 -1
pkgs/development/compilers/nim/default.nix
···
{ 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
};
}
+1 -1
pkgs/development/go-modules/generic/default.nix
···
} // meta // {
# add an extra maintainer to every package
maintainers = (meta.maintainers or []) ++
-
[ lib.maintainers.emery lib.maintainers.lethalman ];
+
[ lib.maintainers.ehmry lib.maintainers.lethalman ];
};
})
+1 -1
pkgs/development/libraries/assimp/default.nix
···
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;
};
+1 -1
pkgs/development/libraries/chromaprint/default.nix
···
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;
};
+1 -1
pkgs/development/libraries/libdiscid/default.nix
···
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;
};
+1 -1
pkgs/development/libraries/libogg/default.nix
···
meta = with stdenv.lib; {
homepage = http://xiph.org/ogg/;
license = licenses.bsd3;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};
}
+1 -1
pkgs/development/libraries/libvorbis/default.nix
···
meta = with stdenv.lib; {
homepage = http://xiph.org/vorbis/;
license = licenses.bsd3;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};
}
+1 -1
pkgs/games/gnubg/default.nix
···
{ description = "World class backgammon application";
homepage = http://www.gnubg.org/;
license = licenses.gpl3;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/servers/mpd/clientlib.nix
···
homepage = http://www.musicpd.org/libs/libmpdclient/;
license = licenses.gpl2;
platforms = platforms.unix;
-
maintainers = with maintainers; [ mornfall emery ];
+
maintainers = with maintainers; [ mornfall ehmry ];
};
}
+1 -1
pkgs/servers/mpd/default.nix
···
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 = ''
+1 -1
pkgs/servers/polipo/default.nix
···
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;
};
}
+1 -1
pkgs/servers/rippled/default.nix
···
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" ];
};
+1 -1
pkgs/servers/u9fs/default.nix
···
{ 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;
};
}
+1 -1
pkgs/servers/uhub/default.nix
···
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;
};
}
+1 -1
pkgs/tools/archivers/unrar/default.nix
···
description = "Utility for RAR archives";
homepage = http://www.rarlab.com/;
license = licenses.gpl2;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};
}
+1 -1
pkgs/tools/audio/dir2opus/default.nix
···
meta = with stdenv.lib;
{ homepage = https://github.com/ehmry/dir2opus;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
license = licenses.gpl2;
};
}
+1 -1
pkgs/tools/audio/liquidsoap/full.nix
···
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;
};
+1 -1
pkgs/tools/filesystems/f2fs-tools/default.nix
···
description = "Userland tools for the f2fs filesystem";
license = licenses.gpl2;
platforms = platforms.linux;
-
maintainers = with maintainers; [ emery jagajaga ];
+
maintainers = with maintainers; [ ehmry jagajaga ];
};
}
+1 -1
pkgs/tools/misc/cpuminer-multi/default.nix
···
description = "Multi-algo CPUMiner";
homepage = https://github.com/wolf9466/cpuminer-multi;
license = licenses.gpl2;
-
maintainers = [ maintainers.emery ];
+
maintainers = [ maintainers.ehmry ];
};
}
+1 -1
pkgs/tools/misc/ipxe/default.nix
···
{ description = "Network boot firmware";
homepage = http://ipxe.org/;
license = licenses.gpl2;
-
maintainers = with maintainers; [ emery ];
+
maintainers = with maintainers; [ ehmry ];
platforms = platforms.all;
};
}
+1 -1
pkgs/tools/misc/makebootfat/default.nix
···
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;
};
}
+1 -1
pkgs/tools/networking/cjdns/default.nix
···
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;
};
}
+1 -1
pkgs/tools/networking/unbound/default.nix
···
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;
};
}
+1 -1
pkgs/tools/security/mbox/default.nix
···
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" ];
};
+1 -1
pkgs/tools/text/mawk/default.nix
···
{ 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 ];
};
}