summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-25 03:07:56 +0100
committerGitHub <noreply@github.com>2020-11-25 03:07:56 +0100
commit9ead4e3b17bb27bbb4f3aa889e33f77caf2c176a (patch)
tree9e8959b8c691d024e8b403d1a51ca10d62133e65
parent668e7a441a851cc1eb15bcf91b725b3b8ce7dd50 (diff)
parent5e9dab5b2de86218547b98af1e0db95822230bc8 (diff)
Merge pull request #102470 from sgraf812/patch-1
case.kak.nix: Update description
-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 20df2872628f..6a2ef200e6e1 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 ];