mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 11:53:11 +00:00
[Doc] Update support links.
Remove reddit.
This commit is contained in:
parent
6d02648d3a
commit
690924c270
5 changed files with 2 additions and 6 deletions
|
@ -232,7 +232,6 @@ for discussions.
|
|||
|
||||
* [GitHub Discussions](https://github.com/davatorium/rofi/discussions)
|
||||
* IRC (#rofi on irc.libera.chat)
|
||||
* [Reddit](https://reddit.com/r/qtools/)
|
||||
|
||||
|
||||
## Stargazers over time
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([rofi], [1.7.5-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
|
||||
AC_INIT([rofi], [1.7.5-dev], [https://github.com/davatorium/rofi/],[],[https://github.com/davatorium/rofi/discussions])
|
||||
|
||||
AC_CONFIG_SRCDIR([source/rofi.c])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
|
|
@ -1567,8 +1567,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
\fBrofi\fP support can be obtained:
|
||||
* GitHub Discussions
|
||||
\[la]https://github.com/davatorium/rofi/discussions\[ra]
|
||||
* Forum (Reddit)
|
||||
\[la]https://reddit.com/r/qtools//\[ra]
|
||||
* IRC
|
||||
\[la]irc://irc.libera.chat:6697/#rofi\[ra] (#rofi on irc.libera.chat),
|
||||
|
||||
|
|
|
@ -996,7 +996,6 @@ been released.
|
|||
|
||||
**rofi** support can be obtained:
|
||||
* [GitHub Discussions](https://github.com/davatorium/rofi/discussions)
|
||||
* [Forum (Reddit)](https://reddit.com/r/qtools//)
|
||||
* [IRC](irc://irc.libera.chat:6697/#rofi) (#rofi on irc.libera.chat),
|
||||
|
||||
## DEBUGGING
|
||||
|
|
|
@ -100,7 +100,7 @@ header_conf.set_quoted('PACKAGE_VERSION', meson.project_version())
|
|||
header_conf.set_quoted('VERSION', meson.project_version())
|
||||
header_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
|
||||
header_conf.set_quoted('PACKAGE_BUGREPORT', 'https://github.com/davatorium/rofi/')
|
||||
header_conf.set_quoted('PACKAGE_URL', 'https://reddit.com/r/qtools/')
|
||||
header_conf.set_quoted('PACKAGE_URL', 'https://github.com/davatorium/rofi/discussions')
|
||||
|
||||
header_conf.set('_GNU_SOURCE', true)
|
||||
|
||||
|
|
Loading…
Reference in a new issue