mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03: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 New Issue
Block a user