diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:24:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 12:48:19 +0100 |
commit | a809d63252bd9cb224060895d46bedcf39555741 (patch) | |
tree | 834f7678094648bb34647d760921a13376b3c063 /gnu/packages/java.scm | |
parent | a15b45290df888230acf88017903d018e9611a9d (diff) | |
download | patches-a809d63252bd9cb224060895d46bedcf39555741.tar patches-a809d63252bd9cb224060895d46bedcf39555741.tar.gz |
gnu: java-openchart2: Use HTTPS home page.
* gnu/packages/java.scm (java-openchart2)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 5229eeda06..6af45b4bc6 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -10637,7 +10637,7 @@ against expected outcomes.") `(("unzip" ,unzip) ("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core))) - (home-page "http://approximatrix.com/products/openchart2/") + (home-page "https://approximatrix.com/products/openchart2/") (synopsis "Simple plotting for Java") (description "Openchart2 provides a simple, yet powerful, interface for Java programmers to create two-dimensional charts and plots. The library |