aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libebur128
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/development/libraries/libebur128
parent5c7fb3a9b52c158e6f0915924563148b529ad5f8 (diff)
add myself as maintainer
Diffstat (limited to 'pkgs/development/libraries/libebur128')
-rw-r--r--pkgs/development/libraries/libebur128/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];
};
}