diff --git a/project.clj b/project.clj index 9dc7b30..143c164 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,6 @@ (defproject play-clj "0.1.0-SNAPSHOT" - :description "Library for making cross-platform games" + :description "A LibGDX wrapper for easy cross-platform game development" + :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} :dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]