mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
python3Packages.pg8000: update homepage and changelog
project moved from Github to Codeberg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user