gnu: plantuml: Use HTTPS home page.
* gnu/packages/uml.scm (plantuml)[home-page]: Use HTTPS.
This commit is contained in:
parent
c04cbcf70a
commit
b2e213c3e9
@ -82,7 +82,7 @@ (define-public plantuml
|
|||||||
(inputs
|
(inputs
|
||||||
`(("graphviz" ,graphviz)
|
`(("graphviz" ,graphviz)
|
||||||
("jre" ,icedtea)))
|
("jre" ,icedtea)))
|
||||||
(home-page "http://plantuml.com/")
|
(home-page "https://plantuml.com/")
|
||||||
(synopsis "Draw UML diagrams from simple textual description")
|
(synopsis "Draw UML diagrams from simple textual description")
|
||||||
(description
|
(description
|
||||||
"Plantuml is a tool to generate sequence, usecase, class, activity,
|
"Plantuml is a tool to generate sequence, usecase, class, activity,
|
||||||
|
Loading…
Reference in New Issue
Block a user