fileschanged: Assorted nitpicks.

svn path=/nixpkgs/trunk/; revision=24599
This commit is contained in:
Ludovic Courtès 2010-11-04 14:26:19 +00:00
parent a4ab931719
commit 0a00613f89

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl, fam }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "fileschanged-0.6.9";
src = fetchurl {
url = "http://nongnu.askapache.com/fileschanged/fileschanged-0.6.9.tar.gz";
url = "mirror://savannah/fileschanged/${name}.tar.gz";
sha256 = "0ajc9h023vzpnlqqjli4wbvs0q36nr5p9msc3wzbic8rk687qcxc";
};
@ -14,8 +14,8 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.nongnu.org/fileschanged/";
description = "A command-line utility that reports when files have been altered.";
license = "GPL";
description = "A command-line utility that reports when files have been altered";
license = "GPLv3+";
longDescription = ''
This utility is a client to FAM (File Alteration Monitor) servers