forked from mirrors/nixpkgs
python310Packages.lxmf: add chagnelog to meta
This commit is contained in:
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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue