python3Packages.pg8000: update homepage and changelog

project moved from Github to Codeberg
This commit is contained in:
Acid Bong
2026-05-03 21:48:54 +03:00
parent 534a8f3eb9
commit d310323eed

View File

@@ -37,8 +37,8 @@ buildPythonPackage rec {
meta = {
description = "Python driver for PostgreSQL";
homepage = "https://github.com/tlocke/pg8000";
changelog = "https://github.com/tlocke/pg8000#release-notes";
homepage = "https://codeberg.org/tlocke/pg8000";
changelog = "https://codeberg.org/tlocke/pg8000/src/tag/${version}#release-notes";
license = lib.licenses.bsd3;
maintainers = [ ];
platforms = lib.platforms.unix;