diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 9bcbcae3953c..578df8c43c5b 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -129,6 +129,9 @@ extra-packages: # keep-sorted start skip_lines=1 case=no package-maintainers: Ai-Ya-Ya: + - beam-duckdb + - duckdb-ffi + - duckdb-simple - reanimate - reanimate-svg alexfmpe: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index aadc4db8eb79..60d9ca977346 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -101909,6 +101909,7 @@ self: { description = "DuckDB backend for Beam"; license = lib.meta.getLicenseFromSpdxId "MIT"; hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.Ai-Ya-Ya ]; } ) { }; @@ -209553,6 +209554,7 @@ self: { ]; description = "Haskell FFI bindings for DuckDB"; license = lib.meta.getLicenseFromSpdxId "MPL-2.0"; + maintainers = [ lib.maintainers.Ai-Ya-Ya ]; } ) { inherit (pkgs) duckdb; }; @@ -209640,6 +209642,7 @@ self: { ]; description = "Haskell FFI bindings for DuckDB"; license = lib.meta.getLicenseFromSpdxId "MPL-2.0"; + maintainers = [ lib.maintainers.Ai-Ya-Ya ]; } ) { };