From 8488d133f37d6f6e2ab0b13e9513af28ddb8da6e Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Tue, 21 Apr 2015 18:05:19 +0200 Subject: meta.licenses -> license --- pkgs/applications/graphics/apitrace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/graphics/apitrace') 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 ]; }; -- cgit 1.4.1