Update description of case.kak.nix

Probably Copy and pasted from `kak-buffers.nix`.
This commit is contained in:
Sebastian Graf
2020-11-02 12:14:32 +01:00
committed by GitHub
parent 8eea6fcf0d
commit 5e9dab5b2d

View File

@@ -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 ];