treewide: remove meta = with lib; remainings

This commit is contained in:
Aliaksandr
2026-02-10 17:06:06 +02:00
parent 953355a956
commit f93c684739
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ buildNpmPackage rec {
description = "AI agent CLI powered by Grok";
homepage = "https://github.com/superagent-ai/grok-cli";
license = lib.licenses.mit;
maintainers = with lib; [ maintainers.madebydamo ];
maintainers = with lib.maintainers; [ madebydamo ];
mainProgram = "grok";
platforms = lib.platforms.all;
};
+4 -4
View File
@@ -95,12 +95,12 @@ buildGoModule (finalAttrs: {
version = "v${finalAttrs.version}";
};
meta = with lib; {
meta = {
description = "Self-hosted comment engine that embeds a statically built frontend";
homepage = "https://remark42.com/";
license = licenses.mit;
license = lib.licenses.mit;
mainProgram = "remark42";
platforms = platforms.unix;
maintainers = with maintainers; [ janhencic ];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ janhencic ];
};
})
@@ -24,11 +24,11 @@ appimageTools.wrapType2 {
--replace 'Icon=Steam Art Manager' 'Icon=steam-art-manager'
'';
meta = with lib; {
meta = {
description = "A tool to manage and change Steam library artwork";
homepage = "https://github.com/Tormak9970/Steam-Art-Manager";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ adam-tj ];
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ adam-tj ];
platforms = [ "x86_64-linux" ];
mainProgram = "steam-art-manager";
};