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

cyberchef: Specify supported platforms
This commit is contained in:
Bobby Rong
2022-12-21 23:48:49 +08:00
committed by GitHub
+1
View File
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
homepage = "https://gchq.github.io/CyberChef";
maintainers = with maintainers; [ sebastianblunt ];
license = licenses.asl20;
platforms = platforms.all;
};
}