gitit: set maintainers via hackage2nix exclusively

This commit is contained in:
sternenseemann
2024-06-07 11:18:28 +02:00
parent 1285457ad3
commit 59b26ed060
3 changed files with 7 additions and 7 deletions
+2 -6
View File
@@ -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
View File
@@ -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