Commit 213d0715 authored by jopejoe1's avatar jopejoe1
Browse files

util-macros: make use of compound licenses

parent acc3d57d
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -34,7 +34,9 @@ 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; [
    license =
      with lib.licenses;
      AND [
        hpndSellVariant
        mit
      ];