mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: java-stringtemplate: Use HTTPS home page.
* gnu/packages/java.scm (java-stringtemplate)[home-page]: Use HTTPS.
This commit is contained in:
parent
72314cc3f9
commit
ba11a8bdf4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue