python312Packages.pybtex: add meta.changelog

This commit is contained in:
Doron Behar
2025-07-09 14:26:05 +02:00
parent c6f393b9df
commit 6a058ea348
@@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = {
homepage = "https://pybtex.org/";
changelog = "https://bitbucket.org/pybtex-devs/pybtex/src/master/CHANGES";
description = "BibTeX-compatible bibliography processor written in Python";
license = lib.licenses.mit;
};