summary refs log tree commit diff
path: root/pkgs/development/tools/atom-shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/atom-shell/default.nix')
-rw-r--r--pkgs/development/tools/atom-shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/atom-shell/default.nix b/pkgs/development/tools/atom-shell/default.nix
index 983c5c451d0..4e5413b5012 100644
--- a/pkgs/development/tools/atom-shell/default.nix
+++ b/pkgs/development/tools/atom-shell/default.nix
@@ -42,7 +42,7 @@ in stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Cross platform desktop application shell";
     homepage = https://github.com/atom/atom-shell;
-    license = [ licenses.mit ];
+    license = licenses.mit;
     maintainers = [ maintainers.fluffynukeit ];
     platforms = [ "x86_64-linux" ];
   };