From fefe219294ebdc1bc26f735e239b7c3e2db8ee19 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 26 Aug 2024 02:41:01 +0200 Subject: [PATCH] update url to private git forge --- project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3eccac5..c2b0508 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,8 @@ (defproject fuck-cors "0.1.8" :description "Fuck CORS and open your API to everyone" - :url "http://github.com/yogsototh/fuck-cors" + :url "https://git.esy.fun/yogsototh/fuck-cors" :license {:name "MIT" :url "http://opensource.org/licences/MIT"} + :deploy-repositories [["releases" {:url "https://clojars.org/repo" :creds :gpg}] + ["snapshots" {:url "https://clojars.org/repo" :creds :gpg}]] :dependencies [[org.clojure/clojure "1.11.4"]])