Fix broken license references.

This commit is contained in:
Peter Simons
2014-07-28 11:43:20 +02:00
parent ad934ccc22
commit d0ca8c237e
38 changed files with 80 additions and 77 deletions
@@ -24,9 +24,9 @@ stdenv.mkDerivation {
cp radeontool lightwatch.pl $out/bin
'';
meta = {
meta = {
description = "Control the backlight and external video output of ATI Radeon Mobility graphics cards";
homepage = http://fdd.com/software/radeon/;
license = STDENV.LIB.LICENSES.ZLIB;
license = stdenv.lib.licenses.zlib;
};
}