We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11caffc commit 1b5cf9dCopy full SHA for 1b5cf9d
pkgs/by-name/cl/clickable/package.nix
@@ -73,6 +73,6 @@ python3Packages.buildPythonApplication rec {
73
homepage = "https://clickable-ut.dev";
74
changelog = "https://clickable-ut.dev/en/latest/changelog.html";
75
license = lib.licenses.gpl3Only;
76
- maintainers = with lib.maintainers; [ ilyakooo0 ];
+ maintainers = lib.teams.lomiri.members ++ (with lib.maintainers; [ ilyakooo0 ]);
77
};
78
}
0 commit comments