diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-01-25 14:38:18 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-01-25 14:38:18 +0200 |
| commit | fb14e942009200916b877cf19fcff4d62de8a867 (patch) | |
| tree | 8f0a0631f8a2f2dca1947a8befbac3ba87166989 | |
| parent | 95d40742ac789e7c0f6f0033c3c6560992dd8f0f (diff) | |
Update README: change git URL to git.nmm.ee and remove tests badge
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ # Dompa -[](https://github.com/askonomm/dompa/actions/workflows/tests.yml) [](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"}}} ``` |
