update git references from hlissner repos to doomemacs org

This commit is contained in:
André Silva
2022-05-30 18:44:52 +01:00
committed by ckie
parent 7f9cfd6640
commit 9620980115
4 changed files with 38 additions and 38 deletions

View File

@ -16,7 +16,7 @@ DRY_RUN = bool(env.get("GITHUB_DRY_RUN", False))
INIT_EL = "test/doom.d/init.el"
UPSTREAM_INIT_EL = "init.example.el"
DOOM_UPSTREAM = "hlissner/doom-emacs"
DOOM_UPSTREAM = "doomemacs/doomemacs"
UPSTREAM_BRANCH = "develop"