mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Change buildsystem link to DaveDavenport -> davatorium.
This commit is contained in:
parent
c4ce4df5e8
commit
f3c58708f4
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([rofi], [1.5.2-dev], [https://github.com/DaveDavenport/rofi/],[],[https://reddit.com/r/qtools/])
|
||||
AC_INIT([rofi], [1.5.2-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
|
||||
|
||||
AC_CONFIG_SRCDIR([source/rofi.c])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
|
|
|
@ -72,7 +72,7 @@ header_conf.set_quoted('PACKAGE_NAME', meson.project_name())
|
|||
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/DaveDavenport/rofi/')
|
||||
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('THEME_CONVERTER', true)
|
||||
|
|
Loading…
Reference in a new issue