From 12d14a2f7bd10b4c21b5100d2ac5dd379647b691 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 4 May 2026 14:24:40 +0200 Subject: [PATCH] python3Packages.raspyrfm-client: set license source: https://github.com/markusressel/raspyrfm-client#license --- pkgs/development/python-modules/raspyrfm-client/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/raspyrfm-client/default.nix b/pkgs/development/python-modules/raspyrfm-client/default.nix index 5d5a20ff9589..95735136e3b9 100644 --- a/pkgs/development/python-modules/raspyrfm-client/default.nix +++ b/pkgs/development/python-modules/raspyrfm-client/default.nix @@ -33,5 +33,6 @@ buildPythonPackage rec { homepage = "https://github.com/markusressel/raspyrfm-client"; changelog = "https://github.com/markusressel/raspyrfm-client/releases/tag/${src.tag}"; maintainers = with lib.maintainers; [ ethancedwards8 ]; + license = lib.licenses.gpl3Plus; }; }