Remove trailing period from description per contribution guidelines.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user