maintainers: change of nickname.

_1126 98e698fa 5afa4f18

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