Commit 1b5cf9d0 authored by OPNA2608's avatar OPNA2608
Browse files

clickable: Add Lomiri team to maintainers

I need it quite frequently to test submissions to upstream, might as well help out.
parent 11caffc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,6 +73,6 @@ python3Packages.buildPythonApplication rec {
    homepage = "https://clickable-ut.dev";
    changelog = "https://clickable-ut.dev/en/latest/changelog.html";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [ ilyakooo0 ];
    maintainers = lib.teams.lomiri.members ++ (with lib.maintainers; [ ilyakooo0 ]);
  };
}