webalizer: update meta data
This commit is contained in:
parent
fc080c22f8
commit
4e8871e7b4
@ -23,7 +23,10 @@ stdenv.mkDerivation {
|
|||||||
"--enable-shared"
|
"--enable-shared"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
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