3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};