From 0a00613f8982e25b489c66ca892cb226ff94b190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 4 Nov 2010 14:26:19 +0000 Subject: [PATCH] fileschanged: Assorted nitpicks. svn path=/nixpkgs/trunk/; revision=24599 --- pkgs/tools/misc/fileschanged/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/misc/fileschanged/default.nix b/pkgs/tools/misc/fileschanged/default.nix index 0af42822af28..5619174f74f0 100644 --- a/pkgs/tools/misc/fileschanged/default.nix +++ b/pkgs/tools/misc/fileschanged/default.nix @@ -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