gnu: python-sqlalchemy: Use HTTPS home page.
* gnu/packages/databases.scm (python-sqlalchemy)[home-page]: Use HTTPS.
This commit is contained in:
parent
6d04f694dc
commit
5cfe650b9d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue