diff --git a/README.md b/README.md index 8ff97f5..102e885 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ These themes have been tested and work: Clone the repository and enter the directory: ```bash -git clone https://git.romainvigier.fr/Romain/nightthemeswitcher-gnome-shell-extension.git && cd nightthemeswitcher-gnome-shell-extension +git clone https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/ && cd nightthemeswitcher-gnome-shell-extension ``` Install using `make`: diff --git a/src/metadata.json b/src/metadata.json index d940601..72344da 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -2,7 +2,7 @@ "name": "Night Theme Switcher", "description": "Change theme to dark variant when Night Light activates", "uuid": "nightthemeswitcher@romainvigier.fr", - "url": "https://git.romainvigier.fr/Romain/nightthemeswitcher-gnome-shell-extension", + "url": "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/", "version": 4, "shell-version": ["3.28", "3.30","3.32", "3.34"] }