webalizer: update meta data
This commit is contained in:
parent
fc080c22f8
commit
4e8871e7b4
@ -23,7 +23,10 @@ stdenv.mkDerivation {
|
||||
"--enable-shared"
|
||||
];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "Web server log file analysis program";
|
||||
homepage = http://www.webalizer.org;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user