aboutsummaryrefslogtreecommitdiff
path: root/org-drill.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-10 12:52:08 -0500
committerCraig Jennings <c@cjennings.net>2026-05-10 12:52:08 -0500
commitd0128942724795511e19f5478b60e34e194cdcad (patch)
tree03929397c57558928bc4c379f6ee81979f0c5c7a /org-drill.el
parent982e484f001e7619ba117f43e3f626d305952b12 (diff)
downloadorg-drill-d0128942724795511e19f5478b60e34e194cdcad.tar.gz
org-drill-d0128942724795511e19f5478b60e34e194cdcad.zip
build: migrate from Cask to Eask
Cask's upstream has slowed. Eask is the actively maintained successor. Eask's `package-file` directive doesn't auto-install the deps from the .el header's Package-Requires, so the Eask file mirrors emacs/seq/org/persist explicitly. `eask install-deps` also doesn't pull transitive deps, so dash, m-buffer, and shut-up needed their own `depends-on` lines for undercover and elisp-lint to activate. The Makefile swaps are mechanical: $(CASK) → $(EASK), `cask install` → `eask install-deps --dev`, `cask build` → `eask compile`. The URL in org-drill.el's header pointed at the abandoned upstream's GitLab issues page. Eask cross-validates that against website-url, so I updated it to the GitHub mirror — where users file issues now.
Diffstat (limited to 'org-drill.el')
-rw-r--r--org-drill.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el
index 5f0da21..d52fbe9 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -8,7 +8,7 @@
;; Package-Requires: ((emacs "25.3") (seq "2.14") (org "9.6") (persist "0.3"))
;; Keywords: games, outlines, multimedia
-;; URL: https://gitlab.com/phillord/org-drill/issues
+;; URL: https://github.com/cjennings/org-drill
;;
;; This file is not part of GNU Emacs.
;;