Unverified Commit dfd2283f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #225420 from christoph-heiss/pkgs/fcft/license

fcft: add zlib license to list
parents 2cef51e6 1200d893
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
      fionera
      sternenseemann
    ];
    license = licenses.mit;
    license = with licenses; [ mit zlib ];
    platforms = with platforms; linux;
  };
}