python310Packages.lxmf: add chagnelog to meta

This commit is contained in:
Fabian Affolter
2022-11-23 17:14:40 +01:00
committed by GitHub
parent 6d48f87ec3
commit f97b4920b9
@@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Lightweight Extensible Message Format for Reticulum";
homepage = "https://github.com/markqvist/lxmf";
changelog = "https://github.com/markqvist/LXMF/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};