Add function to normalise a URL
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M project.clj → project.clj
@@ -4,7 +4,8 @@ :url "https://github.com/alanpearce/microformats" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} :dependencies [[org.clojure/clojure "1.6.0"] - [enlive "1.1.5"]] + [enlive "1.1.5"] + [clojurewerkz/urly "1.0.0"]] :profiles {:dev {:dependencies [[expectations "2.0.9"]]}} :plugins [[lein-expectations "0.0.7"]] :main microformats.parser)