summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-01-04 13:44:06 +0100
committerGitHub <noreply@github.com>2022-01-04 13:44:06 +0100
commit62a112b30efafc9c05dcce2578d102e5a86f717a (patch)
treea8ee6b3f5e27b55707579ad2567db2f626524583 /pkgs/development/libraries
parent2fe2069f92b6ff7c58ffe4aace953e435300b0fe (diff)
parent658d3e9af8de1b25b172e531fbb24fe749ce344c (diff)
Merge pull request #153217 from c0bw3b/meta/apsl-asl
Treewide: fix wrong declaration of Apache License 2.0
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/xed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/xed/default.nix b/pkgs/development/libraries/xed/default.nix
index 395b399d8fe26..d8994581913f4 100644
--- a/pkgs/development/libraries/xed/default.nix
+++ b/pkgs/development/libraries/xed/default.nix
@@ -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 ];
   };