Commit dae43f1d authored by Pascal Jungblut's avatar Pascal Jungblut
Browse files

distcc: Update license from string to gpl2Only

parent 5b621c24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ let
    meta = {
      description = "Fast, free distributed C/C++ compiler";
      homepage = "http://distcc.org";
      license = "GPL";
      license = lib.licenses.gpl2Only;

      platforms = lib.platforms.linux ++ lib.platforms.darwin;
      maintainers = with lib.maintainers; [ pascalj ];