mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
mission-center: add getchoo to maintainers
(cherry picked from commit 56e2eb4d1a
)
This commit is contained in:
parent
cf5a1c3293
commit
d86a6878f5
@ -162,7 +162,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://gitlab.com/mission-center-devs/mission-center";
|
||||
changelog = "https://gitlab.com/mission-center-devs/mission-center/-/releases/v${version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
maintainers = with lib.maintainers; [
|
||||
GaetanLepage
|
||||
getchoo
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "missioncenter";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user