From a355b9da1494cee9ac6aa5955cf16d7ecc007c91 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Tue, 2 Oct 2018 14:46:30 +0200 Subject: [PATCH] add scm info --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index ee2e4f4..6115a7d 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,7 @@ (defproject joshavg/formulare "0.2.1-SNAPSHOT" :description "Forms hiccup style" :url "https://gitea.heevyis.ninja/josha/formulare.git" + :scm {:name "git" :url "https://gitea.heevyis.ninja/josha/formulare.git"} :license {:name "GPL-3.0" :url "https://opensource.org/licenses/GPL-3.0"} :dependencies [[org.clojure/clojure "1.9.0"]