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)
main
c0bw3b 2 years ago
parent 2be7788aaf
commit 658d3e9af8
  1. 2
      pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
  2. 2
      pkgs/applications/networking/cluster/helm/plugins/helm-s3.nix
  3. 2
      pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
  4. 2
      pkgs/applications/networking/cluster/kbst/default.nix
  5. 2
      pkgs/development/libraries/xed/default.nix
  6. 2
      pkgs/development/tools/go-containerregistry/default.nix
  7. 2
      pkgs/tools/admin/synapse-admin/default.nix
  8. 2
      pkgs/tools/security/snow/default.nix
  9. 2
      pkgs/tools/system/bpytop/default.nix
  10. 2
      pkgs/tools/virtualization/ec2instanceconnectcli/default.nix
  11. 2
      pkgs/tools/virtualization/lxd-image-server/default.nix

@ -28,7 +28,7 @@ buildGoModule rec {
meta = with lib; {
description = "A Helm plugin that shows a diff";
inherit (src.meta) homepage;
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ];
};
}

@ -31,7 +31,7 @@ buildGoModule rec {
meta = with lib; {
description = "A Helm plugin that shows a diff";
inherit (src.meta) homepage;
license = licenses.apsl20;
license = licenses.mit;
maintainers = with maintainers; [ yurrriq ];
};
}

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A Helm plugin that helps manage secrets";
inherit (src.meta) homepage;
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ];
platforms = platforms.all;
};

@ -34,7 +34,7 @@ buildGoModule rec {
meta = with lib; {
description = "Kubestack framework CLI";
homepage = "https://www.kubestack.com/";
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ mtrsk ];
};
}

@ -39,7 +39,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "Intel X86 Encoder Decoder (Intel XED)";
homepage = "https://intelxed.github.io/";
license = licenses.apsl20;
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ arturcygan ];
};

@ -37,7 +37,7 @@ buildGoModule rec {
meta = with lib; {
description = "Tools for interacting with remote images and registries including crane and gcrane";
homepage = "https://github.com/google/go-containerregistry";
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ];
};
}

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Admin UI for Synapse Homeservers";
homepage = "https://github.com/Awesome-Technologies/synapse-admin";
license = licenses.apsl20;
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ mkg20001 ];
};

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Conceal messages in ASCII text by appending whitespace to the end of lines";
homepage = "http://www.darkside.com.au/snow/";
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A resource monitor; python port of bashtop";
homepage = src.meta.homepage;
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ aw ];
platforms = with platforms; linux ++ freebsd ++ darwin;

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Command Line Interface for AWS EC2 Instance Connect";
homepage = "https://github.com/aws/aws-ec2-instance-connect-cli";
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ yurrriq ];
};
}

@ -40,7 +40,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Creates and manages a simplestreams lxd image server on top of nginx";
homepage = "https://github.com/Avature/lxd-image-server";
license = licenses.apsl20;
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ mkg20001 ];
};

Loading…
Cancel
Save