Unverified Commit f97b4920 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.lxmf: add chagnelog to meta

parent 6d48f87e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };