Changes in meta for ddccontrol
This commit is contained in:
parent
4e926e50da
commit
0baa4eba33
@ -29,7 +29,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Monitor database for DDCcontrol";
|
description = "Monitor database for DDCcontrol";
|
||||||
|
homepage = "http://http://ddccontrol.sourceforge.net/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.pakhfn ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -50,8 +50,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A program used to control monitor parameters by software";
|
description = "A program used to control monitor parameters by software";
|
||||||
|
homepage = "http://http://ddccontrol.sourceforge.net/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.pakhfn ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user