diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/leiningen/README | 2 | ||||
-rw-r--r-- | development/leiningen/leiningen.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/development/leiningen/README b/development/leiningen/README index 6e8dd88bd7..93976c53a9 100644 --- a/development/leiningen/README +++ b/development/leiningen/README @@ -1,5 +1,3 @@ Leiningen is the easiest way to use Clojure. With a focus on project automation and declarative configuration, it gets out of your way and lets you focus on your code. - -'jdk' is a runtime dependency. diff --git a/development/leiningen/leiningen.info b/development/leiningen/leiningen.info index ea38c1c337..2eb21e3c57 100644 --- a/development/leiningen/leiningen.info +++ b/development/leiningen/leiningen.info @@ -5,6 +5,6 @@ DOWNLOAD="https://raw.githubusercontent.com/technomancy/leiningen/2.5.3/bin/lein MD5SUM="b298776cef52f59516881888e6240fcc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="jdk" MAINTAINER="Ryan P.C. McQuen" EMAIL="ryan.q@linux.com" |