treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-17 08:22:31 -07:00
committed by Jon
parent ea04f84829
commit 683a87dbeb
281 changed files with 345 additions and 340 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers.";
description = "acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers";
longDescription = ''
acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card
readers. This library provides a PC/SC IFD handler implementation and
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
buildInputs = with pkgs; [libuecc];
meta = with stdenv.lib; {
description = "Create and manipulate ECC NISTP256 keypairs.";
description = "Create and manipulate ECC NISTP256 keypairs";
homepage = "https://github.com/kaniini/ecdsatool/";
license = with licenses; [free];
platforms = platforms.unix;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gnupg gtk2 libxml2 intltool ];
meta = {
description = "FPM2 is GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements.";
description = "FPM2 is GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements";
homepage = "https://als.regnet.cz/fpm2/";
license = licenses.gpl2;
platforms = platforms.linux;
+1 -1
View File
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreFoundation libiconv Security ];
meta = with stdenv.lib; {
description = "A simple yet robust commandline random password generator.";
description = "A simple yet robust commandline random password generator";
homepage = "https://github.com/cyplo/genpass";
license = licenses.agpl3;
maintainers = with maintainers; [ cyplo ];
+1 -1
View File
@@ -54,7 +54,7 @@ buildGoModule rec {
'';
meta = with stdenv.lib; {
description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.";
description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go";
homepage = "https://www.gopass.pw/";
license = licenses.mit;
maintainers = with maintainers; [ andir rvolosatovs ];
+1 -1
View File
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook ];
meta = with stdenv.lib; {
description = "A set of cross-platform tools to compute hashes.";
description = "A set of cross-platform tools to compute hashes";
homepage = "https://github.com/jessek/hashdeep";
license = licenses.gpl2;
platforms = with platforms; linux ++ freebsd ++ openbsd;
+1 -1
View File
@@ -19,7 +19,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = "https://github.com/AdRoll/hologram/";
description = "Easy, painless AWS credentials on developer laptops.";
description = "Easy, painless AWS credentials on developer laptops";
maintainers = with maintainers; [ nand0p ];
license = licenses.asl20;
};
+1 -1
View File
@@ -33,7 +33,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = "https://www.keybase.io/";
description = "The Keybase official command-line utility and service.";
description = "The Keybase official command-line utility and service";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ avaq carlsverre np rvolosatovs filalex77 ];
license = licenses.bsd3;
+1 -1
View File
@@ -19,7 +19,7 @@ buildGoPackage rec {
'';
meta = with lib; {
description = "A simple tool for generating self signed certificates.";
description = "A simple tool for generating self signed certificates";
longDescription = ''
Minica is a simple CA intended for use in situations where the CA
operator also operates each host where a certificate will be used. It
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
preConfigure = "./bootstrap";
meta = with stdenv.lib; {
description = "Transparent application input fuzzer.";
description = "Transparent application input fuzzer";
homepage = "http://caca.zoy.org/wiki/zzuf";
license = licenses.wtfpl;
platforms = platforms.linux;