Remove trailing period from description per contribution guidelines.

This commit is contained in:
Kevin Quick 2017-10-19 10:01:48 -07:00 committed by Kevin Quick
parent bb47bea024
commit 6bfa45997b
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "A C library for property-based testing.";
description = "A C library for property-based testing";
platforms = stdenv.lib.platforms.linux;
homepage = "http://github.com/silentbicycle/theft/";
license = stdenv.lib.licenses.isc;