gnu: python-sqlalchemy: Use HTTPS home page.

* gnu/packages/databases.scm (python-sqlalchemy)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

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