Fixed URL and licence in project file
in response to nagging from lein-release.
This commit is contained in:
parent
4f90e9fb8d
commit
f27106a996
2 changed files with 11 additions and 9 deletions
|
|
@ -1,7 +1,9 @@
|
|||
(defproject geocsv "0.1.2-SNAPSHOT"
|
||||
|
||||
:description "A wee tool to show comma-separated value data on a map."
|
||||
:url "http://example.com/FIXME"
|
||||
:url "https://github.com/simon-brooke/geocsv"
|
||||
:license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0"
|
||||
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
|
||||
|
||||
:dependencies [[adl-support "0.1.6"]
|
||||
[ch.qos.logback/logback-classic "1.2.3"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue