diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-20 21:30:31 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-20 21:30:31 +0100 |
commit | f0cf710f682f1027225bb1aebdc5fd791b236471 (patch) | |
tree | f959a0927cb31e8af053c3848c6993ed0bf41b75 /config/git/pico-serprog | |
parent | e90bffff3c3c2afc734c41a424e164355aefd2e2 (diff) |
don't use notabug for backup git repos
notabug is unreliable, even as a backup.
why, just today, it was offline! all day.
i originally moved libreboot away from notabug,
to codeberg instead, but kept the notabug account
online, and i still push to it when it's online.
however, notabug seems to be in a terminal state
of neglect by its admins, so lbmk should not use it.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/git/pico-serprog')
-rw-r--r-- | config/git/pico-serprog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/git/pico-serprog b/config/git/pico-serprog index db2869d5..ea630027 100644 --- a/config/git/pico-serprog +++ b/config/git/pico-serprog @@ -2,6 +2,6 @@ rev: c8c16e9c11fe9e5b7230ff358f79de3f1951e1d9 loc: pico-serprog url: https://codeberg.org/libreboot/pico-serprog - bkup_url: https://notabug.org/libreboot/pico-serprog + bkup_url: https://git.disroot.org/libreboot/pico-serprog depend: pico-sdk } |