aboutsummaryrefslogtreecommitdiff
path: root/docs/news/20200405.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/news/20200405.txt')
-rw-r--r--docs/news/20200405.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/news/20200405.txt b/docs/news/20200405.txt
new file mode 100644
index 0000000..e46d328
--- /dev/null
+++ b/docs/news/20200405.txt
@@ -0,0 +1,21 @@
+ ______________
+
+ APR 05, 2020
+ ______________
+
+
+ <2020-04-05 Sun>
+
+
+Carbs Linux repositories will be hosted only on Github. Commits will be
+pushed there, and not the repository. You have until May 4, 2020 Monday
+to switch your remotes to
+<https://github.com/CarbsLinux/repository>. The git repository will
+continue to be served until then (without additional commits).
+
+You can switch your remote by executing the following command on your
+repository directory.
+
+,----
+| git remote set-url origin https://github.com/CarbsLinux/repository
+`----