aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-11-26 01:22:11 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-11-26 01:22:11 +0100
commit6de63703b02c66f788ce823a7091df7083e3edfc (patch)
tree62a50872d43f753c0706a8775c6cef5594eaae74
parentrequirements.txt: bump dependencies (diff)
downloadcgitize-6de63703b02c66f788ce823a7091df7083e3edfc.tar.gz
cgitize-6de63703b02c66f788ce823a7091df7083e3edfc.zip
switch to tensin.name
-rw-r--r--README.md2
-rw-r--r--prelude.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da56ef5..d880a1c 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Supports cloning all of your repositories from major hosting providers:
* Bitbucket,
* GitLab.
-Example output can be found at https://git.egort.name/.
+Example output can be found at https://git.tensin.name/.
Installation
------------
diff --git a/prelude.mk b/prelude.mk
index 374111e..da836d7 100644
--- a/prelude.mk
+++ b/prelude.mk
@@ -1,4 +1,4 @@
-# Please see https://egort.name/blog/notes/makefile.html
+# Please see https://tensin.name/blog/notes/makefile.html
MAKEFLAGS += --no-builtin-rules --no-builtin-variables --warn-undefined-variables
unexport MAKEFLAGS