aboutsummaryrefslogtreecommitdiff
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
commit61e210ed2c800549f30357e5c819f627e94e1847 (patch)
treee3938325c436155594bbdd13a963ebb52dd7c5f3
parentb0d541269f8b68732e92a363951818ec205112e0 (diff)
downloaddotemacs-61e210ed2c800549f30357e5c819f627e94e1847.tar.gz
dotemacs-61e210ed2c800549f30357e5c819f627e94e1847.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.
-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 c449a0382..588ff39f8 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)