1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
commit ed92b8d514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}