eventlog: cleanup
This commit is contained in:
parent
562b876e2c
commit
332e711c66
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Syslog event logger library";
|
||||
longDescription = ''
|
||||
The EventLog library aims to be a replacement of the simple syslog() API
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
combination of description and tag/value pairs.
|
||||
'';
|
||||
homepage = "https://www.balabit.com/support/community/products/";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue