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)
|
("jamvm" ,jamvm-1-bootstrap)
|
||||||
("unzip" ,unzip)
|
("unzip" ,unzip)
|
||||||
("zip" ,zip)))
|
("zip" ,zip)))
|
||||||
(home-page "http://ant.apache.org")
|
(home-page "https://ant.apache.org")
|
||||||
(synopsis "Build tool for Java")
|
(synopsis "Build tool for Java")
|
||||||
(description
|
(description
|
||||||
"Ant is a platform-independent build tool for Java. It is similar to
|
"Ant is a platform-independent build tool for Java. It is similar to
|
||||||
|
|
Reference in New Issue