summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:29:30 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-29 15:21:45 +0100
commitba11a8bdf466071967c6a472f8640c6d894b201b (patch)
tree33a2d3ca9b592864a0d20201c7ba2cd2eec15d33 /gnu/packages/java.scm
parent72314cc3f98e9bc987fda55e0b559259c0f477b6 (diff)
downloadpatches-ba11a8bdf466071967c6a472f8640c6d894b201b.tar
patches-ba11a8bdf466071967c6a472f8640c6d894b201b.tar.gz
gnu: java-stringtemplate: Use HTTPS home page.
* gnu/packages/java.scm (java-stringtemplate)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r--gnu/packages/java.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3ec3369a6d..32ff4ab064 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6903,7 +6903,7 @@ tree walking, and translation.")
(native-inputs
`(("antlr" ,antlr2)
("java-junit" ,java-junit)))
- (home-page "http://www.stringtemplate.org")
+ (home-page "https://www.stringtemplate.org")
(synopsis "Template engine to generate formatted text output")
(description "StringTemplate is a java template engine (with ports for C#,
Objective-C, JavaScript, Scala) for generating source code, web pages, emails,