ysfx: add bitbloxhub as maintainer

This commit is contained in:
bitbloxhub
2026-03-14 17:54:36 +00:00
parent d57d79a960
commit 0d3a967795
+1 -1
View File
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
description = "Hosting library for JSFX";
homepage = "https://github.com/JoepVanlier/ysfx";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = [ lib.maintainers.bitbloxhub ];
platforms = lib.platforms.linux;
};
}