OrchidTechnologies / orchid

Orchid: VPN, Personal Firewall
https://www.orchid.com/
GNU Affero General Public License v3.0
655 stars 102 forks source link

Cairo and other freedesktop submodules fail to clone #164

Closed rarigita closed 1 year ago

rarigita commented 1 year ago

Describe the bug While following instructions to compile the source from github into a linux box, cairo submodules and other freedesktop repos fails to clone.

To Reproduce $ git clone https://github.com/OrchidTechnologies/orchid.git $ cd orchid $ git submodule update --init --recursive Clonando en '/orchid/min-cairo/cairo'... Username for 'https://github.com': Password for 'https://@github.com': remote: Repository not found. fatal: repositorio 'https://github.com/freedesktop/cairo.git/' no encontrado

Expected behavior Repository cloned like the other submodules

Screenshots If applicable, add screenshots to help explain your problem.

Device information: Kali Linux latest

Additional context Not sure if freedesktop repos are publicly accesible (or with github account) or they have been moved.

saurik commented 1 year ago

Sorry: Freedesktop seems to have moved off of GitHub and has switched to a self-hosted GitLab instance (which, FWIW, is a decision I applaud). I've updated the .gitmodule URLs.