Fix broken license references.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user