Remove all github mentions
This commit is contained in:
@@ -28,7 +28,7 @@ It's still early days, but we have exciting plans for the future. While Teleport
|
|||||||
#### Archlinux
|
#### Archlinux
|
||||||
```
|
```
|
||||||
pacman -S base-devel libsoup avahi gtk3 meson
|
pacman -S base-devel libsoup avahi gtk3 meson
|
||||||
git clone https://github.com/frac-tion/teleport.git
|
git clone https://gitlab.gnome.org/jsparber/teleport
|
||||||
cd teleport
|
cd teleport
|
||||||
./configure
|
./configure
|
||||||
sudo make install
|
sudo make install
|
||||||
@@ -37,7 +37,7 @@ It's still early days, but we have exciting plans for the future. While Teleport
|
|||||||
#### Ubuntu
|
#### Ubuntu
|
||||||
```
|
```
|
||||||
apt install pkg-config libsoup2.4-dev libavahi-client3 libavahi-client-dev libgtk-3-dev meson
|
apt install pkg-config libsoup2.4-dev libavahi-client3 libavahi-client-dev libgtk-3-dev meson
|
||||||
git clone https://github.com/frac-tion/teleport.git
|
git clone https://gitlab.gnome.org/jsparber/teleport
|
||||||
cd teleport
|
cd teleport
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|||||||
@@ -51,11 +51,11 @@ config_h.set('NDEBUG', not teleport_debug)
|
|||||||
# package
|
# package
|
||||||
set_defines = [
|
set_defines = [
|
||||||
['PACKAGE', meson.project_name()],
|
['PACKAGE', meson.project_name()],
|
||||||
['PACKAGE_BUGREPORT', 'https://github.com/frac-tion/teleport/issues'],
|
['PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/jsparber/teleport/-/issues'],
|
||||||
['PACKAGE_NAME', meson.project_name()],
|
['PACKAGE_NAME', meson.project_name()],
|
||||||
['PACKAGE_STRING', '@0@ @1@'.format(meson.project_name(), teleport_version)],
|
['PACKAGE_STRING', '@0@ @1@'.format(meson.project_name(), teleport_version)],
|
||||||
['PACKAGE_TARNAME', meson.project_name()],
|
['PACKAGE_TARNAME', meson.project_name()],
|
||||||
['PACKAGE_URL', 'https://github.com/frac-tion/teleport'],
|
['PACKAGE_URL', 'https://gitlab.gnome.org/jsparber/teleport'],
|
||||||
['PACKAGE_VERSION', teleport_version],
|
['PACKAGE_VERSION', teleport_version],
|
||||||
['VERSION', teleport_version],
|
['VERSION', teleport_version],
|
||||||
# i18n
|
# i18n
|
||||||
|
|||||||
Reference in New Issue
Block a user