mcfly: update description to latest from repo

This commit is contained in:
Theodore Ni 2022-12-02 01:19:50 -08:00
parent b26e38d254
commit 30b36b9874
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
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 ];