forked from mirrors/nixpkgs
aflplusplus: standardize description
- Remove package name from start - Remove period from end
This commit is contained in:
parent
58f29d3ca8
commit
b6b2b2f864
|
@ -124,8 +124,8 @@ let
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = ''
|
description = ''
|
||||||
AFL++ is a heavily enhanced version of AFL, incorporating many features and
|
A heavily enhanced version of AFL, incorporating many features
|
||||||
improvements from the community.
|
and improvements from the community
|
||||||
'';
|
'';
|
||||||
homepage = "https://aflplus.plus";
|
homepage = "https://aflplus.plus";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
|
Loading…
Reference in a new issue