Skip to content

Commit 1b5cf9d

Browse files
committed
clickable: Add Lomiri team to maintainers
I need it quite frequently to test submissions to upstream, might as well help out.
1 parent 11caffc commit 1b5cf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/cl/clickable/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ python3Packages.buildPythonApplication rec {
7373
homepage = "https://clickable-ut.dev";
7474
changelog = "https://clickable-ut.dev/en/latest/changelog.html";
7575
license = lib.licenses.gpl3Only;
76-
maintainers = with lib.maintainers; [ ilyakooo0 ];
76+
maintainers = lib.teams.lomiri.members ++ (with lib.maintainers; [ ilyakooo0 ]);
7777
};
7878
}

0 commit comments

Comments
 (0)