summary refs log tree commit diff
path: root/pkgs/applications/misc/st/wayland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/st/wayland.nix')
-rw-r--r--pkgs/applications/misc/st/wayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/st/wayland.nix b/pkgs/applications/misc/st/wayland.nix
index 4d9f0ef3f8d5..ab890c8db718 100644
--- a/pkgs/applications/misc/st/wayland.nix
+++ b/pkgs/applications/misc/st/wayland.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = http://st.suckless.org/;
-    license = stdenv.lib.licenses.mit;
+    license = licenses.mit;
     maintainers = with maintainers; [ ];
     platforms = with platforms; linux;
   };