about summary refs log tree commit diff
path: root/pkgs/applications/audio/flac
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2008-01-30 19:49:42 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2008-01-30 19:49:42 +0000
commit81aac8d84d9842e60f1781205c7d4edefc5fe128 (patch)
tree7dfd2e8757b3469b241c6f02cd2c87492d1f2aa8 /pkgs/applications/audio/flac
parentbea41a64b42309a9cf06a1bb50d26c04728ab26e (diff)
meta.homepage added to several packages
svn path=/nixpkgs/trunk/; revision=10417
Diffstat (limited to 'pkgs/applications/audio/flac')
-rw-r--r--pkgs/applications/audio/flac/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix
index b1636855aae91..6095e59fa07ae 100644
--- a/pkgs/applications/audio/flac/default.nix
+++ b/pkgs/applications/audio/flac/default.nix
@@ -7,6 +7,9 @@ let
 			url = "http://downloads.xiph.org/releases/flac/${name}.tar.gz";
 		} // hash);
 		buildInputs = [libogg];
+    meta = {
+      homepage = http://flac.sourceforge.net;
+    };
 	};
 in
 stdenv.lib.listOfListsToAttrs [