Merge pull request #102470 from sgraf812/patch-1

case.kak.nix: Update description
This commit is contained in:
Sandro
2020-11-25 03:07:56 +01:00
committed by GitHub

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