gnu: java-aqute-bnd-annotation: Use HTTPS home page.
* gnu/packages/java.scm (java-aqute-bnd-annotation)[home-page]: Use HTTPS.
This commit is contained in:
parent
14544d2f99
commit
27c0eadef9
1 changed files with 1 additions and 1 deletions
|
@ -8040,7 +8040,7 @@ package contains utilities for obtaining services via the Java SE 6
|
||||||
`(#:jar-name "java-aqute-bnd-annotation.jar"
|
`(#:jar-name "java-aqute-bnd-annotation.jar"
|
||||||
#:source-dir "biz.aQute.bnd.annotation/src"
|
#:source-dir "biz.aQute.bnd.annotation/src"
|
||||||
#:tests? #f)); empty test dir
|
#:tests? #f)); empty test dir
|
||||||
(home-page "http://bnd.bndtools.org/")
|
(home-page "https://bnd.bndtools.org/")
|
||||||
(synopsis "Tools for OSGi")
|
(synopsis "Tools for OSGi")
|
||||||
(description "Bnd is a swiss army knife for OSGi, it creates manifest
|
(description "Bnd is a swiss army knife for OSGi, it creates manifest
|
||||||
headers based on analyzing the class code, it verifies the project settings,
|
headers based on analyzing the class code, it verifies the project settings,
|
||||||
|
|
Reference in a new issue