diff --git a/lib/maintainers.nix b/lib/maintainers.nix index 88c513eacabe..018d515155a4 100644 --- a/lib/maintainers.nix +++ b/lib/maintainers.nix @@ -22,6 +22,7 @@ AndersonTorres = "Anderson Torres "; anderspapitto = "Anders Papitto "; andres = "Andres Loeh "; + andrewrk = "Andrew Kelley "; antono = "Antono Vasiljev "; ardumont = "Antoine R. Dumont "; aristid = "Aristid Breitkreuz "; diff --git a/pkgs/applications/audio/groovebasin/default.nix b/pkgs/applications/audio/groovebasin/default.nix index e7ac20367ddb..5a5f8c30da23 100644 --- a/pkgs/applications/audio/groovebasin/default.nix +++ b/pkgs/applications/audio/groovebasin/default.nix @@ -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. diff --git a/pkgs/development/libraries/libebur128/default.nix b/pkgs/development/libraries/libebur128/default.nix index e11e2b1db855..db8363d8522d 100644 --- a/pkgs/development/libraries/libebur128/default.nix +++ b/pkgs/development/libraries/libebur128/default.nix @@ -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 ]; }; } diff --git a/pkgs/development/libraries/libgroove/default.nix b/pkgs/development/libraries/libgroove/default.nix index 69545e4720c2..ac6c9d297cc3 100644 --- a/pkgs/development/libraries/libgroove/default.nix +++ b/pkgs/development/libraries/libgroove/default.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { homepage = https://github.com/andrewrk/libgroove; license = licenses.mit; platforms = platforms.unix; + maintainers = [ maintainers.andrewrk ]; }; } diff --git a/pkgs/tools/security/rhash/default.nix b/pkgs/tools/security/rhash/default.nix index 643053d9cac9..40f5163d89d2 100644 --- a/pkgs/tools/security/rhash/default.nix +++ b/pkgs/tools/security/rhash/default.nix @@ -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 ]; }; }