From 77935f39f741691293b0f8fa7a70d1e6a81eaf11 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Fri, 4 Jul 2025 14:39:48 +0200 Subject: [PATCH] add proper url and info about kalvin versioning --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dbc496..4ba4260 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ A Clojure library providing convenient wrapper functions for the [Gum](https://g Add this to your `deps.edn`: ```clojure -{:deps {io.github.yourusername/gum-utils {:git/url "https://github.com/yourusername/gum-utils" - :sha "latest-commit-sha"}}} +{:deps {travisshears/gum-utils { + :git/url "https://git.travisshears.com/travisshears/gum-utils" + :git/tag "40K" + :git/sha "4c4a34d" +}}} ```