Align with nixpkgs PR

This commit is contained in:
EEva 2021-12-03 19:46:28 +02:00
parent 01a5e8412a
commit a9c3ea71d1
1 changed files with 1 additions and 1 deletions

View File

@ -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
# no-derivatives clause
license = with licenses; [ bsd3 cc-by-nc-40 unfreeRedistributable ];
maintainers = with maintainers; [ moredread nathyong ];
maintainers = with maintainers; [ moredread nathyong jpotier ];
platforms = platforms.linux;
};
}