From 9c7e9c542a06301659856a8c55e35efcf7c20156 Mon Sep 17 00:00:00 2001 From: oakes Date: Tue, 31 Dec 2013 22:44:34 -0500 Subject: [PATCH] Add url and description --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"]