lol

eventlog: cleanup

authored by

Sandro Jäckel and committed by
Jonathan Ringer
332e711c 562b876e

+3 -3
+3 -3
pkgs/development/libraries/eventlog/default.nix
··· 13 13 14 14 nativeBuildInputs = [ autoreconfHook ]; 15 15 16 - meta = { 16 + meta = with lib; { 17 17 description = "Syslog event logger library"; 18 18 longDescription = '' 19 19 The EventLog library aims to be a replacement of the simple syslog() API ··· 24 24 combination of description and tag/value pairs. 25 25 ''; 26 26 homepage = "https://www.balabit.com/support/community/products/"; 27 - license = lib.licenses.bsd3; 28 - platforms = lib.platforms.unix; 27 + license = licenses.bsd3; 28 + platforms = platforms.unix; 29 29 }; 30 30 }