about summary refs log tree commit diff
path: root/pkgs/applications/graphics/apitrace/default.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-04-21 18:05:19 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2015-04-21 23:10:07 +0200
commit8488d133f37d6f6e2ab0b13e9513af28ddb8da6e (patch)
tree1f2c5dbef4cd3afbfb83f0e00a83819798d0857b /pkgs/applications/graphics/apitrace/default.nix
parent5c6dd54183a2b44897f776fa6417280330ee1b2d (diff)
meta.licenses -> license
Diffstat (limited to 'pkgs/applications/graphics/apitrace/default.nix')
-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 fa16d9584835e..af499c51f9730 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 ];
   };