From bb23acc984fb3f728e96d80715e087eabff478f0 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 21 Jul 2017 16:33:35 +0100 Subject: [PATCH 1/2] Add project description This is a dummy commit to practice git --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 020c564..6c605f6 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject allocation_clj "0.1.0-SNAPSHOT" - :description "FIXME: write description" + :description "Allocation Clojure pet project" :url "http://example.com/FIXME" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} From ba7db5f1ad0ea7600a235ccd79f34e7fdf7a1aa0 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 21 Jul 2017 16:50:05 +0100 Subject: [PATCH 2/2] Adjust project description Incorporating pull request comments --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6c605f6..ac36388 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject allocation_clj "0.1.0-SNAPSHOT" - :description "Allocation Clojure pet project" + :description "Allocation project in Clojure" :url "http://example.com/FIXME" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}