xcalib: Fix license

This commit is contained in:
Rickard Nilsson 2012-12-11 13:45:04 +01:00
parent bdfe779d2c
commit 71f4666903

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://xcalib.sourceforge.net/;
description = "A tiny monitor calibration loader for X and MS-Windows";
license = licenses.gpl;
license = licenses.gpl2;
maintainers = [ rickynils ];
platforms = platforms.linux;
};