From 75c8a921827666d9b6e3e18b830a4143d577fb36 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 25 Jun 2026 11:59:45 +0200 Subject: [PATCH] python3Packages.lxmf: use `reticulum` license --- pkgs/development/python-modules/lxmf/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/lxmf/default.nix b/pkgs/development/python-modules/lxmf/default.nix index 250aa3174f69..6cd879024eef 100644 --- a/pkgs/development/python-modules/lxmf/default.nix +++ b/pkgs/development/python-modules/lxmf/default.nix @@ -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