mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-13 20:55:55 +02:00
gnu: python-sqlalchemy: Use HTTPS home page.
* gnu/packages/databases.scm (python-sqlalchemy)[home-page]: Use HTTPS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user