Unverified Commit ed92b8d5 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #207102 from sebastianblunt/cyberchef/add-platforms

cyberchef: Specify supported platforms
parents 60ff1ccd e927cca3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
    homepage = "https://gchq.github.io/CyberChef";
    maintainers = with maintainers; [ sebastianblunt ];
    license = licenses.asl20;
    platforms = platforms.all;
  };
}