python3Packages.pypng: update homepage
`src` was updated, but homepage continues to point to the archived GitHub repo.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user