gnu: java-openchart2: Use HTTPS home page.
* gnu/packages/java.scm (java-openchart2)[home-page]: Use HTTPS.
This commit is contained in:
parent
a15b45290d
commit
a809d63252
1 changed files with 1 additions and 1 deletions
|
@ -10637,7 +10637,7 @@ against expected outcomes.")
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
("java-junit" ,java-junit)
|
("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("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")
|
(synopsis "Simple plotting for Java")
|
||||||
(description "Openchart2 provides a simple, yet powerful, interface for
|
(description "Openchart2 provides a simple, yet powerful, interface for
|
||||||
Java programmers to create two-dimensional charts and plots. The library
|
Java programmers to create two-dimensional charts and plots. The library
|
||||||
|
|
Reference in a new issue