Treewide: fix wrong declaration of Apache License 2.0
These packages were announced as published under Apple Public Source License 2.0 ('apsl20' short handle) but they are actually published under the Apache License 2.0 ('asl20' short handle)
···3737 meta = with lib; {
3838 description = "Tools for interacting with remote images and registries including crane and gcrane";
3939 homepage = "https://github.com/google/go-containerregistry";
4040- license = licenses.apsl20;
4040+ license = licenses.asl20;
4141 maintainers = with maintainers; [ yurrriq ];
4242 };
4343}
+1-1
pkgs/tools/admin/synapse-admin/default.nix
···1919 meta = with lib; {
2020 description = "Admin UI for Synapse Homeservers";
2121 homepage = "https://github.com/Awesome-Technologies/synapse-admin";
2222- license = licenses.apsl20;
2222+ license = licenses.asl20;
2323 platforms = platforms.all;
2424 maintainers = with maintainers; [ mkg20001 ];
2525 };
+1-1
pkgs/tools/security/snow/default.nix
···1818 meta = with lib; {
1919 description = "Conceal messages in ASCII text by appending whitespace to the end of lines";
2020 homepage = "http://www.darkside.com.au/snow/";
2121- license = licenses.apsl20;
2121+ license = licenses.asl20;
2222 maintainers = with maintainers; [ siraben ];
2323 platforms = platforms.unix;
2424 };
+1-1
pkgs/tools/system/bpytop/default.nix
···4242 meta = with lib; {
4343 description = "A resource monitor; python port of bashtop";
4444 homepage = src.meta.homepage;
4545- license = licenses.apsl20;
4545+ license = licenses.asl20;
4646 maintainers = with maintainers; [ aw ];
4747 platforms = with platforms; linux ++ freebsd ++ darwin;
4848