mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
haskellPackages.sensei: add libjared as maintainer
This commit is contained in:
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue