mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
crex: touchup description as suggested
Thanks! Co-Authored-By: dtzWill <github@wdtz.org>
This commit is contained in:
parent
59677054d3
commit
c50468a01e
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue