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)
···37 meta = with lib; {
38 description = "Tools for interacting with remote images and registries including crane and gcrane";
39 homepage = "https://github.com/google/go-containerregistry";
40- license = licenses.apsl20;
41 maintainers = with maintainers; [ yurrriq ];
42 };
43}
···37 meta = with lib; {
38 description = "Tools for interacting with remote images and registries including crane and gcrane";
39 homepage = "https://github.com/google/go-containerregistry";
40+ license = licenses.asl20;
41 maintainers = with maintainers; [ yurrriq ];
42 };
43}
+1-1
pkgs/tools/admin/synapse-admin/default.nix
···19 meta = with lib; {
20 description = "Admin UI for Synapse Homeservers";
21 homepage = "https://github.com/Awesome-Technologies/synapse-admin";
22- license = licenses.apsl20;
23 platforms = platforms.all;
24 maintainers = with maintainers; [ mkg20001 ];
25 };
···19 meta = with lib; {
20 description = "Admin UI for Synapse Homeservers";
21 homepage = "https://github.com/Awesome-Technologies/synapse-admin";
22+ license = licenses.asl20;
23 platforms = platforms.all;
24 maintainers = with maintainers; [ mkg20001 ];
25 };
+1-1
pkgs/tools/security/snow/default.nix
···18 meta = with lib; {
19 description = "Conceal messages in ASCII text by appending whitespace to the end of lines";
20 homepage = "http://www.darkside.com.au/snow/";
21- license = licenses.apsl20;
22 maintainers = with maintainers; [ siraben ];
23 platforms = platforms.unix;
24 };
···18 meta = with lib; {
19 description = "Conceal messages in ASCII text by appending whitespace to the end of lines";
20 homepage = "http://www.darkside.com.au/snow/";
21+ license = licenses.asl20;
22 maintainers = with maintainers; [ siraben ];
23 platforms = platforms.unix;
24 };
+1-1
pkgs/tools/system/bpytop/default.nix
···42 meta = with lib; {
43 description = "A resource monitor; python port of bashtop";
44 homepage = src.meta.homepage;
45- license = licenses.apsl20;
46 maintainers = with maintainers; [ aw ];
47 platforms = with platforms; linux ++ freebsd ++ darwin;
48
···42 meta = with lib; {
43 description = "A resource monitor; python port of bashtop";
44 homepage = src.meta.homepage;
45+ license = licenses.asl20;
46 maintainers = with maintainers; [ aw ];
47 platforms = with platforms; linux ++ freebsd ++ darwin;
48
···40 meta = with lib; {
41 description = "Creates and manages a simplestreams lxd image server on top of nginx";
42 homepage = "https://github.com/Avature/lxd-image-server";
43- license = licenses.apsl20;
44 platforms = platforms.unix;
45 maintainers = with maintainers; [ mkg20001 ];
46 };
···40 meta = with lib; {
41 description = "Creates and manages a simplestreams lxd image server on top of nginx";
42 homepage = "https://github.com/Avature/lxd-image-server";
43+ license = licenses.asl20;
44 platforms = platforms.unix;
45 maintainers = with maintainers; [ mkg20001 ];
46 };