about summary refs log tree commit diff
path: root/users/wpcarro/emacs/pkgs/cycle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/emacs/pkgs/cycle/default.nix')
-rw-r--r--users/wpcarro/emacs/pkgs/cycle/default.nix2
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 b644b7a0f6..16c887bbfc 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";
   };
 })