cyberchef: Specify supported platforms

This commit is contained in:
Sebastian Blunt 2022-12-21 06:02:40 -08:00
parent cd39b90b6f
commit e927cca3c1

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