treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user