add myself as maintainer

This commit is contained in:
Andrew Kelley 2015-06-18 11:52:39 -07:00
parent 5c7fb3a9b5
commit 8925d17034
5 changed files with 5 additions and 0 deletions

View file

@ -22,6 +22,7 @@
AndersonTorres = "Anderson Torres <torres.anderson.85@gmail.com>";
anderspapitto = "Anders Papitto <anderspapitto@gmail.com>";
andres = "Andres Loeh <ksnixos@andres-loeh.de>";
andrewrk = "Andrew Kelley <superjoe30@gmail.com>";
antono = "Antono Vasiljev <self@antono.info>";
ardumont = "Antoine R. Dumont <eniotna.t@gmail.com>";
aristid = "Aristid Breitkreuz <aristidb@gmail.com>";

View file

@ -38,6 +38,7 @@ in nodePackages.buildNodePackage rec {
homepage = http://groovebasin.com/;
license = licenses.mit;
platforms = platforms.unix;
maintainers = [ maintainers.andrewrk ];
longDescription = ''
Groove Basin runs on a server optionally connected to speakers. Guests can
control the music player by connecting with a laptop, tablet, or smart phone.

View file

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "Implementation of the EBU R128 loudness standard";
homepage = https://github.com/jiixyj/libebur128;
license = licenses.mit;
maintainers = [ maintainers.andrewrk ];
};
}

View file

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/andrewrk/libgroove;
license = licenses.mit;
platforms = platforms.unix;
maintainers = [ maintainers.andrewrk ];
};
}

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
homepage = http://rhash.anz.ru;
description = "Console utility and library for computing and verifying hash sums of files";
platforms = platforms.linux;
maintainers = [ maintainers.andrewrk ];
};
}