dl-librescore: add yiyu as maintainer

This commit is contained in:
Yiyu Zhou
2026-03-28 21:11:38 -07:00
parent 3f1137f388
commit 20df95ea5f
+1 -1
View File
@@ -56,6 +56,6 @@ buildNpmPackage (finalAttrs: {
homepage = "https://github.com/LibreScore/dl-librescore";
license = lib.licenses.mit;
mainProgram = "dl-librescore";
maintainers = [ ];
maintainers = with lib.maintainers; [ yiyu ];
};
})