gitea,nixos/gitea: add SuperSandro2000 as maintainer, remove inactive maintainers, unify maintainers
This commit is contained in:
parent
ab9a7c1e35
commit
73c11de701
@ -722,5 +722,5 @@ in
|
||||
timerConfig.OnCalendar = cfg.dump.interval;
|
||||
};
|
||||
};
|
||||
meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ];
|
||||
meta.maintainers = with lib.maintainers; [ ma27 techknowlogick SuperSandro2000 ];
|
||||
}
|
||||
|
@ -86,7 +86,7 @@ buildGoModule rec {
|
||||
description = "Git with a cup of tea";
|
||||
homepage = "https://gitea.io";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ disassembler kolaente ma27 techknowlogick ];
|
||||
maintainers = with maintainers; [ ma27 techknowlogick SuperSandro2000 ];
|
||||
broken = stdenv.isDarwin;
|
||||
mainProgram = "gitea";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user