forked from mirrors/nixpkgs
haskellPackages.rel8: add myself as maintainer
I want to babysit the test suites of tmp-postgres and rel8 as well as hopefully annoying upstream to stop this silliness.
This commit is contained in:
parent
29229016f9
commit
48941ef342
|
@ -302,6 +302,7 @@ package-maintainers:
|
|||
- large-hashable
|
||||
- haskell-ci
|
||||
- diagrams
|
||||
- rel8
|
||||
# owothia
|
||||
- irc-client
|
||||
- chatter
|
||||
|
|
|
@ -220044,6 +220044,7 @@ self: {
|
|||
];
|
||||
description = "Hey! Hey! Can u rel8?";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ sternenseemann ];
|
||||
}) {};
|
||||
|
||||
"relacion" = callPackage
|
||||
|
|
Loading…
Reference in a new issue