gnu: plantuml: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 19 Jan 2020 00:57:18 +0000 (01:57 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 19 Jan 2020 16:57:08 +0000 (17:57 +0100)
* gnu/packages/uml.scm (plantuml)[home-page]: Use HTTPS.

gnu/packages/uml.scm

index 4e8a580..41fb66c 100644 (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,