python3Packages.pluginbase: remove changelog

the only entry in release notes was for 1.0.0
This commit is contained in:
Acid Bong
2026-07-21 18:13:59 +03:00
parent d310323eed
commit 3586fe53d5
@@ -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 = [ ];
};