Merge pull request #267267 from srid/ema-maint

haskellPackages.ema(-note): Take maintainership
This commit is contained in:
maralorn 2023-11-13 19:44:51 +01:00 committed by GitHub
commit b54703c7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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