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)
This commit is contained in:
c0bw3b 2022-01-02 15:23:43 +01:00
parent 2be7788aaf
commit 658d3e9af8
11 changed files with 11 additions and 11 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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