diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/emacs/pkgs/cycle/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/emacs/pkgs/cycle/default.nix b/users/wpcarro/emacs/pkgs/cycle/default.nix index b644b7a0f641..16c887bbfc8f 100644 --- a/users/wpcarro/emacs/pkgs/cycle/default.nix +++ b/users/wpcarro/emacs/pkgs/cycle/default.nix @@ -33,6 +33,6 @@ cycle.overrideAttrs (_old: { passthru.meta.ci.extraSteps.github = depot.tools.releases.filteredGitPush { filter = ":/users/wpcarro/emacs/pkgs/cycle"; remote = "git@github.com:wpcarro/cycle.el.git"; - ref = "refs/heads/main"; + ref = "refs/heads/canon"; }; }) |