eventlog: cleanup

This commit is contained in:
Sandro Jäckel 2021-07-27 13:27:15 +02:00 committed by Jonathan Ringer
parent 562b876e2c
commit 332e711c66

View file

@ -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;
};
}