Changes in meta for ddccontrol

+4
+2
pkgs/tools/misc/ddccontrol/ddccontrol-db.nix
··· 29 29 30 30 meta = with stdenv.lib; { 31 31 description = "Monitor database for DDCcontrol"; 32 + homepage = "http://http://ddccontrol.sourceforge.net/"; 32 33 license = licenses.gpl2; 33 34 platforms = platforms.linux; 35 + maintainers = [ stdenv.lib.maintainers.pakhfn ]; 34 36 }; 35 37 }
+2
pkgs/tools/misc/ddccontrol/default.nix
··· 50 50 51 51 meta = with stdenv.lib; { 52 52 description = "A program used to control monitor parameters by software"; 53 + homepage = "http://http://ddccontrol.sourceforge.net/"; 53 54 license = licenses.gpl2; 54 55 platforms = platforms.linux; 56 + maintainers = [ stdenv.lib.maintainers.pakhfn ]; 55 57 }; 56 58 } 57 59