just: add yvnth as maintainer (#532467)

This commit is contained in:
Alexis Hildebrandt
2026-06-17 07:37:34 +00:00
committed by GitHub
+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";
};