Merge pull request #153217 from c0bw3b/meta/apsl-asl

Treewide: fix wrong declaration of Apache License 2.0
This commit is contained in:
Renaud 2022-01-04 13:44:06 +01:00 committed by GitHub
commit 62a112b30e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}

View file

@ -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;
};

View file

@ -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 ];
};
}

View file

@ -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 ];
};

View file

@ -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 ];
};
}

View file

@ -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 ];
};

View file

@ -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;
};

View file

@ -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;

View file

@ -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 ];
};
}

View file

@ -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 ];
};