diff --git a/pkgs/by-name/ar/artalk/package.nix b/pkgs/by-name/ar/artalk/package.nix index 98afb5672adc..c4406bff5dc2 100644 --- a/pkgs/by-name/ar/artalk/package.nix +++ b/pkgs/by-name/ar/artalk/package.nix @@ -58,12 +58,12 @@ buildGoModule rec { version = testers.testVersion { package = artalk; }; }; - meta = with lib; { + meta = { description = "Self-hosted comment system"; homepage = "https://github.com/ArtalkJS/Artalk"; changelog = "https://github.com/ArtalkJS/Artalk/releases/tag/v${version}"; - license = licenses.mit; - maintainers = with maintainers; [ moraxyc ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ moraxyc ]; mainProgram = "artalk"; }; }