lol

Merge pull request #8392 from andrewrk/maintainer

add myself as maintainer

+5
+1
lib/maintainers.nix
··· 22 AndersonTorres = "Anderson Torres <torres.anderson.85@gmail.com>"; 23 anderspapitto = "Anders Papitto <anderspapitto@gmail.com>"; 24 andres = "Andres Loeh <ksnixos@andres-loeh.de>"; 25 antono = "Antono Vasiljev <self@antono.info>"; 26 ardumont = "Antoine R. Dumont <eniotna.t@gmail.com>"; 27 aristid = "Aristid Breitkreuz <aristidb@gmail.com>";
··· 22 AndersonTorres = "Anderson Torres <torres.anderson.85@gmail.com>"; 23 anderspapitto = "Anders Papitto <anderspapitto@gmail.com>"; 24 andres = "Andres Loeh <ksnixos@andres-loeh.de>"; 25 + andrewrk = "Andrew Kelley <superjoe30@gmail.com>"; 26 antono = "Antono Vasiljev <self@antono.info>"; 27 ardumont = "Antoine R. Dumont <eniotna.t@gmail.com>"; 28 aristid = "Aristid Breitkreuz <aristidb@gmail.com>";
+1
pkgs/applications/audio/groovebasin/default.nix
··· 38 homepage = http://groovebasin.com/; 39 license = licenses.mit; 40 platforms = platforms.unix; 41 longDescription = '' 42 Groove Basin runs on a server optionally connected to speakers. Guests can 43 control the music player by connecting with a laptop, tablet, or smart phone.
··· 38 homepage = http://groovebasin.com/; 39 license = licenses.mit; 40 platforms = platforms.unix; 41 + maintainers = [ maintainers.andrewrk ]; 42 longDescription = '' 43 Groove Basin runs on a server optionally connected to speakers. Guests can 44 control the music player by connecting with a laptop, tablet, or smart phone.
+1
pkgs/development/libraries/libebur128/default.nix
··· 17 description = "Implementation of the EBU R128 loudness standard"; 18 homepage = https://github.com/jiixyj/libebur128; 19 license = licenses.mit; 20 }; 21 }
··· 17 description = "Implementation of the EBU R128 loudness standard"; 18 homepage = https://github.com/jiixyj/libebur128; 19 license = licenses.mit; 20 + maintainers = [ maintainers.andrewrk ]; 21 }; 22 }
+1
pkgs/development/libraries/libgroove/default.nix
··· 18 homepage = https://github.com/andrewrk/libgroove; 19 license = licenses.mit; 20 platforms = platforms.unix; 21 }; 22 }
··· 18 homepage = https://github.com/andrewrk/libgroove; 19 license = licenses.mit; 20 platforms = platforms.unix; 21 + maintainers = [ maintainers.andrewrk ]; 22 }; 23 }
+1
pkgs/tools/security/rhash/default.nix
··· 29 homepage = http://rhash.anz.ru; 30 description = "Console utility and library for computing and verifying hash sums of files"; 31 platforms = platforms.linux; 32 }; 33 }
··· 29 homepage = http://rhash.anz.ru; 30 description = "Console utility and library for computing and verifying hash sums of files"; 31 platforms = platforms.linux; 32 + maintainers = [ maintainers.andrewrk ]; 33 }; 34 }