From fb14e942009200916b877cf19fcff4d62de8a867 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 25 Jan 2026 14:38:18 +0200 Subject: Update README: change git URL to git.nmm.ee and remove tests badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 783df62..da3b2da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Dompa -[![Tests](https://github.com/askonomm/dompa/actions/workflows/tests.yml/badge.svg)](https://github.com/askonomm/dompa/actions/workflows/tests.yml) [![CodeScene Average Code Health](https://codescene.io/projects/72504/status-badges/average-code-health)](https://codescene.io/projects/72504) A zero-dependency, runtime-agnostic HTML parser and builder for Clojure. @@ -18,7 +17,7 @@ Dompa aims to be a universal Clojure library, tested across: Add Dompa to your `deps.edn` directly from GitHub: ```clojure -{:deps {askonomm/dompa {:git/url "https://github.com/askonomm/dompa" +{:deps {askonomm/dompa {:git/url "https://git.nmm.ee/asko/dompa.git" :git/tag "v1.2.2" :git/sha "94f5f3c21f8ad352e149b59ce3a5fa3ae98acb91"}}} ``` -- cgit v1.2.3