haskellPackages.ema(-note): Take maintainership

This commit is contained in:
Sridhar Ratnakumar 2023-11-13 13:39:48 -05:00
parent 62d7760b4e
commit 13fe0ce71b
2 changed files with 5 additions and 0 deletions

View File

@ -411,6 +411,9 @@ package-maintainers:
- ttn-client
- update-nix-fetchgit
- zre
srid:
- ema
- emanote
sternenseemann:
# also maintain upstream package
- cabal2nix

View File

@ -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