changed homepage

This commit is contained in:
Yann Esposito (Yogsototh) 2018-02-28 13:06:18 +01:00
parent 4f2e8f9065
commit d72551f1b9
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,6 +1,6 @@
(defproject yogsototh/clj-jwt "0.2.1" (defproject yogsototh/clj-jwt "0.2.1"
:description "Clojure library for JSON Web Token(JWT)" :description "Clojure library for JSON Web Token(JWT)"
:url "https://github.com/liquidz/clj-jwt" :url "https://github.com/yogsototh/clj-jwt"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"] :dependencies [[org.clojure/clojure "1.7.0"]