about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorkiloreux <kiloreux@gmail.com>2017-08-08 08:07:55 +0100
committerkiloreux <kiloreux@gmail.com>2017-08-08 08:07:55 +0100
commit21b6e9cc050385508c147cb2a553b63935fdef9e (patch)
treee4e8c8c00df2ab20ca4849b5102264b8dbe95ebd /pkgs/development/libraries
parentea4d01b8574c125c6ac98fb4d241c95c7e8a6495 (diff)
downloadnixlib-21b6e9cc050385508c147cb2a553b63935fdef9e.tar
nixlib-21b6e9cc050385508c147cb2a553b63935fdef9e.tar.gz
nixlib-21b6e9cc050385508c147cb2a553b63935fdef9e.tar.bz2
nixlib-21b6e9cc050385508c147cb2a553b63935fdef9e.tar.lz
nixlib-21b6e9cc050385508c147cb2a553b63935fdef9e.tar.xz
nixlib-21b6e9cc050385508c147cb2a553b63935fdef9e.tar.zst
nixlib-21b6e9cc050385508c147cb2a553b63935fdef9e.zip
Add kiloreux as maintainer
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libopencore/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libopencore/default.nix b/pkgs/development/libraries/libopencore/default.nix
index 1d64c36a1449..6eacfdb63713 100644
--- a/pkgs/development/libraries/libopencore/default.nix
+++ b/pkgs/development/libraries/libopencore/default.nix
@@ -6,5 +6,11 @@ stdenv.mkDerivation {
     url = https://vorboss.dl.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz;
     sha256 = "0hfk9khz3by0119h3jdwgdfd7jgkdbzxnmh1wssvylgnsnwnq01c";
   };
-
+  meta = {
+    homepage = https://opencore-amr.sourceforge.io/;
+    description = "Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec. 
+    Library of VisualOn implementation of Adaptive Multi Rate Wideband (AMR-WB)";
+    license = stdenv.lib.licenses.asl20;
+    maintainers = [ stdenv.lib.maintainers.kiloreux ];
+  };
 }