prqlc: add hythera as maintainer

This commit is contained in:
Hythera
2026-06-08 16:47:04 +02:00
parent 6dc6960872
commit be0515c3a3
+1 -1
View File
@@ -45,6 +45,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/prql/prql";
changelog = "https://github.com/prql/prql/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
};
})