about summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authoriliana etaoin <iliana@buttslol.net>2024-04-05 20:18:41 +0000
committerAlyssa Ross <hi@alyssa.is>2024-04-08 20:39:37 +0200
commite42705c98279f4f602face96269034164b6e77f5 (patch)
treec8a202a2e4ce0b716b1baed03c7d14548bcf4f73 /pkgs/servers/x11
parent7d4b8a1097f4fe58a18c862dd3de5d5382cd0a1c (diff)
licenses: rename `apsl{10,20}` -> `apple-psl{10,20}`
Part 1 of #301908.

This renames the two versions of the Apple Public Source License seen in
nixpkgs; `apsl20` was often confused as being for the widely-used Apache
License 2.0.
Diffstat (limited to 'pkgs/servers/x11')
-rw-r--r--pkgs/servers/x11/quartz-wm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/x11/quartz-wm/default.nix b/pkgs/servers/x11/quartz-wm/default.nix
index 3cf65e990795a..d8ad96b97dd1a 100644
--- a/pkgs/servers/x11/quartz-wm/default.nix
+++ b/pkgs/servers/x11/quartz-wm/default.nix
@@ -24,7 +24,7 @@ in stdenv.mkDerivation {
     AppKit Xplugin Foundation
   ];
   meta = with lib; {
-    license = licenses.apsl20;
+    license = licenses.apple-psl20;
     platforms = platforms.darwin;
     maintainers = with maintainers; [ matthewbauer ];
   };