From d004f1806428615bc2996c3d5190fa0946ec35fc Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 5 May 2026 20:05:42 +0200 Subject: [PATCH] srm-cuarzo: set license source: https://github.com/CuarzoSoftware/SRM/blob/main/LICENSE pkgs/by-name/sr/srm-cuarzo/package.nix JJ: JJ: Lines starting with "JJ:" (like this one) will be removed. --- pkgs/by-name/sr/srm-cuarzo/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/sr/srm-cuarzo/package.nix b/pkgs/by-name/sr/srm-cuarzo/package.nix index b0371a884da9..b4bd5199aff5 100644 --- a/pkgs/by-name/sr/srm-cuarzo/package.nix +++ b/pkgs/by-name/sr/srm-cuarzo/package.nix @@ -56,5 +56,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/CuarzoSoftware/SRM"; maintainers = [ ]; platforms = lib.platforms.linux; + license = lib.licenses.lgpl21Only; }; })