1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 01:05:54 +02:00

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
+1 -1
View File
@@ -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,