Changes in meta for ddccontrol

This commit is contained in:
Fedor Pakhomov 2015-02-20 16:53:16 +03:00
parent 4e926e50da
commit 0baa4eba33
2 changed files with 4 additions and 0 deletions

View file

@ -29,7 +29,9 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Monitor database for DDCcontrol";
homepage = "http://http://ddccontrol.sourceforge.net/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ stdenv.lib.maintainers.pakhfn ];
};
}

View file

@ -50,8 +50,10 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A program used to control monitor parameters by software";
homepage = "http://http://ddccontrol.sourceforge.net/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ stdenv.lib.maintainers.pakhfn ];
};
}