Skip to content

Commit

Permalink
Apps: Remove workaround for maintenance flag
Browse files Browse the repository at this point in the history
A 'maintained' flag has been added upstream
  • Loading branch information
cal0pteryx committed Nov 18, 2023
1 parent 05a89df commit 9317e6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,7 @@ def prepare_client_data_file() -> None:
"os": supported_os,
"since": provider_infos["since"]["content"],
"website": provider_infos["website"]["content"],
# FIXME: Temporary fix for unmaintained clients
"maintained": bool(
package["name"] not in ("blabber.im", "UWPX"))
"maintained": provider_infos["maintained"]["content"],
}
)

Expand Down

0 comments on commit 9317e6d

Please sign in to comment.