forked from mirrors/nixpkgs
haskellPackages.{regex-rure,jacinda}: add myself as maintainer
This commit is contained in:
parent
c6923ee0d9
commit
3c57ff6bf5
|
@ -402,6 +402,8 @@ package-maintainers:
|
|||
- haskell-ci
|
||||
- diagrams
|
||||
- rel8
|
||||
- regex-rure
|
||||
- jacinda
|
||||
# owothia
|
||||
- irc-client
|
||||
- chatter
|
||||
|
|
|
@ -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;};
|
||||
|
||||
|
|
Loading…
Reference in a new issue