about summary refs log tree commit diff
path: root/pkgs/applications/graphics/apitrace
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/apitrace')
-rw-r--r--pkgs/applications/graphics/apitrace/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/apitrace/default.nix b/pkgs/applications/graphics/apitrace/default.nix
index fa16d9584835..af499c51f973 100644
--- a/pkgs/applications/graphics/apitrace/default.nix
+++ b/pkgs/applications/graphics/apitrace/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
   meta = with stdenv.lib; {
     homepage = https://apitrace.github.io;
     description = "Tools to trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs";
-    licenses = with licenses; mit;
+    license = with licenses; mit;
     platforms = platforms.linux;
     maintainers = with maintainers; [ nckx ];
   };