diff options
author | Leah Rowe <leah@libreboot.org> | 2024-10-17 23:48:32 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-10-17 23:48:32 +0100 |
commit | 56495c61e6c2bd96cd885e1e594045f99dbb2aae (patch) | |
tree | 073afd5b55557ac2277db8a83f0063c34f892276 /config | |
parent | 38d37a340fb4c00107524fd8b971ea9cbb6ac2da (diff) |
use redundant mirrors for recent utils imports
i mirrored riku's utils int, mxmdump and gpio-scripts
to the codeberg and disroot libreboot sites.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/git/gpio-scripts/pkg.cfg | 4 | ||||
-rw-r--r-- | config/git/int/pkg.cfg | 4 | ||||
-rw-r--r-- | config/git/mxmdump/pkg.cfg | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/config/git/gpio-scripts/pkg.cfg b/config/git/gpio-scripts/pkg.cfg index c076b196..60963e9d 100644 --- a/config/git/gpio-scripts/pkg.cfg +++ b/config/git/gpio-scripts/pkg.cfg @@ -1,3 +1,3 @@ rev="be2de1233a70e3cf05ad17b008fd85c862b1ecf9" -url="https://codeberg.org/Riku_V/gpio-scripts" -bkup_url="https://codeberg.org/Riku_V/gpio-scripts" +url="https://codeberg.org/libreboot/gpio-scripts" +bkup_url="https://git.disroot.org/libreboot/gpio-scripts" diff --git a/config/git/int/pkg.cfg b/config/git/int/pkg.cfg index 921e1f11..d3c2958a 100644 --- a/config/git/int/pkg.cfg +++ b/config/git/int/pkg.cfg @@ -1,3 +1,3 @@ rev="d1ac570549f00477d9ade21807f42f28a4864fcd" -url="https://codeberg.org/Riku_V/int" -bkup_url="https://codeberg.org/Riku_V/int" +url="https://codeberg.org/libreboot/int" +bkup_url="https://git.disroot.org/libreboot/int" diff --git a/config/git/mxmdump/pkg.cfg b/config/git/mxmdump/pkg.cfg index ad4fcfbd..19ede8d8 100644 --- a/config/git/mxmdump/pkg.cfg +++ b/config/git/mxmdump/pkg.cfg @@ -1,3 +1,3 @@ rev="ab3393c84fd3de01793bbfa2ec4caddfe0dc44f6" -url="https://codeberg.org/Riku_V/mxmdump" -bkup_url="https://codeberg.org/Riku_V/mxmdump" +url="https://codeberg.org/libreboot/mxmdump" +bkup_url="https://git.disroot.org/libreboot/mxmdump" |