librecast: fix license

This commit is contained in:
Sizhe Zhao
2025-07-07 16:29:21 +08:00
parent ab6afb77ba
commit 829db1ebd7
+3 -3
View File
@@ -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