summary refs log tree commit diff
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-11-06 11:19:41 +0100
committermaralorn <mail@maralorn.de>2023-11-06 11:21:07 +0100
commitfd8a8c9160438e002bf471fe2be3411559836060 (patch)
tree5f527d84ec53511c6f45abe7f5b2d1704f0d81a3
parentc0581a90afd61342fb4155cf70d42caaa0b66a92 (diff)
downloadnixpkgs-fd8a8c9160438e002bf471fe2be3411559836060.tar
nixpkgs-fd8a8c9160438e002bf471fe2be3411559836060.tar.gz
nixpkgs-fd8a8c9160438e002bf471fe2be3411559836060.tar.bz2
nixpkgs-fd8a8c9160438e002bf471fe2be3411559836060.tar.lz
nixpkgs-fd8a8c9160438e002bf471fe2be3411559836060.tar.xz
nixpkgs-fd8a8c9160438e002bf471fe2be3411559836060.tar.zst
nixpkgs-fd8a8c9160438e002bf471fe2be3411559836060.zip
haskellPackages.ema(-note): Drop maintainership
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml2
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
2 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index 8620970cae9..a6c79d6a0f5 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -285,8 +285,6 @@ package-maintainers:
   maralorn:
     - cabal-fmt
     - clay
-    - ema
-    - emanote
     - eventlog2html
     - generic-optics
     - ghc-debug-brick
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 0bdcbbee939..d984bef47f5 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -96491,7 +96491,6 @@ self: {
        ];
        description = "Static site generator library with hot reload";
        license = lib.licenses.agpl3Only;
-       maintainers = [ lib.maintainers.maralorn ];
      }) {};
 
   "ema-extra" = callPackage
@@ -96817,7 +96816,6 @@ self: {
        badPlatforms = [ "x86_64-darwin" ];
        hydraPlatforms = lib.platforms.none;
        mainProgram = "emanote";
-       maintainers = [ lib.maintainers.maralorn ];
      }) {};
 
   "embed-config" = callPackage