summary refs log tree commit diff
diff options
context:
space:
mode:
-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