gnu: java-stringtemplate: Use HTTPS home page.

* gnu/packages/java.scm (java-stringtemplate)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:29:30 +01:00
parent 72314cc3f9
commit ba11a8bdf4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6903,7 +6903,7 @@ (define-public java-stringtemplate-3
(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,