Merge pull request #204073 from tjni/mcfly

mcfly: update description to latest from repo

Changed files
+1 -1
pkgs
tools
misc
mcfly
+1 -1
pkgs/tools/misc/mcfly/default.nix
···
meta = with lib; {
homepage = "https://github.com/cantino/mcfly";
-
description = "An upgraded ctrl-r for Bash whose history results make sense for what you're working on right now";
+
description = "An upgraded ctrl-r where history results make sense for what you're working on right now";
changelog = "https://github.com/cantino/mcfly/raw/v${version}/CHANGELOG.txt";
license = licenses.mit;
maintainers = [ maintainers.melkor333 ];