about summary refs log tree commit diff
path: root/pkgs/development/compilers/sdcc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/sdcc/default.nix')
-rw-r--r--pkgs/development/compilers/sdcc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/sdcc/default.nix b/pkgs/development/compilers/sdcc/default.nix
index 0e9a348dd508..f74299334535 100644
--- a/pkgs/development/compilers/sdcc/default.nix
+++ b/pkgs/development/compilers/sdcc/default.nix
@@ -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 unfreeRedistributable else gpl2;
+    license = with licenses; if (gputils == null) then gpl2 else unfreeRedistributable;
     maintainers = with maintainers; [ bjornfor yorickvp ];
     platforms = platforms.linux;
   };