haskellPackages.{clay,openapi3-code-generator}: Add turion as maintainer (#454935)

This commit is contained in:
Wolfgang Walther
2025-10-23 18:20:47 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -656,6 +656,7 @@ package-maintainers:
turion:
- Agda
- cabal-gild
- clay
- dunai
- essence-of-live-coding
- essence-of-live-coding-gloss
@@ -667,6 +668,7 @@ package-maintainers:
- monad-bayes
- monad-schedule
- pulse-simple
- openapi3-code-generator
- rhine
- rhine-gloss
- simple-affine-space
+2
View File
@@ -142305,6 +142305,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "CSS preprocessor as embedded Haskell";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.turion ];
}
) { };
@@ -490320,6 +490321,7 @@ self: {
description = "OpenAPI3 Haskell Client Code Generator";
license = lib.licenses.mit;
mainProgram = "openapi3-code-generator-exe";
maintainers = [ lib.maintainers.turion ];
}
) { };