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:
Jamie Magee
2026-04-27 14:46:26 -07:00
parent 8b5dea2e78
commit f4899fe8cb
@@ -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 ];
};