Commit 02150561 authored by jopejoe1's avatar jopejoe1
Browse files

distcc: make use of lib.licenses

parent 6a490d79
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;
      maintainers = with lib.maintainers; [ anderspapitto ];