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 = {
|
meta = {
|
||||||
description = "A C library for property-based testing.";
|
description = "A C library for property-based testing";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
homepage = "http://github.com/silentbicycle/theft/";
|
homepage = "http://github.com/silentbicycle/theft/";
|
||||||
license = stdenv.lib.licenses.isc;
|
license = stdenv.lib.licenses.isc;
|
||||||
|
|
Loading…
Reference in New Issue