python3Packages.pypng: update homepage

`src` was updated, but homepage continues to point to the archived
GitHub repo.
This commit is contained in:
Benjamin Sparks
2025-09-15 23:33:10 +02:00
parent ee4b3f9fac
commit f20ed971f4
@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pure Python library for PNG image encoding/decoding";
homepage = "https://github.com/drj11/pypng";
homepage = "https://gitlab.com/drj11/pypng";
license = licenses.mit;
maintainers = with maintainers; [ prusnak ];
};