Commit f20ed971 authored by Benjamin Sparks's avatar Benjamin Sparks
Browse files

python3Packages.pypng: update homepage

`src` was updated, but homepage continues to point to the archived
GitHub repo.
parent ee4b3f9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };