meta.homepage added to several packages

svn path=/nixpkgs/trunk/; revision=10417
This commit is contained in:
Yury G. Kudryashov
2008-01-30 19:49:42 +00:00
parent bea41a64b4
commit 81aac8d84d
47 changed files with 145 additions and 24 deletions
+2 -3
View File
@@ -30,8 +30,7 @@ stdenv.mkDerivation rec {
builder = writeScript (name + "-builder")
(textClosure localDefs [doConfigure preBuild doMakeInstall doForceShare]);
meta = {
description = "
Snd sound editor.
";
description = "Snd sound editor.";
homepage = http://ccrma.stanford.edu/software/snd;
};
}