lol

Merge pull request #8392 from andrewrk/maintainer

add myself as maintainer

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