summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorSridhar Ratnakumar <srid@srid.ca>2023-11-13 13:39:48 -0500
committerSridhar Ratnakumar <srid@srid.ca>2023-11-13 13:39:48 -0500
commit13fe0ce71bfb523e79055f54ba9e676787274c54 (patch)
treebf5083d733cbfc856efc039ff76c087056ff912b /pkgs/development/haskell-modules
parent62d7760b4ea7af9c4f96fcbecc09d7fe2de55982 (diff)
haskellPackages.ema(-note): Take maintainership
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml3
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
2 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index 703497e16407..b500247fd090 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -411,6 +411,9 @@ package-maintainers:
- ttn-client
- update-nix-fetchgit
- zre
+ srid:
+ - ema
+ - emanote
sternenseemann:
# also maintain upstream package
- cabal2nix
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 005dfd53a42e..7377db003b19 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -96497,6 +96497,7 @@ self: {
];
description = "Static site generator library with hot reload";
license = lib.licenses.agpl3Only;
+ maintainers = [ lib.maintainers.srid ];
}) {};
"ema-extra" = callPackage
@@ -96822,6 +96823,7 @@ self: {
badPlatforms = [ "x86_64-darwin" ];
hydraPlatforms = lib.platforms.none;
mainProgram = "emanote";
+ maintainers = [ lib.maintainers.srid ];
}) {};
"embed-config" = callPackage