python313Packages.sqlmodel: update meta urls

This commit is contained in:
Tom Hunze
2025-12-31 11:40:27 +01:00
parent 4d57d86f27
commit 684e7bc4c7
@@ -49,8 +49,8 @@ buildPythonPackage rec {
meta = {
description = "Module to work with SQL databases";
homepage = "https://github.com/tiangolo/sqlmodel";
changelog = "https://github.com/tiangolo/sqlmodel/releases/tag/${version}";
homepage = "https://github.com/fastapi/sqlmodel";
changelog = "https://github.com/fastapi/sqlmodel/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};