Skip to content

Commit

Permalink
DOC: Fix downloads link
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Oct 12, 2022
1 parent 1704f3a commit c046d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}

package-debian:
timeout-minutes: 5
timeout-minutes: 10
needs: [ test-linux, test-macos, test-windows ]
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![Build Status](https://img.shields.io/github/workflow/status/efck-chat-keyboard/efck/CI/master?style=for-the-badge)](https://github.com/efck-chat-keyboard/efck/actions)
[![EFCK on PyPI](https://img.shields.io/pypi/v/efck?color=blue&style=for-the-badge&label=version)](https://pypi.org/project/efck)
[![Downloads](https://img.shields.io/github/downloads/efck-chat-keyboard/efck/total?color=gold&style=for-the-badge)](https://pypi.org/project/efck)
[![Downloads](https://img.shields.io/github/downloads/efck-chat-keyboard/efck/total?color=gold&style=for-the-badge)](https://efck-chat-keyboard.github.io/download/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/kernc?color=pink&style=for-the-badge)](https://github.com/sponsors/kernc)

[Emoji Filter / Unicode Chat Keyboard][www] — Official website
Expand All @@ -29,6 +29,6 @@ Features
* Extensible architecture with support for custom homemade tabs.
* The selected emoji/filter/gif/... is typed/pasted into the
previously active desktop window ...
* ... and/or saved into the clipboard
* ... and/or saved into clipboard

![screenshot](https://efck-chat-keyboard.github.io/images/screenshot.png)

0 comments on commit c046d39

Please sign in to comment.