gnu: python-sqlalchemy: Use HTTPS home page.

* gnu/packages/databases.scm (python-sqlalchemy)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-11 22:02:38 +01:00
parent 6d04f694dc
commit 5cfe650b9d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2108,7 +2108,7 @@ (define-public python-sqlalchemy
(modify-phases %standard-phases (modify-phases %standard-phases
(replace 'check (replace 'check
(lambda _ (invoke "py.test")))))) (lambda _ (invoke "py.test"))))))
(home-page "http://www.sqlalchemy.org") (home-page "https://www.sqlalchemy.org")
(synopsis "Database abstraction library") (synopsis "Database abstraction library")
(description (description
"SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that "SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that