summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2022-12-02 01:19:50 -0800
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2022-12-05 11:59:42 -0800
commit30b36b9874f3ea115c5fec57b39117ea882485ef (patch)
treeceb0510d3c62a31e4f5555793cbe1ba1cb3fb2b6
parentb26e38d2549996525fe49b2a8c9c86c2a0c9f453 (diff)
downloadnixpkgs-30b36b9874f3ea115c5fec57b39117ea882485ef.tar
nixpkgs-30b36b9874f3ea115c5fec57b39117ea882485ef.tar.gz
nixpkgs-30b36b9874f3ea115c5fec57b39117ea882485ef.tar.bz2
nixpkgs-30b36b9874f3ea115c5fec57b39117ea882485ef.tar.lz
nixpkgs-30b36b9874f3ea115c5fec57b39117ea882485ef.tar.xz
nixpkgs-30b36b9874f3ea115c5fec57b39117ea882485ef.tar.zst
nixpkgs-30b36b9874f3ea115c5fec57b39117ea882485ef.zip
mcfly: update description to latest from repo
-rw-r--r--pkgs/tools/misc/mcfly/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mcfly/default.nix b/pkgs/tools/misc/mcfly/default.nix
index bdefd4a1b2d..79c9238b9e2 100644
--- a/pkgs/tools/misc/mcfly/default.nix
+++ b/pkgs/tools/misc/mcfly/default.nix
@@ -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 ];