yq-go: avoid with lib;

This commit is contained in:
Sizhe Zhao
2025-05-12 10:51:57 +08:00
parent ebccba5d54
commit 9883be98d7
+3 -3
View File
@@ -37,13 +37,13 @@ buildGoModule (finalAttrs: {
'';
};
meta = with lib; {
meta = {
description = "Portable command-line YAML processor";
homepage = "https://mikefarah.gitbook.io/yq/";
changelog = "https://github.com/mikefarah/yq/raw/v${finalAttrs.version}/release_notes.txt";
mainProgram = "yq";
license = [ licenses.mit ];
maintainers = with maintainers; [
license = [ lib.licenses.mit ];
maintainers = with lib.maintainers; [
lewo
SuperSandro2000
];