Browse Source
gnu: ant: Use HTTPS home page.
* gnu/packages/java.scm (ant)[home-page]: Use HTTPS.
version-1.1.0
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
1 additions and
1 deletions
-
gnu/packages/java.scm
|
|
@ -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 |
|
|
|