summary refs log tree commit diff
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorSebastian Graf <sgraf1337@gmail.com>2020-11-02 12:14:32 +0100
committerGitHub <noreply@github.com>2020-11-02 12:14:32 +0100
commit5e9dab5b2de86218547b98af1e0db95822230bc8 (patch)
treee72052288400f7ba20c1ec4111fa75922173eba3 /pkgs/applications/editors/kakoune
parent8eea6fcf0d8c29b422a9b464c03194baae430adb (diff)
downloadnixpkgs-5e9dab5b2de86218547b98af1e0db95822230bc8.tar
nixpkgs-5e9dab5b2de86218547b98af1e0db95822230bc8.tar.gz
nixpkgs-5e9dab5b2de86218547b98af1e0db95822230bc8.tar.bz2
nixpkgs-5e9dab5b2de86218547b98af1e0db95822230bc8.tar.lz
nixpkgs-5e9dab5b2de86218547b98af1e0db95822230bc8.tar.xz
nixpkgs-5e9dab5b2de86218547b98af1e0db95822230bc8.tar.zst
nixpkgs-5e9dab5b2de86218547b98af1e0db95822230bc8.zip
Update description of case.kak.nix
Probably Copy and pasted from `kak-buffers.nix`.
Diffstat (limited to 'pkgs/applications/editors/kakoune')
-rw-r--r--pkgs/applications/editors/kakoune/plugins/case.kak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/kakoune/plugins/case.kak.nix b/pkgs/applications/editors/kakoune/plugins/case.kak.nix
index 20df2872628..6a2ef200e6e 100644
--- a/pkgs/applications/editors/kakoune/plugins/case.kak.nix
+++ b/pkgs/applications/editors/kakoune/plugins/case.kak.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    description = "Ease navigation between opened buffers in Kakoune";
+    description = "Case convention conversion for Kakoune";
     homepage = "https://gitlab.com/FlyingWombat/case.kak";
     license = licenses.unlicense;
     maintainers = with maintainers; [ eraserhd ];