Bjørn Forsman 2021-04-18 09:49:46 +02:00
parent df7a12d567
commit 73fdc55b4f

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
PIC18 targets. It can be retargeted for other microprocessors.
'';
homepage = "http://sdcc.sourceforge.net/";
license = with licenses; if (gputils == null) then gpl2 else unfreeRedistributable;
license = with licenses; if (gputils == null) then gpl2Plus else unfreeRedistributable;
maintainers = with maintainers; [ bjornfor yorickvp ];
platforms = platforms.all;
};