nckx pushed a commit to branch master
in repository guix.

commit 27c0eadef9f8e4b3b9d24f4060f3dbdca6833e60
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 23:14:17 2020 +0100

    gnu: java-aqute-bnd-annotation: Use HTTPS home page.
    
    * gnu/packages/java.scm (java-aqute-bnd-annotation)[home-page]: Use HTTPS.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 470f584..ec5b618 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -8040,7 +8040,7 @@ package contains utilities for obtaining services via the 
Java SE 6
      `(#:jar-name "java-aqute-bnd-annotation.jar"
        #:source-dir "biz.aQute.bnd.annotation/src"
        #:tests? #f)); empty test dir
-    (home-page "http://bnd.bndtools.org/";)
+    (home-page "https://bnd.bndtools.org/";)
     (synopsis "Tools for OSGi")
     (description "Bnd is a swiss army knife for OSGi, it creates manifest
 headers based on analyzing the class code, it verifies the project settings,

Reply via email to