mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +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, fetchurl, fam }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "fileschanged-0.6.9";
|
name = "fileschanged-0.6.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nongnu.askapache.com/fileschanged/fileschanged-0.6.9.tar.gz";
|
url = "mirror://savannah/fileschanged/${name}.tar.gz";
|
||||||
sha256 = "0ajc9h023vzpnlqqjli4wbvs0q36nr5p9msc3wzbic8rk687qcxc";
|
sha256 = "0ajc9h023vzpnlqqjli4wbvs0q36nr5p9msc3wzbic8rk687qcxc";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -14,8 +14,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.nongnu.org/fileschanged/";
|
homepage = "http://www.nongnu.org/fileschanged/";
|
||||||
description = "A command-line utility that reports when files have been altered.";
|
description = "A command-line utility that reports when files have been altered";
|
||||||
license = "GPL";
|
license = "GPLv3+";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
This utility is a client to FAM (File Alteration Monitor) servers
|
This utility is a client to FAM (File Alteration Monitor) servers
|
||||||
|
Loading…
Reference in New Issue
Block a user