mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
fileschanged: Assorted nitpicks.
svn path=/nixpkgs/trunk/; revision=24599
This commit is contained in:
parent
a4ab931719
commit
0a00613f89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user