From 3586fe53d546394bf2c69d99cf8006788c7897c1 Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Sun, 3 May 2026 21:51:51 +0300 Subject: [PATCH] python3Packages.pluginbase: remove changelog the only entry in release notes was for 1.0.0 --- pkgs/development/python-modules/pluginbase/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/pluginbase/default.nix b/pkgs/development/python-modules/pluginbase/default.nix index eb318545012f..bebda0eeb7f0 100644 --- a/pkgs/development/python-modules/pluginbase/default.nix +++ b/pkgs/development/python-modules/pluginbase/default.nix @@ -25,7 +25,6 @@ buildPythonPackage rec { meta = { description = "Support library for building plugins systems in Python"; homepage = "https://github.com/mitsuhiko/pluginbase"; - changelog = "https://github.com/mitsuhiko/pluginbase/releases/tag/${version}"; license = lib.licenses.bsd3; maintainers = [ ]; };