python3Packages.pypng: update homepage

`src` was updated, but homepage continues to point to the archived
GitHub repo.

Changed files
+1 -1
pkgs
development
python-modules
pypng
+1 -1
pkgs/development/python-modules/pypng/default.nix
···
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 ];
};