diff --git a/.gitea b/.gitea index e1be9f47..4ff11452 100644 --- a/.gitea +++ b/.gitea @@ -1,15 +1,15 @@ [submodule "sub/argoat"] path = sub/argoat - url = https://git.cylgom.net/cylgom/argoat.git + url = https://git.nullgemm.fr/nullgemm/argoat.git [submodule "sub/configator"] path = sub/configator - url = https://git.cylgom.net/cylgom/configator.git + url = https://git.nullgemm.fr/nullgemm/configator.git [submodule "sub/ctypes"] path = sub/ctypes - url = https://git.cylgom.net/cylgom/ctypes.git + url = https://git.nullgemm.fr/nullgemm/ctypes.git [submodule "sub/dragonfail"] path = sub/dragonfail - url = https://git.cylgom.net/cylgom/dragonfail.git + url = https://git.nullgemm.fr/nullgemm/dragonfail.git [submodule "sub/termbox_next"] path = sub/termbox_next - url = https://git.cylgom.net/cylgom/termbox_next.git + url = https://git.nullgemm.fr/nullgemm/termbox_next.git diff --git a/.github b/.github index 9eddfbbd..5522bb65 100644 --- a/.github +++ b/.github @@ -1,15 +1,15 @@ [submodule "sub/argoat"] path = sub/argoat - url = https://github.com/cylgom/argoat.git + url = https://github.com/nullgemm/argoat.git [submodule "sub/configator"] path = sub/configator - url = https://github.com/cylgom/configator.git + url = https://github.com/nullgemm/configator.git [submodule "sub/ctypes"] path = sub/ctypes - url = https://github.com/cylgom/ctypes.git + url = https://github.com/nullgemm/ctypes.git [submodule "sub/dragonfail"] path = sub/dragonfail - url = https://github.com/cylgom/dragonfail.git + url = https://github.com/nullgemm/dragonfail.git [submodule "sub/termbox_next"] path = sub/termbox_next - url = https://github.com/cylgom/termbox_next.git + url = https://github.com/nullgemm/termbox_next.git diff --git a/makefile b/makefile index 68a26df8..eef31ad0 100644 --- a/makefile +++ b/makefile @@ -107,8 +107,8 @@ clean: remotes: @echo "registering remotes" - @git remote add github git@github.com:cylgom/$(NAME).git - @git remote add gitea ssh://git@git.cylgom.net:2999/cylgom/$(NAME).git + @git remote add github git@github.com:nullgemm/$(NAME).git + @git remote add gitea ssh://git@git.nullgem.fr:2999/nullgemm/$(NAME).git github: @echo "sourcing submodules from https://github.com" @@ -119,7 +119,7 @@ github: @git submodule update --init --recursive --remote gitea: - @echo "sourcing submodules from https://git.cylgom.net" + @echo "sourcing submodules from personal server" @cp .gitea .gitmodules @git submodule sync @git submodule update --init --remote diff --git a/readme.md b/readme.md index 2d22e3a4..05861157 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,4 @@ # Ly - a TUI display manager -[![CodeFactor](https://www.codefactor.io/repository/github/cylgom/ly/badge/master)](https://www.codefactor.io/repository/github/cylgom/ly/overview/master) ![Ly screenshot](https://user-images.githubusercontent.com/5473047/42466218-8cb53d3c-83ae-11e8-8e53-bae3669f959c.png "Ly screenshot") Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. @@ -48,7 +47,7 @@ changing the source code won't be necessary :) ## Cloning and Compiling Clone the repository ``` -git clone https://github.com/cylgom/ly.git +git clone https://github.com/nullgemm/ly.git ``` Fetch submodules