maintainers: change of nickname.

_1126 98e698fa 5afa4f18

+6 -6
+1 -1
lib/maintainers.nix
··· 4 /* Add your name and email address here. Keep the list 5 alphabetically sorted. */ 6 7 - _1126 = "Christian Lask <mail@elfsechsundzwanzig.de>"; 8 abaldeau = "Andreas Baldeau <andreas@baldeau.net>"; 9 abbradar = "Nikolay Amiantov <ab@fmap.me>"; 10 aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>"; ··· 95 guibert = "David Guibert <david.guibert@gmail.com>"; 96 hbunke = "Hendrik Bunke <bunke.hendrik@gmail.com>"; 97 henrytill = "Henry Till <henrytill@gmail.com>"; 98 hinton = "Tom Hinton <t@larkery.com>"; 99 hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>"; 100 iand675 = "Ian Duncan <ian@iankduncan.com>";
··· 4 /* Add your name and email address here. Keep the list 5 alphabetically sorted. */ 6 7 abaldeau = "Andreas Baldeau <andreas@baldeau.net>"; 8 abbradar = "Nikolay Amiantov <ab@fmap.me>"; 9 aforemny = "Alexander Foremny <alexanderforemny@googlemail.com>"; ··· 94 guibert = "David Guibert <david.guibert@gmail.com>"; 95 hbunke = "Hendrik Bunke <bunke.hendrik@gmail.com>"; 96 henrytill = "Henry Till <henrytill@gmail.com>"; 97 + hiberno = "Christian Lask <mail@elfsechsundzwanzig.de>"; 98 hinton = "Tom Hinton <t@larkery.com>"; 99 hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>"; 100 iand675 = "Ian Duncan <ian@iankduncan.com>";
+1 -1
pkgs/applications/audio/caudec/default.nix
··· 34 description = "A multiprocess audio converter that supports many formats (FLAC, MP3, Ogg Vorbis, Windows codecs and many more)"; 35 license = licenses.gpl3; 36 platforms = platforms.linux ++ platforms.darwin; 37 - maintainers = with maintainers; [ _1126 ]; 38 }; 39 }
··· 34 description = "A multiprocess audio converter that supports many formats (FLAC, MP3, Ogg Vorbis, Windows codecs and many more)"; 35 license = licenses.gpl3; 36 platforms = platforms.linux ++ platforms.darwin; 37 + maintainers = with maintainers; [ hiberno ]; 38 }; 39 }
+1 -1
pkgs/applications/audio/ncmpc/default.nix
··· 23 description = "Curses-based interface for MPD (music player daemon)"; 24 homepage = http://www.musicpd.org/clients/ncmpc/; 25 license = licenses.gpl2Plus; 26 - maintainers = with maintainers; [ _1126 ]; 27 platforms = platforms.all; 28 }; 29 }
··· 23 description = "Curses-based interface for MPD (music player daemon)"; 24 homepage = http://www.musicpd.org/clients/ncmpc/; 25 license = licenses.gpl2Plus; 26 + maintainers = with maintainers; [ hiberno ]; 27 platforms = platforms.all; 28 }; 29 }
+1 -1
pkgs/applications/audio/pamixer/default.nix
··· 30 ''; 31 homepage = https://github.com/cdemoulins/pamixer; 32 license = licenses.gpl3; 33 - maintainers = with maintainers; [ _1126 ]; 34 platforms = platforms.linux; 35 }; 36 }
··· 30 ''; 31 homepage = https://github.com/cdemoulins/pamixer; 32 license = licenses.gpl3; 33 + maintainers = with maintainers; [ hiberno ]; 34 platforms = platforms.linux; 35 }; 36 }
+1 -1
pkgs/applications/misc/rofi/pass.nix
··· 25 meta = { 26 description = "A script to make rofi work with password-store"; 27 homepage = https://github.com/carnager/rofi-pass; 28 - maintainers = [stdenv.lib.maintainers._1126]; 29 }; 30 }
··· 25 meta = { 26 description = "A script to make rofi work with password-store"; 27 homepage = https://github.com/carnager/rofi-pass; 28 + maintainers = [stdenv.lib.maintainers.hiberno]; 29 }; 30 }
+1 -1
pkgs/applications/window-managers/stumpwm/default.nix
··· 69 description = "A tiling window manager for X11"; 70 homepage = https://github.com/stumpwm/; 71 license = licenses.gpl2Plus; 72 - maintainers = with maintainers; [ _1126 the-kenny ]; 73 platforms = platforms.linux; 74 }; 75 }
··· 69 description = "A tiling window manager for X11"; 70 homepage = https://github.com/stumpwm/; 71 license = licenses.gpl2Plus; 72 + maintainers = with maintainers; [ hiberno the-kenny ]; 73 platforms = platforms.linux; 74 }; 75 }