summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2015-06-18 11:52:39 -0700
committerAndrew Kelley <superjoe30@gmail.com>2015-06-18 11:52:39 -0700
commit8925d17034b21a719701f94a9a500f9e24b4fd64 (patch)
treea916246775504d00ea16ddc49f78c927c523558c /pkgs
parent5c7fb3a9b52c158e6f0915924563148b529ad5f8 (diff)
downloadnixlib-8925d17034b21a719701f94a9a500f9e24b4fd64.tar
nixlib-8925d17034b21a719701f94a9a500f9e24b4fd64.tar.gz
nixlib-8925d17034b21a719701f94a9a500f9e24b4fd64.tar.bz2
nixlib-8925d17034b21a719701f94a9a500f9e24b4fd64.tar.lz
nixlib-8925d17034b21a719701f94a9a500f9e24b4fd64.tar.xz
nixlib-8925d17034b21a719701f94a9a500f9e24b4fd64.tar.zst
nixlib-8925d17034b21a719701f94a9a500f9e24b4fd64.zip
add myself as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/groovebasin/default.nix1
-rw-r--r--pkgs/development/libraries/libebur128/default.nix1
-rw-r--r--pkgs/development/libraries/libgroove/default.nix1
-rw-r--r--pkgs/tools/security/rhash/default.nix1
4 files changed, 4 insertions, 0 deletions
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 ];
   };
 }