fixup previous commit: do the change to attribute

This commit is contained in:
Vladimír Čunát 2014-01-31 18:51:10 +01:00
parent 2778c00bfe
commit 34b0e59c0a

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "API to access display driver functionality for ATI graphics cards";
homepage = http://developer.amd.com/tools/graphics-development/display-library-adl-sdk/;
license = "unfree";
license = licenses.unfree;
maintainers = [ maintainers.offline ];
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];