summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/cuetools/default.nix
diff options
context:
space:
mode:
authorJack Cummings <jack@mudshark.org>2013-03-31 21:43:53 -0700
committerJack Cummings <jack@mudshark.org>2013-03-31 21:43:53 -0700
commit4527d677cc1430ff1cfef6e01459d8f2a2873cc3 (patch)
treee4e1fc503c5ca6c6507f913a93277f26152e3c5a /pkgs/tools/cd-dvd/cuetools/default.nix
parentdbee2b8ee9e51868d4fb09d6d685a41959630f4f (diff)
downloadnixpkgs-4527d677cc1430ff1cfef6e01459d8f2a2873cc3.tar
nixpkgs-4527d677cc1430ff1cfef6e01459d8f2a2873cc3.tar.gz
nixpkgs-4527d677cc1430ff1cfef6e01459d8f2a2873cc3.tar.bz2
nixpkgs-4527d677cc1430ff1cfef6e01459d8f2a2873cc3.tar.lz
nixpkgs-4527d677cc1430ff1cfef6e01459d8f2a2873cc3.tar.xz
nixpkgs-4527d677cc1430ff1cfef6e01459d8f2a2873cc3.tar.zst
nixpkgs-4527d677cc1430ff1cfef6e01459d8f2a2873cc3.zip
cuetools metadata: license, maintainer, platforms
Diffstat (limited to 'pkgs/tools/cd-dvd/cuetools/default.nix')
-rw-r--r--pkgs/tools/cd-dvd/cuetools/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/cuetools/default.nix b/pkgs/tools/cd-dvd/cuetools/default.nix
index fd58e3ea6e2..7de503adc07 100644
--- a/pkgs/tools/cd-dvd/cuetools/default.nix
+++ b/pkgs/tools/cd-dvd/cuetools/default.nix
@@ -13,7 +13,10 @@ stdenv.mkDerivation {
   buildInputs = [ automake autoconf flex bison ]; 
 
   meta = {
-    description = "cue and toc file parsers and utilities";
+    description = "cd/dvd cue and toc file parsers and utilities";
     homepage = https://github.com/svend/cuetools;
+    platforms = stdenv.lib.platforms.all;
+    license = stdenv.lib.licenses.gpl2;
+    maintainers = with stdenv.lib.maintainers; [ jcumming ];
   };
 }