haskellPackages.{regex-rure,jacinda}: add myself as maintainer

This commit is contained in:
sternenseemann 2022-01-21 13:44:42 +01:00 committed by sterni
parent c6923ee0d9
commit 3c57ff6bf5
2 changed files with 4 additions and 0 deletions

View file

@ -402,6 +402,8 @@ package-maintainers:
- haskell-ci
- diagrams
- rel8
- regex-rure
- jacinda
# owothia
- irc-client
- chatter

View file

@ -158732,6 +158732,7 @@ self: {
description = "Functional, expression-oriented data processing language";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ sternenseemann ];
}) {};
"jack" = callPackage
@ -231649,6 +231650,7 @@ self: {
description = "Bindings to Rust's regex library";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ sternenseemann ];
broken = true;
}) {inherit (pkgs) rure;};