gnu: ant: Use HTTPS home page.
* gnu/packages/java.scm (ant)[home-page]: Use HTTPS.master
parent
a489466b95
commit
0b1d71b218
|
@ -330,7 +330,7 @@ JNI.")
|
|||
("jamvm" ,jamvm-1-bootstrap)
|
||||
("unzip" ,unzip)
|
||||
("zip" ,zip)))
|
||||
(home-page "http://ant.apache.org")
|
||||
(home-page "https://ant.apache.org")
|
||||
(synopsis "Build tool for Java")
|
||||
(description
|
||||
"Ant is a platform-independent build tool for Java. It is similar to
|
||||
|
|
Reference in New Issue