artalk: avoid the usage of with

This commit is contained in:
Moraxyc
2024-07-10 22:46:37 +08:00
parent 15029ad5c0
commit c4857177cb
+3 -3
View File
@@ -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";
};
}