summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-01-25 14:38:18 +0200
committerAsko Nõmm <asko@nmm.ee>2026-01-25 14:38:18 +0200
commitfb14e942009200916b877cf19fcff4d62de8a867 (patch)
tree8f0a0631f8a2f2dca1947a8befbac3ba87166989 /README.md
parent95d40742ac789e7c0f6f0033c3c6560992dd8f0f (diff)
Update README: change git URL to git.nmm.ee and remove tests badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 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"}}}
```