gnu: openstack: Update ‘permanently moved’ home pages.

In practice, this switches all of them to HTTPS.

* gnu/packages/openstack.scm (python-debtcollector, python-mox3)
(python-os-client-config, python-oslo.context, python-oslo.i18n)
(python-oslo.log, python-oslo.serialization, python-oslosphinx)
(python-oslotest, python-oslo.utils, python-keystoneclient)
(python-swiftclient, python-git-review)[home-page]: Update.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-23 23:29:30 +01:00
parent 9be5ecdf8a
commit dbd37c1381
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -102,7 +102,7 @@ (define-public python-debtcollector
("python-pbr" ,python-pbr) ("python-pbr" ,python-pbr)
;; Tests. ;; Tests.
("python-oslotest" ,python-oslotest))) ("python-oslotest" ,python-oslotest)))
(home-page "http://www.openstack.org/") (home-page "https://www.openstack.org/")
(synopsis (synopsis
"Find deprecated patterns and strategies in Python code") "Find deprecated patterns and strategies in Python code")
(description (description
@ -172,7 +172,7 @@ (define-public python-mox3
("python-pbr" ,python-pbr) ("python-pbr" ,python-pbr)
("python-sphinx" ,python-sphinx) ("python-sphinx" ,python-sphinx)
("python-testtools" ,python-testtools))) ("python-testtools" ,python-testtools)))
(home-page "http://www.openstack.org/") (home-page "https://www.openstack.org/")
(synopsis "Mock object framework for Python") (synopsis "Mock object framework for Python")
(description (description
"Mox3 is an unofficial port of the Google mox framework "Mox3 is an unofficial port of the Google mox framework
@ -208,7 +208,7 @@ (define-public python-os-client-config
("python-testrepository" ,python-testrepository) ("python-testrepository" ,python-testrepository)
("python-testscenarios" ,python-testscenarios) ("python-testscenarios" ,python-testscenarios)
("python-testtools" ,python-testtools))) ("python-testtools" ,python-testtools)))
(home-page "http://www.openstack.org/") (home-page "https://www.openstack.org/")
(synopsis (synopsis
"OpenStack Client Configuration Library") "OpenStack Client Configuration Library")
(description (description
@ -408,7 +408,7 @@ (define-public python-oslo.context
("python-oslotest" ,python-oslotest) ("python-oslotest" ,python-oslotest)
("python-oslosphinx" ,python-oslosphinx) ("python-oslosphinx" ,python-oslosphinx)
("python-sphinx" ,python-sphinx))) ("python-sphinx" ,python-sphinx)))
(home-page "http://launchpad.net/oslo") (home-page "https://launchpad.net/oslo")
(synopsis "Oslo context library") (synopsis "Oslo context library")
(description (description
"The Oslo context library has helpers to maintain useful information "The Oslo context library has helpers to maintain useful information
@ -443,7 +443,7 @@ (define-public python-oslo.i18n
("python-mox3" ,python-mox3) ("python-mox3" ,python-mox3)
("python-oslotest" ,python-oslotest) ("python-oslotest" ,python-oslotest)
("python-testscenarios" ,python-testscenarios))) ("python-testscenarios" ,python-testscenarios)))
(home-page "http://launchpad.net/oslo") (home-page "https://launchpad.net/oslo")
(synopsis "Oslo internationalization (i18n) library") (synopsis "Oslo internationalization (i18n) library")
(description (description
"The oslo.i18n library contain utilities for working with "The oslo.i18n library contain utilities for working with
@ -485,7 +485,7 @@ (define-public python-oslo.log
("python-mock" ,python-mock) ("python-mock" ,python-mock)
("python-oslotest" ,python-oslotest) ("python-oslotest" ,python-oslotest)
("python-pbr" ,python-pbr))) ("python-pbr" ,python-pbr)))
(home-page "http://launchpad.net/oslo") (home-page "https://launchpad.net/oslo")
(synopsis "Python logging library of the Oslo project") (synopsis "Python logging library of the Oslo project")
(description (description
"The oslo.log (logging) configuration library provides standardized "The oslo.log (logging) configuration library provides standardized
@ -524,7 +524,7 @@ (define-public python-oslo.serialization
("python-mock" ,python-mock) ("python-mock" ,python-mock)
("python-oslo.i18n" ,python-oslo.i18n) ("python-oslo.i18n" ,python-oslo.i18n)
("python-oslotest" ,python-oslotest))) ("python-oslotest" ,python-oslotest)))
(home-page "http://launchpad.net/oslo") (home-page "https://launchpad.net/oslo")
(synopsis "Oslo serialization library") (synopsis "Oslo serialization library")
(description (description
"The oslo.serialization library provides support for representing objects "The oslo.serialization library provides support for representing objects
@ -609,7 +609,7 @@ (define-public python-oslosphinx
("python-docutils" ,python-docutils) ("python-docutils" ,python-docutils)
("python-hacking" ,python-hacking) ("python-hacking" ,python-hacking)
("python-sphinx" ,python-sphinx))) ("python-sphinx" ,python-sphinx)))
(home-page "http://www.openstack.org/") (home-page "https://www.openstack.org/")
(synopsis "OpenStack sphinx extensions and theme") (synopsis "OpenStack sphinx extensions and theme")
(description (description
"This package provides themes and extensions for Sphinx documentation "This package provides themes and extensions for Sphinx documentation
@ -646,7 +646,7 @@ (define-public python-oslotest
("python-testrepository" ,python-testrepository) ("python-testrepository" ,python-testrepository)
("python-testscenarios" ,python-testscenarios) ("python-testscenarios" ,python-testscenarios)
("python-testtools" ,python-testtools))) ("python-testtools" ,python-testtools)))
(home-page "http://launchpad.net/oslo") (home-page "https://launchpad.net/oslo")
(synopsis "Oslo test framework") (synopsis "Oslo test framework")
(description (description
"The Oslo Test framework provides common fixtures, support for debugging, "The Oslo Test framework provides common fixtures, support for debugging,
@ -700,7 +700,7 @@ (define-public python-oslo.utils
("python-mock" ,python-mock) ("python-mock" ,python-mock)
("python-mox3" ,python-mox3) ("python-mox3" ,python-mox3)
("python-testscenarios" ,python-testscenarios))) ("python-testscenarios" ,python-testscenarios)))
(home-page "http://launchpad.net/oslo") (home-page "https://launchpad.net/oslo")
(synopsis "Oslo utility library") (synopsis "Oslo utility library")
(description (description
"The @code{oslo.utils} library provides support for common utility type "The @code{oslo.utils} library provides support for common utility type
@ -761,7 +761,7 @@ (define-public python-keystoneclient
("python-requests" ,python-requests) ("python-requests" ,python-requests)
("python-six" ,python-six) ("python-six" ,python-six)
("python-stevedore" ,python-stevedore))) ("python-stevedore" ,python-stevedore)))
(home-page "http://www.openstack.org/") (home-page "https://www.openstack.org/")
(synopsis "Client Library for OpenStack Identity") (synopsis "Client Library for OpenStack Identity")
(description (description
"Python-keystoneclient is the identity service used by OpenStack for "Python-keystoneclient is the identity service used by OpenStack for
@ -814,7 +814,7 @@ (define-public python-swiftclient
(propagated-inputs (propagated-inputs
`(("python-requests" ,python-requests) `(("python-requests" ,python-requests)
("python-six" ,python-six))) ("python-six" ,python-six)))
(home-page "http://www.openstack.org/") (home-page "https://www.openstack.org/")
(synopsis "OpenStack Object Storage API Client Library") (synopsis "OpenStack Object Storage API Client Library")
(description (description
"OpenStack Object Storage (code-named Swift) creates redundant, scalable "OpenStack Object Storage (code-named Swift) creates redundant, scalable
@ -879,7 +879,7 @@ (define-public python-git-review
(inputs (inputs
`(("git" ,git) `(("git" ,git)
("openssh" ,openssh))) ("openssh" ,openssh)))
(home-page "http://docs.openstack.org/infra/git-review/") (home-page "https://docs.openstack.org/infra/git-review/")
(synopsis "Command-line tool for Gerrit") (synopsis "Command-line tool for Gerrit")
(description (description
"Git-review is a command-line tool that helps submitting Git branches to "Git-review is a command-line tool that helps submitting Git branches to