Unverified Commit 6f81182e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.pynzbgetapi: remove broken changelog URL (#514217)

parents 9c207cd9 f4899fe8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ buildPythonPackage rec {
  meta = {
    description = "Basic Python NZBGet API client";
    homepage = "https://github.com/voltron4lyfe/pynzbgetapi";
    changelog = "https://github.com/voltron4lyfe/pynzbgetapi/releases/tag/v${version}";
    license = lib.licenses.asl20;
    maintainers = [ lib.maintainers.jamiemagee ];
  };