python310Packages.llfuse: add changelog to meta

This commit is contained in:
Mario Rodas
2023-05-14 04:20:00 +00:00
parent 9752edaac9
commit 4c4b84aeaa
@@ -48,6 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python bindings for the low-level FUSE API";
homepage = "https://github.com/python-llfuse/python-llfuse";
changelog = "https://github.com/python-llfuse/python-llfuse/raw/release-${version}/Changes.rst";
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ bjornfor dotlambda ];