update url to private git forge

This commit is contained in:
Yann Esposito (Yogsototh) 2024-08-26 02:41:01 +02:00
parent 93e3b13ccc
commit fefe219294
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,6 +1,8 @@
(defproject fuck-cors "0.1.8" (defproject fuck-cors "0.1.8"
:description "Fuck CORS and open your API to everyone" :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" :license {:name "MIT"
:url "http://opensource.org/licences/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"]]) :dependencies [[org.clojure/clojure "1.11.4"]])