summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-11-04 14:26:19 +0000
committerLudovic Courtès <ludo@gnu.org>2010-11-04 14:26:19 +0000
commit0a00613f8982e25b489c66ca892cb226ff94b190 (patch)
tree08bd64ee13b7144f209013c982b009cb76a6e949
parenta4ab9317197c4233b6326a073fc7a9f539d717a0 (diff)
downloadnixpkgs-0a00613f8982e25b489c66ca892cb226ff94b190.tar
nixpkgs-0a00613f8982e25b489c66ca892cb226ff94b190.tar.gz
nixpkgs-0a00613f8982e25b489c66ca892cb226ff94b190.tar.bz2
nixpkgs-0a00613f8982e25b489c66ca892cb226ff94b190.tar.lz
nixpkgs-0a00613f8982e25b489c66ca892cb226ff94b190.tar.xz
nixpkgs-0a00613f8982e25b489c66ca892cb226ff94b190.tar.zst
nixpkgs-0a00613f8982e25b489c66ca892cb226ff94b190.zip
fileschanged: Assorted nitpicks.
svn path=/nixpkgs/trunk/; revision=24599
-rw-r--r--pkgs/tools/misc/fileschanged/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/misc/fileschanged/default.nix b/pkgs/tools/misc/fileschanged/default.nix
index 0af42822af2..5619174f74f 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