haskellPackages.sensei: add libjared as maintainer

This commit is contained in:
libjared 2022-04-24 13:07:45 -05:00
parent 5724dddf17
commit a36d453376
3 changed files with 10 additions and 0 deletions

@ -7173,6 +7173,13 @@
githubId = 1769386;
name = "Liam Diprose";
};
libjared = {
email = "jared@perrycode.com";
github = "libjared";
githubId = 3746656;
matrix = "@libjared:matrix.org";
name = "Jared Perry";
};
liff = {
email = "liff@iki.fi";
github = "liff";

@ -251,6 +251,8 @@ package-maintainers:
- mattermost-api
- mattermost-api-qc
- Unique
libjared:
- sensei
maralorn:
- cabal-fmt
- ema

@ -241978,6 +241978,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Automatically run Hspec tests on file modifications";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ libjared ];
}) {};
"sensenet" = callPackage