gnu: plantuml: Use HTTPS home page.

* gnu/packages/uml.scm (plantuml)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:57:18 +01:00
parent c04cbcf70a
commit b2e213c3e9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -82,7 +82,7 @@
(inputs
`(("graphviz" ,graphviz)
("jre" ,icedtea)))
(home-page "http://plantuml.com/")
(home-page "https://plantuml.com/")
(synopsis "Draw UML diagrams from simple textual description")
(description
"Plantuml is a tool to generate sequence, usecase, class, activity,