From 829db1ebd752d9f59ed4b5bff4c7e00d469c58b2 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Mon, 7 Jul 2025 16:29:09 +0800 Subject: [PATCH] librecast: fix license --- pkgs/by-name/li/librecast/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/librecast/package.nix b/pkgs/by-name/li/librecast/package.nix index 12ef09231727..1c652edb2757 100644 --- a/pkgs/by-name/li/librecast/package.nix +++ b/pkgs/by-name/li/librecast/package.nix @@ -29,9 +29,9 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://codeberg.org/librecast/librecast/src/tag/v${finalAttrs.version}/CHANGELOG.md"; description = "IPv6 multicast library"; homepage = "https://librecast.net/librecast.html"; - license = [ - lib.licenses.gpl2 - lib.licenses.gpl3 + license = with lib.licenses; [ + gpl2Only + gpl3Only ]; maintainers = with lib.maintainers; [ albertchae