From 2a81ed105b28dd0a7c917c7e161eff25756343c4 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sun, 14 Jan 2024 12:44:14 +0900 Subject: [PATCH] Migrate oahu and oahu-memento to github Sr.ht has been down after a recent DOS attack. I will migrate these repos to GitHub. --- recipes/oahu | 2 +- recipes/oahu-memento | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/oahu b/recipes/oahu index e3f4bde6f16..4bbcb6370fa 100644 --- a/recipes/oahu +++ b/recipes/oahu @@ -1 +1 @@ -(oahu :fetcher sourcehut :repo "akirak/oahu.el") \ No newline at end of file +(oahu :fetcher github :repo "akirak/oahu.el") diff --git a/recipes/oahu-memento b/recipes/oahu-memento index 16aad30ea7d..cf8f5f8765a 100644 --- a/recipes/oahu-memento +++ b/recipes/oahu-memento @@ -1,2 +1,2 @@ -(oahu-memento :fetcher sourcehut :repo "akirak/oahu.el" - :files ("extra/oahu-memento.el")) \ No newline at end of file +(oahu-memento :fetcher github :repo "akirak/oahu.el" + :files ("extra/oahu-memento.el"))