kasi.el

This package provides an easy way to manage secrets via M-x kasi.
Log | Files | Refs | LICENSE

commit 10002372e673953655032736a0723806cde98357
parent 45296d1f7688cf00140b488d0825c8c8685034d7
Author: Vineet Kumar <git@vineetk.net>
Date:   Thu, 28 May 2026 14:14:48 -0400

fix typo in package url

Diffstat:
Mkasi-pkg.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kasi-pkg.el b/kasi-pkg.el @@ -2,4 +2,4 @@ "An easy way to manage secrets." '((emacs "28.1")) :keywords '("secret" "password") - :url "https://git.vineetk.net/kasi/") + :url "https://git.vineetk.net/kasi.el/")