Merge pull request #1942 from thoughtpolice/fixups

Trivial fixes for my packages
This commit is contained in:
Peter Simons 2014-03-15 09:35:35 +01:00
commit f1a30454f6
5 changed files with 10 additions and 9 deletions

View File

@ -33,8 +33,9 @@ in
service called <literal>tarsnap-backup</literal> which is service called <literal>tarsnap-backup</literal> which is
periodically run by cron, or you may run it on-demand. periodically run by cron, or you may run it on-demand.
See <link xlink:href='http://www.tarsnap.com/gettingstarted.html'>Getting Started</link> See the Tarsnap <link
Tarsnap page. xlink:href='http://www.tarsnap.com/gettingstarted.html'>Getting
Started</link> page.
''; '';
}; };
@ -46,7 +47,7 @@ in
full name will be full name will be
<literal>label-$(date+"%Y%m%d%H%M%S")</literal>. For <literal>label-$(date+"%Y%m%d%H%M%S")</literal>. For
example, by default your backups will look similar to example, by default your backups will look similar to
<literal>nixos-20140301021501</literal>. <literal>nixos-20140301011501</literal>.
''; '';
}; };
@ -110,8 +111,8 @@ in
default = "15 01 * * *"; default = "15 01 * * *";
description = '' description = ''
This option defines (in the format used by cron) when This option defines (in the format used by cron) when
tarsnap is run for backups. The default is to update at tarsnap is run for backups. The default is to backup the
01:15 at night every day. specified paths at 01:15 at night every day.
''; '';
}; };

View File

@ -120,8 +120,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Spark cluster computing"; description = "Spark cluster computing";
homepage = "http://spark.incubator.apache.org"; homepage = "http://spark.incubator.apache.org";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
}; };
} }

View File

@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A tool for checking security bits on executables"; description = "A tool for checking security bits on executables";
homepage = "http://www.trapkit.de/tools/checksec.html"; homepage = "http://www.trapkit.de/tools/checksec.html";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
}; };
} }

View File

@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A lightweight script-based dynamic tracing tool for Linux."; description = "A lightweight script-based dynamic tracing tool for Linux.";
homepage = "http://www.ktap.org"; homepage = "http://www.ktap.org";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
}; };
} }

View File

@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "cryptographic tool based on the CBEAMr0 sponge function"; description = "cryptographic tool based on the CBEAMr0 sponge function";
homepage = "https://www.cblnk.com"; homepage = "https://www.cblnk.com";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
}; };
} }