python3Packages.pyudev: add changelog

This commit is contained in:
Sigmanificient
2026-05-30 23:38:36 +02:00
parent 61fc9d6c92
commit 9e3c2da29c
@@ -49,6 +49,7 @@ buildPythonPackage (finalAttrs: {
meta = {
homepage = "https://pyudev.readthedocs.org/";
description = "Pure Python libudev binding";
changelog = "https://github.com/pyudev/pyudev/blob/v${finalAttrs.version}/CHANGES.rst";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ frogamic ];
};