python3Packages.lxmf: use reticulum license
This commit is contained in:
@@ -46,9 +46,7 @@ buildPythonPackage (finalAttrs: {
|
||||
description = "Lightweight Extensible Message Format for Reticulum";
|
||||
homepage = "https://github.com/markqvist/lxmf";
|
||||
changelog = "https://github.com/markqvist/LXMF/releases/tag/${finalAttrs.src.tag}";
|
||||
# Reticulum License
|
||||
# https://github.com/markqvist/LXMF/blob/master/LICENSE
|
||||
license = lib.licenses.unfree;
|
||||
license = lib.licenses.reticulum;
|
||||
maintainers = with lib.maintainers; [
|
||||
drupol
|
||||
fab
|
||||
|
||||
Reference in New Issue
Block a user