crex: touchup description as suggested

Thanks!

Co-Authored-By: dtzWill <github@wdtz.org>
This commit is contained in:
Robert Schütz 2019-01-29 08:47:16 -06:00 committed by GitHub
parent 59677054d3
commit c50468a01e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
meta = with stdenv.lib; {
description = "Explore, test, and check regular expressions in the terminal.";
description = "Explore, test, and check regular expressions in the terminal";
homepage = https://octobanana.com/software/crex;
license = licenses.mit;
maintainers = with maintainers; [ dtzWill ];