just: add yvnth as maintainer

This commit is contained in:
yvnth
2026-06-17 02:21:52 +05:30
parent ffb12ae7b1
commit 81614f31f9
+2 -1
View File
@@ -114,9 +114,10 @@ rustPlatform.buildRustPackage {
description = "Handy way to save and run project-specific commands";
license = lib.licenses.cc0;
maintainers = with lib.maintainers; [
xrelkd
jk
ryan4yin
xrelkd
yvnth
];
mainProgram = "just";
};