util-macros: make use of compound licenses

This commit is contained in:
Jo
2026-04-23 09:07:22 +02:00
committed by jopejoe1
parent acc3d57d78
commit 213d0715db
+6 -4
View File
@@ -34,10 +34,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "GNU autoconf macros shared across X.Org projects";
homepage = "https://gitlab.freedesktop.org/xorg/util/macros";
license = with lib.licenses; [
hpndSellVariant
mit
];
license =
with lib.licenses;
AND [
hpndSellVariant
mit
];
maintainers = with lib.maintainers; [
raboof
jopejoe1