about summary refs log tree commit diff
path: root/pkgs/development/libraries/libcdaudio
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
committerChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
commit3aa0d776a176365b63db4709ec639322aec68e85 (patch)
tree7f709cd69f84d5b8f964d95e7b4633dec7dac43c /pkgs/development/libraries/libcdaudio
parentc1966522d7d5fa54db068140d212cba18731dd98 (diff)
pkgs/development/libraries: Add missing descriptions and homepages
Diffstat (limited to 'pkgs/development/libraries/libcdaudio')
-rw-r--r--pkgs/development/libraries/libcdaudio/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libcdaudio/default.nix b/pkgs/development/libraries/libcdaudio/default.nix
index c48818972b58c..df7e93de063c8 100644
--- a/pkgs/development/libraries/libcdaudio/default.nix
+++ b/pkgs/development/libraries/libcdaudio/default.nix
@@ -8,6 +8,8 @@ stdenv.mkDerivation {
   };
 
   meta = {
+    description = "A portable library for controlling audio CDs";
+    homepage = "http://libcdaudio.sourceforge.net";
     platforms = stdenv.lib.platforms.linux;
     license = stdenv.lib.licenses.lgpl2;
   };