aboutsummaryrefslogtreecommitdiff
path: root/modules/org-drill-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-29 10:12:43 -0500
committerCraig Jennings <c@cjennings.net>2026-04-29 10:12:43 -0500
commitbe3e227f3aa75c018fa4f7486226d691765012b5 (patch)
tree69a9b33f64c8f393fee94fac7d5e25000d20663d /modules/org-drill-config.el
parentd91be5e5d0c23f998779ea301f2fcb335590257f (diff)
downloaddotemacs-be3e227f3aa75c018fa4f7486226d691765012b5.tar.gz
dotemacs-be3e227f3aa75c018fa4f7486226d691765012b5.zip
chore(deps): point org-drill :vc at cjennings.net primary
The cjennings.net bare for org-drill has a GitHub mirror as of today's earlier remote migration. Update the :vc URL in modules/org-drill-config.el to point at the primary instead of the mirror so a fresh install clones from the source-of-truth.
Diffstat (limited to 'modules/org-drill-config.el')
-rw-r--r--modules/org-drill-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-drill-config.el b/modules/org-drill-config.el
index c449a038..588ff39f 100644
--- a/modules/org-drill-config.el
+++ b/modules/org-drill-config.el
@@ -19,7 +19,7 @@
;; --------------------------------- Org Drill ---------------------------------
(use-package org-drill
- :vc (:url "https://github.com/cjennings/org-drill"
+ :vc (:url "git@cjennings.net:org-drill.git"
:branch "main"
:rev :newest)
:after (org org-capture)