me
/
guix
Archived
1
0
Fork 0

gnu: java-stringtemplate: Use HTTPS home page.

* gnu/packages/java.scm (java-stringtemplate)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

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,