about summary refs log tree commit diff
path: root/pkgs/applications/audio/flac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/flac/default.nix')
-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 [