More description fixes

* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
This commit is contained in:
Bjørn Forsman
2013-10-06 12:01:38 +02:00
parent 9db68de9e6
commit 083d0890f5
162 changed files with 288 additions and 188 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
];
meta = {
description = "Mails anomalies in the system logfiles to the administrator.";
description = "Mails anomalies in the system logfiles to the administrator";
longDescription = ''
Mails anomalies in the system logfiles to the administrator.
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://ezix.org/project/wiki/HardwareLiSter;
description = "A small tool to provide detailed information on the hardware configuration of the machine.";
description = "Provide detailed information on the hardware configuration of the machine";
license = licenses.gpl2;
maintainers = [ maintainers.phreedom ];
platforms = platforms.linux;
+1 -2
View File
@@ -14,9 +14,8 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.rsyslog.com/";
description = "Rsyslog is an enhanced syslogd. It can be used as a drop-in replacement for stock sysklogd.";
description = "Enhanced syslog implementation";
license = "GPLv3";
platforms = stdenv.lib.platforms.linux;
};
}
+1 -2
View File
@@ -13,9 +13,8 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.balabit.com/network-security/syslog-ng/";
description = "Next-generation syslogd with advanced networking and filtering capabilities.";
description = "Next-generation syslogd with advanced networking and filtering capabilities";
license = "GPLv2";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.simons ];
};
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Chrome OS partitioning and kernel signing tools.";
description = "Chrome OS partitioning and kernel signing tools";
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux;
};