gnu: java: Use HTTPS for osgi.org home pages.

* gnu/packages/java.scm (java-osgi-annotation, java-osgi-core)
(java-osgi-service-event, java-osgi-cmpn)
(java-osgi-service-component-annotations, java-osgi-dto, java-osgi-resource)
(java-osgi-namespace-contract, java-osgi-namespace-extender)
(java-osgi-namespace-service, java-osgi-util-function)
(java-osgi-util-promise, java-osgi-service-metatype-annotations)
(java-osgi-service-repository, java-osgi-framework, java-osgi-service-log)
(java-osgi-service-jdbc, java-osgi-service-resolver, java-osgi-util-tracker)
(java-osgi-service-cm, java-osgi-service-packageadmin)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-01-16 01:54:03 +01:00
parent 53a416d6fd
commit c353d0140e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 21 additions and 21 deletions

View File

@ -3841,7 +3841,7 @@ Custom formats can be created using a fluent style API.")
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
#:jar-name "osgi-annotation.jar")) #:jar-name "osgi-annotation.jar"))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Annotation module of OSGi framework") (synopsis "Annotation module of OSGi framework")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -3868,7 +3868,7 @@ components.")
#:jar-name "osgi-core.jar")) #:jar-name "osgi-core.jar"))
(inputs (inputs
`(("java-osgi-annotation" ,java-osgi-annotation))) `(("java-osgi-annotation" ,java-osgi-annotation)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Core module of OSGi framework") (synopsis "Core module of OSGi framework")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -3896,7 +3896,7 @@ the OSGi Core module.")
(inputs (inputs
`(("java-osgi-annotation" ,java-osgi-annotation) `(("java-osgi-annotation" ,java-osgi-annotation)
("java-osgi-core" ,java-osgi-core))) ("java-osgi-core" ,java-osgi-core)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "OSGi service event module") (synopsis "OSGi service event module")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5350,7 +5350,7 @@ used to generate this API.")
("java-datanucleus-javax-persistence" ,java-datanucleus-javax-persistence) ("java-datanucleus-javax-persistence" ,java-datanucleus-javax-persistence)
("microemulator" ,java-microemulator-cldc) ("microemulator" ,java-microemulator-cldc)
("servlet" ,java-classpathx-servletapi))) ("servlet" ,java-classpathx-servletapi)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Compendium specification module of OSGi framework") (synopsis "Compendium specification module of OSGi framework")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5378,7 +5378,7 @@ in compiling bundles.")
#:tests? #f)); no tests #:tests? #f)); no tests
(inputs (inputs
`(("annotation" ,java-osgi-annotation))) `(("annotation" ,java-osgi-annotation)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Support annotations for osgi-service-component") (synopsis "Support annotations for osgi-service-component")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5404,7 +5404,7 @@ the support annotations for osgi-service-component.")
#:tests? #f)); no tests #:tests? #f)); no tests
(inputs (inputs
`(("annotation" ,java-osgi-annotation))) `(("annotation" ,java-osgi-annotation)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Data Transfer Objects") (synopsis "Data Transfer Objects")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5435,7 +5435,7 @@ objects of the listed types or aggregates.")
(inputs (inputs
`(("annotation" ,java-osgi-annotation) `(("annotation" ,java-osgi-annotation)
("dto" ,java-osgi-dto))) ("dto" ,java-osgi-dto)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "OSGI Resource") (synopsis "OSGI Resource")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5463,7 +5463,7 @@ the definition of common types in osgi packages.")
(arguments (arguments
`(#:jar-name "osgi-namespace-contract.jar" `(#:jar-name "osgi-namespace-contract.jar"
#:tests? #f)); no tests #:tests? #f)); no tests
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Contract Capability and Requirement Namespace") (synopsis "Contract Capability and Requirement Namespace")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5491,7 +5491,7 @@ the names for the attributes and directives for a namespace with contracts.")
(arguments (arguments
`(#:jar-name "osgi-namespace-extendent.jar" `(#:jar-name "osgi-namespace-extendent.jar"
#:tests? #f)); no tests #:tests? #f)); no tests
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Extender Capability and Requirement Namespace") (synopsis "Extender Capability and Requirement Namespace")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5519,7 +5519,7 @@ the names for the attributes and directives for an extender namespace.")
(arguments (arguments
`(#:jar-name "osgi-namespace-service.jar" `(#:jar-name "osgi-namespace-service.jar"
#:tests? #f)); no tests #:tests? #f)); no tests
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Service Capability and Requirement Namespace") (synopsis "Service Capability and Requirement Namespace")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5546,7 +5546,7 @@ the names for the attributes and directives for a service namespace.")
#:tests? #f)); no tests #:tests? #f)); no tests
(inputs (inputs
`(("annotation" ,java-osgi-annotation))) `(("annotation" ,java-osgi-annotation)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "OSGI Util Function") (synopsis "OSGI Util Function")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5574,7 +5574,7 @@ an interface for a function that accepts a single argument and produces a result
(inputs (inputs
`(("annotation" ,java-osgi-annotation) `(("annotation" ,java-osgi-annotation)
("function" ,java-osgi-util-function))) ("function" ,java-osgi-util-function)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Promise of a value") (synopsis "Promise of a value")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5602,7 +5602,7 @@ value. It handles the interactions for asynchronous processing.")
#:tests? #f)); no tests #:tests? #f)); no tests
(inputs (inputs
`(("annotation" ,java-osgi-annotation))) `(("annotation" ,java-osgi-annotation)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Support annotations for metatype") (synopsis "Support annotations for metatype")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5631,7 +5631,7 @@ the support annotations for metatype.")
`(("annotation" ,java-osgi-annotation) `(("annotation" ,java-osgi-annotation)
("promise" ,java-osgi-util-promise) ("promise" ,java-osgi-util-promise)
("resource" ,java-osgi-resource))) ("resource" ,java-osgi-resource)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "OSGI service repository") (synopsis "OSGI service repository")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5659,7 +5659,7 @@ a repository service that contains resources.")
`(("annotation" ,java-osgi-annotation) `(("annotation" ,java-osgi-annotation)
("resource" ,java-osgi-resource) ("resource" ,java-osgi-resource)
("dto" ,java-osgi-dto))) ("dto" ,java-osgi-dto)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "OSGi framework") (synopsis "OSGi framework")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5685,7 +5685,7 @@ and service platform for the Java programming language.")
#:tests? #f)); no tests #:tests? #f)); no tests
(inputs (inputs
`(("java-osgi-framework" ,java-osgi-framework))) `(("java-osgi-framework" ,java-osgi-framework)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Provides methods for bundles to write messages to the log") (synopsis "Provides methods for bundles to write messages to the log")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5710,7 +5710,7 @@ the log service.")
(arguments (arguments
`(#:jar-name "osgi-service-jdbc.jar" `(#:jar-name "osgi-service-jdbc.jar"
#:tests? #f)); no tests #:tests? #f)); no tests
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Factory for JDBC connection factories") (synopsis "Factory for JDBC connection factories")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5745,7 +5745,7 @@ factories for getting JDBC connections:
(inputs (inputs
`(("annotation" ,java-osgi-annotation) `(("annotation" ,java-osgi-annotation)
("resource" ,java-osgi-resource))) ("resource" ,java-osgi-resource)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "OSGI Resolver service") (synopsis "OSGI Resolver service")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5774,7 +5774,7 @@ by the caller.")
(inputs (inputs
`(("framework" ,java-osgi-framework) `(("framework" ,java-osgi-framework)
("annotation" ,java-osgi-annotation))) ("annotation" ,java-osgi-annotation)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "Bundle tracking") (synopsis "Bundle tracking")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5802,7 +5802,7 @@ bundle tracking utility classes.")
(inputs (inputs
`(("framework" ,java-osgi-framework) `(("framework" ,java-osgi-framework)
("annotation" ,java-osgi-annotation))) ("annotation" ,java-osgi-annotation)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "OSGI Configuration Management") (synopsis "OSGI Configuration Management")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system
@ -5829,7 +5829,7 @@ utility classes for the configuration of services.")
#:tests? #f)); no tests #:tests? #f)); no tests
(inputs (inputs
`(("framework" ,java-osgi-framework))) `(("framework" ,java-osgi-framework)))
(home-page "http://www.osgi.org") (home-page "https://www.osgi.org")
(synopsis "OSGI Package Administration") (synopsis "OSGI Package Administration")
(description (description
"OSGi, for Open Services Gateway initiative framework, is a module system "OSGi, for Open Services Gateway initiative framework, is a module system