gnu: plantuml: Use HTTPS home page.
* gnu/packages/uml.scm (plantuml)[home-page]: Use HTTPS.master
parent
c04cbcf70a
commit
b2e213c3e9
|
@ -82,7 +82,7 @@
|
||||||
(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,
|
||||||
|
|
Reference in New Issue