gitit: set maintainers via hackage2nix exclusively
This commit is contained in:
@@ -18,9 +18,5 @@ let
|
||||
static = haskell.lib.compose.justStaticExecutables plugins;
|
||||
|
||||
in
|
||||
static.overrideAttrs (drv: {
|
||||
meta = drv.meta // {
|
||||
maintainers = drv.meta.maintainers or []
|
||||
++ [ lib.maintainers.Profpatsch ];
|
||||
};
|
||||
})
|
||||
|
||||
static
|
||||
|
||||
@@ -390,6 +390,8 @@ package-maintainers:
|
||||
- cornelis
|
||||
poscat:
|
||||
- hinit
|
||||
Profpatsch:
|
||||
- gitit
|
||||
psibi:
|
||||
- path-pieces
|
||||
- persistent
|
||||
|
||||
+3
-1
@@ -124526,7 +124526,9 @@ self: {
|
||||
];
|
||||
description = "Wiki using happstack, git or darcs, and pandoc";
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
maintainers = [
|
||||
lib.maintainers.Profpatsch lib.maintainers.sternenseemann
|
||||
];
|
||||
}) {};
|
||||
|
||||
"gitlab-api" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user