Align with nixpkgs PR
This commit is contained in:
parent
01a5e8412a
commit
a9c3ea71d1
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ with lib; gcc11Stdenv.mkDerivation rec {
|
||||||
# The source is BSD-3 licensed, some of the art is CC-BY-NC 4.0 or under a
|
# The source is BSD-3 licensed, some of the art is CC-BY-NC 4.0 or under a
|
||||||
# no-derivatives clause
|
# no-derivatives clause
|
||||||
license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ];
|
license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ];
|
||||||
maintainers = with maintainers; [ moredread nathyong ];
|
maintainers = with maintainers; [ moredread nathyong jpotier ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue