summary refs log tree commit diff
path: root/pkgs/development/tools/thrust/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/thrust/default.nix')
-rw-r--r--pkgs/development/tools/thrust/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/thrust/default.nix b/pkgs/development/tools/thrust/default.nix
index 7f50b816cc1..a5bfb8bfc59 100644
--- a/pkgs/development/tools/thrust/default.nix
+++ b/pkgs/development/tools/thrust/default.nix
@@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Chromium-based cross-platform / cross-language application framework";
     homepage = https://github.com/breach/thrust;
-    license = [ licenses.mit ];
+    license = licenses.mit;
     maintainers = [ maintainers.osener ];
     platforms = [ "x86_64-linux" ];
   };