python3Packages.pynzbgetapi: remove broken changelog URL
Upstream has not tagged or released 0.4.0 on GitHub (latest tag is 0.3.0, latest release is 0.2.0), so no changelog page exists for this version. See https://github.com/NixOS/nixpkgs/issues/514132
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user