about summary refs log tree commit diff
path: root/pkgs/tools/admin/synapse-admin
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2022-01-02 15:23:43 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-01-02 15:23:43 +0100
commit658d3e9af8de1b25b172e531fbb24fe749ce344c (patch)
treeee8374bf27474623ec322a0c9415216a95024964 /pkgs/tools/admin/synapse-admin
parent2be7788aaff977abb37078b68b67ac5f37ae499a (diff)
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)
Diffstat (limited to 'pkgs/tools/admin/synapse-admin')
-rw-r--r--pkgs/tools/admin/synapse-admin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/synapse-admin/default.nix b/pkgs/tools/admin/synapse-admin/default.nix
index 8ca0816f9e428..4248e62adebf8 100644
--- a/pkgs/tools/admin/synapse-admin/default.nix
+++ b/pkgs/tools/admin/synapse-admin/default.nix
@@ -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 ];
   };