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

This commit is contained in:
Yohann Boniface
2026-04-27 22:03:34 +00:00
committed by GitHub
@@ -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 ];
};