lol

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)

c0bw3b 658d3e9a 2be7788a

+11 -11
+1 -1
pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
··· 28 28 meta = with lib; { 29 29 description = "A Helm plugin that shows a diff"; 30 30 inherit (src.meta) homepage; 31 - license = licenses.apsl20; 31 + license = licenses.asl20; 32 32 maintainers = with maintainers; [ yurrriq ]; 33 33 }; 34 34 }
+1 -1
pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix
··· 31 31 meta = with lib; { 32 32 description = "A Helm plugin that shows a diff"; 33 33 inherit (src.meta) homepage; 34 - license = licenses.apsl20; 34 + license = licenses.mit; 35 35 maintainers = with maintainers; [ yurrriq ]; 36 36 }; 37 37 }
+1 -1
pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
··· 37 37 meta = with lib; { 38 38 description = "A Helm plugin that helps manage secrets"; 39 39 inherit (src.meta) homepage; 40 - license = licenses.apsl20; 40 + license = licenses.asl20; 41 41 maintainers = with maintainers; [ yurrriq ]; 42 42 platforms = platforms.all; 43 43 };
+1 -1
pkgs/applications/networking/cluster/kbst/default.nix
··· 34 34 meta = with lib; { 35 35 description = "Kubestack framework CLI"; 36 36 homepage = "https://www.kubestack.com/"; 37 - license = licenses.apsl20; 37 + license = licenses.asl20; 38 38 maintainers = with maintainers; [ mtrsk ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/libraries/xed/default.nix
··· 39 39 meta = with lib; { 40 40 description = "Intel X86 Encoder Decoder (Intel XED)"; 41 41 homepage = "https://intelxed.github.io/"; 42 - license = licenses.apsl20; 42 + license = licenses.asl20; 43 43 platforms = platforms.unix; 44 44 maintainers = with maintainers; [ arturcygan ]; 45 45 };
+1 -1
pkgs/development/tools/go-containerregistry/default.nix
··· 37 37 meta = with lib; { 38 38 description = "Tools for interacting with remote images and registries including crane and gcrane"; 39 39 homepage = "https://github.com/google/go-containerregistry"; 40 - license = licenses.apsl20; 40 + license = licenses.asl20; 41 41 maintainers = with maintainers; [ yurrriq ]; 42 42 }; 43 43 }
+1 -1
pkgs/tools/admin/synapse-admin/default.nix
··· 19 19 meta = with lib; { 20 20 description = "Admin UI for Synapse Homeservers"; 21 21 homepage = "https://github.com/Awesome-Technologies/synapse-admin"; 22 - license = licenses.apsl20; 22 + license = licenses.asl20; 23 23 platforms = platforms.all; 24 24 maintainers = with maintainers; [ mkg20001 ]; 25 25 };
+1 -1
pkgs/tools/security/snow/default.nix
··· 18 18 meta = with lib; { 19 19 description = "Conceal messages in ASCII text by appending whitespace to the end of lines"; 20 20 homepage = "http://www.darkside.com.au/snow/"; 21 - license = licenses.apsl20; 21 + license = licenses.asl20; 22 22 maintainers = with maintainers; [ siraben ]; 23 23 platforms = platforms.unix; 24 24 };
+1 -1
pkgs/tools/system/bpytop/default.nix
··· 42 42 meta = with lib; { 43 43 description = "A resource monitor; python port of bashtop"; 44 44 homepage = src.meta.homepage; 45 - license = licenses.apsl20; 45 + license = licenses.asl20; 46 46 maintainers = with maintainers; [ aw ]; 47 47 platforms = with platforms; linux ++ freebsd ++ darwin; 48 48
+1 -1
pkgs/tools/virtualization/ec2instanceconnectcli/default.nix
··· 19 19 meta = with lib; { 20 20 description = "Command Line Interface for AWS EC2 Instance Connect"; 21 21 homepage = "https://github.com/aws/aws-ec2-instance-connect-cli"; 22 - license = licenses.apsl20; 22 + license = licenses.asl20; 23 23 maintainers = with maintainers; [ yurrriq ]; 24 24 }; 25 25 }
+1 -1
pkgs/tools/virtualization/lxd-image-server/default.nix
··· 40 40 meta = with lib; { 41 41 description = "Creates and manages a simplestreams lxd image server on top of nginx"; 42 42 homepage = "https://github.com/Avature/lxd-image-server"; 43 - license = licenses.apsl20; 43 + license = licenses.asl20; 44 44 platforms = platforms.unix; 45 45 maintainers = with maintainers; [ mkg20001 ]; 46 46 };