Unverified Commit c68fe328 authored by Seth Flynn's avatar Seth Flynn
Browse files

metadata-cleaner: remove gnome circle team from maintainers

parent 282814f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,6 +69,6 @@ python3.pkgs.buildPythonApplication rec {
      gpl3Plus
      cc-by-sa-40
    ];
    maintainers = with lib.maintainers; [ dotlambda ] ++ lib.teams.gnome-circle.members;
    maintainers = with lib.maintainers; [ dotlambda ];
  };
}