Remove trailing period from description per contribution guidelines.
This commit is contained in:
parent
bb47bea024
commit
6bfa45997b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue