sqlpage: add hythera as maintainer

This commit is contained in:
Hythera
2026-06-08 17:00:58 +02:00
parent cef1af8bb9
commit abd36e37c1
+1 -1
View File
@@ -95,7 +95,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/sqlpage/SQLpage";
changelog = "https://github.com/sqlpage/SQLpage/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
mainProgram = "sqlpage";
};
})