lol

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

Communication happens on Github so names should be consistent.

authored by

Emery Hemingway and committed by
Rok Garbas
2b6dcdfc 1764a057

+43 -43
+1 -1
lib/maintainers.nix
··· 92 92 eikek = "Eike Kettner <eike.kettner@posteo.de>"; 93 93 elasticdog = "Aaron Bull Schaefer <aaron@elasticdog.com>"; 94 94 ellis = "Ellis Whitehead <nixos@ellisw.net>"; 95 - emery = "Emery Hemingway <emery@vfemail.net>"; 95 + ehmry = "Emery Hemingway <emery@vfemail.net>"; 96 96 enolan = "Echo Nolan <echo@echonolan.net>"; 97 97 epitrochoid = "Mabry Cervin <mpcervin@uncg.edu>"; 98 98 ericbmerritt = "Eric Merritt <eric@afiniate.com>";
+2 -2
nixos/tests/cjdns.nix
··· 25 25 import ./make-test.nix ({ pkgs, ...} : { 26 26 name = "cjdns"; 27 27 meta = with pkgs.stdenv.lib.maintainers; { 28 - maintainers = [ emery ]; 28 + maintainers = [ ehmry ]; 29 29 }; 30 30 31 31 nodes = rec ··· 122 122 123 123 $bob->succeed("curl --fail -g http://[$aliceIp6]"); 124 124 ''; 125 - }) 125 + })
+1 -1
pkgs/applications/audio/gnaural/default.nix
··· 11 11 { description = "Auditory binaural-beat generator"; 12 12 homepage = http://gnaural.sourceforge.net/; 13 13 license = licenses.gpl2; 14 - maintainers = [ maintainers.emery ]; 14 + maintainers = [ maintainers.ehmry ]; 15 15 platforms = platforms.linux; 16 16 }; 17 17 }
+1 -1
pkgs/applications/audio/meters_lv2/default.nix
··· 40 40 meta = with stdenv.lib; 41 41 { description = "Collection of audio level meters with GUI in LV2 plugin format"; 42 42 homepage = http://x42.github.io/meters.lv2/; 43 - maintainers = with maintainers; [ emery ]; 43 + maintainers = with maintainers; [ ehmry ]; 44 44 license = licenses.gpl2; 45 45 platforms = platforms.linux; 46 46 };
+1 -1
pkgs/applications/audio/picard/default.nix
··· 35 35 meta = with stdenv.lib; { 36 36 homepage = "http://musicbrainz.org/doc/MusicBrainz_Picard"; 37 37 description = "The official MusicBrainz tagger"; 38 - maintainers = with maintainers; [ emery ]; 38 + maintainers = with maintainers; [ ehmry ]; 39 39 license = licenses.gpl2; 40 40 platforms = platforms.all; 41 41 };
+1 -1
pkgs/applications/editors/rstudio/default.nix
··· 69 69 { description = "Set of integrated tools for the R language"; 70 70 homepage = http://www.rstudio.com/; 71 71 license = licenses.agpl3; 72 - maintainers = [ maintainers.emery ]; 72 + maintainers = [ maintainers.ehmry ]; 73 73 platforms = platforms.linux; 74 74 }; 75 75 }
+1 -1
pkgs/applications/misc/electrum/default.nix
··· 40 40 ''; 41 41 homepage = https://electrum.org; 42 42 license = licenses.gpl3; 43 - maintainers = with maintainers; [ emery joachifm ]; 43 + maintainers = with maintainers; [ ehmry joachifm ]; 44 44 }; 45 45 }
+1 -1
pkgs/applications/misc/monero/default.nix
··· 34 34 description = "Private, secure, untraceable currency"; 35 35 homepage = http://monero.cc/; 36 36 license = licenses.bsd3; 37 - maintainers = [ maintainers.emery ]; 37 + maintainers = [ maintainers.ehmry ]; 38 38 platforms = [ "x86_64-linux" ]; 39 39 }; 40 40 }
+1 -1
pkgs/applications/misc/qtbitcointrader/default.nix
··· 30 30 homepage = https://centrabit.com/; 31 31 license = licenses.lgpl3; 32 32 platforms = qt.meta.platforms; 33 - maintainers = [ maintainers.emery ]; 33 + maintainers = [ maintainers.ehmry ]; 34 34 }; 35 35 }
+1 -1
pkgs/applications/misc/xcruiser/default.nix
··· 25 25 ''; 26 26 homepage = http://xcruiser.sourceforge.net/; 27 27 license = licenses.gpl2; 28 - maintainers = with maintainers; [ emery ]; 28 + maintainers = with maintainers; [ ehmry ]; 29 29 }; 30 30 }
+1 -1
pkgs/applications/networking/browsers/mozilla-plugins/trezor/default.nix
··· 38 38 { description = "Plugin for browser to TREZOR device communication"; 39 39 homepage = https://mytrezor.com; 40 40 license = licenses.unfree; 41 - maintainers = with maintainers; [ emery ]; 41 + maintainers = with maintainers; [ ehmry ]; 42 42 }; 43 43 44 44 }
+1 -1
pkgs/applications/networking/instant-messengers/ratox/default.nix
··· 22 22 { description = "FIFO based tox client"; 23 23 homepage = http://ratox.2f30.org/; 24 24 license = licenses.isc; 25 - maintainers = with maintainers; [ emery ]; 25 + maintainers = with maintainers; [ ehmry ]; 26 26 platforms = platforms.linux; 27 27 }; 28 28 }
+1 -1
pkgs/applications/networking/newsreaders/slrn/default.nix
··· 25 25 meta = with stdenv.lib; { 26 26 description = "The slrn (S-Lang read news) newsreader"; 27 27 homepage = http://slrn.sourceforge.net/index.html; 28 - maintainers = with maintainers; [ emery ]; 28 + maintainers = with maintainers; [ ehmry ]; 29 29 license = licenses.gpl2; 30 30 }; 31 31 }
+1 -1
pkgs/applications/networking/p2p/firestr/default.nix
··· 29 29 description = "Grass computing platform"; 30 30 homepage = http://firestr.com/; 31 31 license = licenses.gpl3; 32 - maintainers = [ maintainers.emery ]; 32 + maintainers = [ maintainers.ehmry ]; 33 33 platforms = platforms.linux; 34 34 }; 35 35 }
+1 -1
pkgs/applications/networking/p2p/ncdc/default.nix
··· 18 18 homepage = http://dev.yorhel.nl/ncdc; 19 19 license = stdenv.lib.licenses.mit; 20 20 platforms = stdenv.lib.platforms.linux; # arbitrary 21 - maintainers = [ stdenv.lib.maintainers.emery ]; 21 + maintainers = [ stdenv.lib.maintainers.ehmry ]; 22 22 }; 23 23 }
+1 -1
pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix
··· 27 27 { description = "GTK remote control for the Transmission BitTorrent client"; 28 28 homepage = https://github.com/ajf8/transmission-remote-gtk; 29 29 license = licenses.gpl2; 30 - maintainers = [ maintainers.emery ]; 30 + maintainers = [ maintainers.ehmry ]; 31 31 platforms = platforms.linux; 32 32 }; 33 33 }
+1 -1
pkgs/applications/networking/sync/rsync/default.nix
··· 34 34 description = "A fast incremental file transfer utility"; 35 35 license = licenses.gpl3Plus; 36 36 platforms = platforms.unix; 37 - maintainers = with maintainers; [ simons emery ]; 37 + maintainers = with maintainers; [ simons ehmry ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/compilers/nim/default.nix
··· 22 22 { description = "Statically typed, imperative programming language"; 23 23 homepage = http://nim-lang.org/; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ emery ]; 25 + maintainers = with maintainers; [ ehmry ]; 26 26 platforms = platforms.linux ++ platforms.darwin; # arbitrary 27 27 }; 28 28 }
+1 -1
pkgs/development/go-modules/generic/default.nix
··· 168 168 } // meta // { 169 169 # add an extra maintainer to every package 170 170 maintainers = (meta.maintainers or []) ++ 171 - [ lib.maintainers.emery lib.maintainers.lethalman ]; 171 + [ lib.maintainers.ehmry lib.maintainers.lethalman ]; 172 172 }; 173 173 })
+1 -1
pkgs/development/libraries/assimp/default.nix
··· 20 20 description = "A library to import various 3D model formats"; 21 21 homepage = http://assimp.sourceforge.net/; 22 22 license = licenses.bsd3; 23 - maintainers = with maintainers; [ emery ]; 23 + maintainers = with maintainers; [ ehmry ]; 24 24 platfroms = platforms.linux; 25 25 inherit version; 26 26 };
+1 -1
pkgs/development/libraries/chromaprint/default.nix
··· 18 18 meta = with stdenv.lib; { 19 19 homepage = "http://acoustid.org/chromaprint"; 20 20 description = "AcoustID audio fingerprinting library"; 21 - maintainers = with maintainers; [ emery ]; 21 + maintainers = with maintainers; [ ehmry ]; 22 22 license = licenses.lgpl21Plus; 23 23 platforms = platforms.all; 24 24 };
+1 -1
pkgs/development/libraries/libdiscid/default.nix
··· 14 14 meta = with stdenv.lib; { 15 15 description = "A C library for creating MusicBrainz DiscIDs from audio CDs"; 16 16 homepage = http://musicbrainz.org/doc/libdiscid; 17 - maintainers = with maintainers; [ emery ]; 17 + maintainers = with maintainers; [ ehmry ]; 18 18 license = licenses.lgpl21; 19 19 platforms = platforms.all; 20 20 };
+1 -1
pkgs/development/libraries/libogg/default.nix
··· 13 13 meta = with stdenv.lib; { 14 14 homepage = http://xiph.org/ogg/; 15 15 license = licenses.bsd3; 16 - maintainers = [ maintainers.emery ]; 16 + maintainers = [ maintainers.ehmry ]; 17 17 platforms = platforms.all; 18 18 }; 19 19 }
+1 -1
pkgs/development/libraries/libvorbis/default.nix
··· 18 18 meta = with stdenv.lib; { 19 19 homepage = http://xiph.org/vorbis/; 20 20 license = licenses.bsd3; 21 - maintainers = [ maintainers.emery ]; 21 + maintainers = [ maintainers.ehmry ]; 22 22 platforms = platforms.all; 23 23 }; 24 24 }
+1 -1
pkgs/games/gnubg/default.nix
··· 17 17 { description = "World class backgammon application"; 18 18 homepage = http://www.gnubg.org/; 19 19 license = licenses.gpl3; 20 - maintainers = [ maintainers.emery ]; 20 + maintainers = [ maintainers.ehmry ]; 21 21 platforms = platforms.linux; 22 22 }; 23 23 }
+1 -1
pkgs/servers/mpd/clientlib.nix
··· 21 21 homepage = http://www.musicpd.org/libs/libmpdclient/; 22 22 license = licenses.gpl2; 23 23 platforms = platforms.unix; 24 - maintainers = with maintainers; [ mornfall emery ]; 24 + maintainers = with maintainers; [ mornfall ehmry ]; 25 25 }; 26 26 }
+1 -1
pkgs/servers/mpd/default.nix
··· 107 107 description = "A flexible, powerful daemon for playing music"; 108 108 homepage = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki; 109 109 license = licenses.gpl2; 110 - maintainers = with maintainers; [ astsmtl fuuzetsu emery ]; 110 + maintainers = with maintainers; [ astsmtl fuuzetsu ehmry ]; 111 111 platforms = platforms.unix; 112 112 113 113 longDescription = ''
+1 -1
pkgs/servers/polipo/default.nix
··· 16 16 homepage = http://www.pps.jussieu.fr/~jch/software/polipo/; 17 17 description = "A small and fast caching web proxy"; 18 18 license = licenses.mit; 19 - maintainers = with maintainers; [ phreedom emery ]; 19 + maintainers = with maintainers; [ phreedom ehmry ]; 20 20 platforms = platforms.all; 21 21 }; 22 22 }
+1 -1
pkgs/servers/rippled/default.nix
··· 27 27 meta = with stdenv.lib; { 28 28 description = "Ripple P2P payment network reference server"; 29 29 homepage = https://ripple.com; 30 - maintainers = with maintainers; [ emery offline ]; 30 + maintainers = with maintainers; [ ehmry offline ]; 31 31 license = licenses.isc; 32 32 platforms = [ "x86_64-linux" ]; 33 33 };
+1 -1
pkgs/servers/u9fs/default.nix
··· 18 18 { description = "Serve 9P from Unix"; 19 19 homepage = http://plan9.bell-labs.com/magic/man2html/4/u9fs; 20 20 license = licenses.free; 21 - maintainers = [ maintainers.emery ]; 21 + maintainers = [ maintainers.ehmry ]; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }
+1 -1
pkgs/servers/uhub/default.nix
··· 37 37 description = "High performance peer-to-peer hub for the ADC network"; 38 38 homepage = https://www.uhub.org/; 39 39 license = licenses.gpl3; 40 - maintainers = [ maintainers.emery ]; 40 + maintainers = [ maintainers.ehmry ]; 41 41 platforms = platforms.unix; 42 42 }; 43 43 }
+1 -1
pkgs/tools/archivers/unrar/default.nix
··· 29 29 description = "Utility for RAR archives"; 30 30 homepage = http://www.rarlab.com/; 31 31 license = licenses.gpl2; 32 - maintainers = [ maintainers.emery ]; 32 + maintainers = [ maintainers.ehmry ]; 33 33 platforms = platforms.all; 34 34 }; 35 35 }
+1 -1
pkgs/tools/audio/dir2opus/default.nix
··· 27 27 28 28 meta = with stdenv.lib; 29 29 { homepage = https://github.com/ehmry/dir2opus; 30 - maintainers = [ maintainers.emery ]; 30 + maintainers = [ maintainers.ehmry ]; 31 31 license = licenses.gpl2; 32 32 }; 33 33 }
+1 -1
pkgs/tools/audio/liquidsoap/full.nix
··· 38 38 meta = with stdenv.lib; { 39 39 description = "Swiss-army knife for multimedia streaming"; 40 40 homepage = http://liquidsoap.fm/; 41 - maintainers = with maintainers; [ emery ]; 41 + maintainers = with maintainers; [ ehmry ]; 42 42 license = licenses.gpl2; 43 43 platforms = ocaml.meta.platforms; 44 44 };
+1 -1
pkgs/tools/filesystems/f2fs-tools/default.nix
··· 22 22 description = "Userland tools for the f2fs filesystem"; 23 23 license = licenses.gpl2; 24 24 platforms = platforms.linux; 25 - maintainers = with maintainers; [ emery jagajaga ]; 25 + maintainers = with maintainers; [ ehmry jagajaga ]; 26 26 }; 27 27 }
+1 -1
pkgs/tools/misc/cpuminer-multi/default.nix
··· 26 26 description = "Multi-algo CPUMiner"; 27 27 homepage = https://github.com/wolf9466/cpuminer-multi; 28 28 license = licenses.gpl2; 29 - maintainers = [ maintainers.emery ]; 29 + maintainers = [ maintainers.ehmry ]; 30 30 }; 31 31 }
+1 -1
pkgs/tools/misc/ipxe/default.nix
··· 33 33 { description = "Network boot firmware"; 34 34 homepage = http://ipxe.org/; 35 35 license = licenses.gpl2; 36 - maintainers = with maintainers; [ emery ]; 36 + maintainers = with maintainers; [ ehmry ]; 37 37 platforms = platforms.all; 38 38 }; 39 39 }
+1 -1
pkgs/tools/misc/makebootfat/default.nix
··· 12 12 description = "Create bootable USB disks using the FAT filesystem and syslinux"; 13 13 homepage = "http://advancemame.sourceforge.net/boot-readme.html"; 14 14 license = licenses.gpl2; 15 - maintainers = [ maintainers.emery ]; 15 + maintainers = [ maintainers.ehmry ]; 16 16 platforms = platforms.linux; 17 17 }; 18 18 }
+1 -1
pkgs/tools/networking/cjdns/default.nix
··· 35 35 homepage = https://github.com/cjdelisle/cjdns; 36 36 description = "Encrypted networking for regular people"; 37 37 license = licenses.gpl3; 38 - maintainers = with maintainers; [ viric emery ]; 38 + maintainers = with maintainers; [ viric ehmry ]; 39 39 platforms = platforms.unix; 40 40 }; 41 41 }
+1 -1
pkgs/tools/networking/unbound/default.nix
··· 25 25 description = "Validating, recursive, and caching DNS resolver"; 26 26 license = stdenv.lib.licenses.bsd3; 27 27 homepage = http://www.unbound.net; 28 - maintainers = [ stdenv.lib.maintainers.emery ]; 28 + maintainers = [ stdenv.lib.maintainers.ehmry ]; 29 29 platforms = stdenv.lib.platforms.unix; 30 30 }; 31 31 }
+1 -1
pkgs/tools/security/mbox/default.nix
··· 30 30 meta = with stdenv.lib; 31 31 { description = "Lightweight sandboxing mechanism that any user can use without special privileges"; 32 32 homepage = http://pdos.csail.mit.edu/mbox/; 33 - maintainers = with maintainers; [ emery ]; 33 + maintainers = with maintainers; [ ehmry ]; 34 34 license = licenses.bsd3; 35 35 platforms = [ "x86_64-linux" ]; 36 36 };
+1 -1
pkgs/tools/text/mawk/default.nix
··· 12 12 { description = "Interpreter for the AWK Programming Language"; 13 13 homepage = http://invisible-island.net/mawk/mawk.html; 14 14 license = licenses.gpl2; 15 - maintainers = with maintainers; [ emery ]; 15 + maintainers = with maintainers; [ ehmry ]; 16 16 }; 17 17 }