Maybe fix fetching notmuch

This fails the same way emms was, and like emms I do see the commit.
This commit is contained in:
Marien Zwart 2024-05-18 15:44:35 +10:00 committed by marienz
parent cbe7d2586a
commit 96d6db2e96

View file

@ -38,5 +38,6 @@
# TODO figure out whether we're better off always setting allRefs. # TODO figure out whether we're better off always setting allRefs.
allRefsRepos = { allRefsRepos = {
"https://git.savannah.gnu.org/git/emms.git" = true; "https://git.savannah.gnu.org/git/emms.git" = true;
"https://git.notmuchmail.org/git/notmuch" = true;
}; };
} }