mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
docs: update URLs to source.puri.sm
This commit is contained in:
parent
ff1fb2b09f
commit
9d2a77d3b3
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
ent_conf = configuration_data()
|
ent_conf = configuration_data()
|
||||||
ent_conf.set('PACKAGE', 'Calls')
|
ent_conf.set('PACKAGE', 'Calls')
|
||||||
ent_conf.set('PACKAGE_BUGREPORT', 'https://code.puri.sm/Librem5/calls/issues')
|
ent_conf.set('PACKAGE_BUGREPORT', 'https://source.puri.sm/Librem5/calls/issues')
|
||||||
ent_conf.set('PACKAGE_NAME', 'Calls')
|
ent_conf.set('PACKAGE_NAME', 'Calls')
|
||||||
ent_conf.set('PACKAGE_STRING', 'calls')
|
ent_conf.set('PACKAGE_STRING', 'calls')
|
||||||
ent_conf.set('PACKAGE_TARNAME', 'calls-' + meson.project_version())
|
ent_conf.set('PACKAGE_TARNAME', 'calls-' + meson.project_version())
|
||||||
ent_conf.set('PACKAGE_URL', 'https://code.puri.sm/Librem5/calls')
|
ent_conf.set('PACKAGE_URL', 'https://source.puri.sm/Librem5/calls')
|
||||||
ent_conf.set('PACKAGE_VERSION', meson.project_version())
|
ent_conf.set('PACKAGE_VERSION', meson.project_version())
|
||||||
configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)
|
configure_file(input: 'gtkdocentities.ent.in', output: 'gtkdocentities.ent', configuration: ent_conf)
|
||||||
|
|
Loading…
Reference in a new issue