Unverified Commit 62db6795 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

iterm2: Indicate sourceProvenance (#322156)

parents 15318ac5 5ac05029
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,8 +37,10 @@ stdenvNoCC.mkDerivation rec {
  meta = with lib; {
    description = "Replacement for Terminal and the successor to iTerm";
    homepage = "https://www.iterm2.com/";
    hydraPlatforms = []; # The build is little more than copying the binary
    license = licenses.gpl2;
    maintainers = with maintainers; [ steinybot tricktron ];
    platforms = [ "x86_64-darwin" "aarch64-darwin" ];
    sourceProvenance = [ sourceTypes.binaryNativeCode ];
  };
}