haskellPackages.sensei: add libjared as maintainer
This commit is contained in:
parent
5724dddf17
commit
a36d453376
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user