Unverified Commit 829db1eb authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

librecast: fix license

parent ab6afb77
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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