aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-29 04:12:16 -0500
committerCraig Jennings <c@cjennings.net>2026-04-29 04:12:16 -0500
commitf07137f8a1dedcd6783c041ab7b8c61681ac9507 (patch)
treec784b6bae97fe94b591b609c6935da7925cec372
parentc3ede4b8737ac2e640cc57b03801866979c735a7 (diff)
downloadorg-drill-f07137f8a1dedcd6783c041ab7b8c61681ac9507.tar.gz
org-drill-f07137f8a1dedcd6783c041ab7b8c61681ac9507.zip
build: add nongnu source to Cask file
The persist package moved to the nongnu ELPA archive years ago. The existing gnu/melpa/org sources couldn't resolve it, so cask install failed and make test-unit was unrunnable. Unblocks the test suite.
-rw-r--r--Cask1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cask b/Cask
index c77573e..5eaf201 100644
--- a/Cask
+++ b/Cask
@@ -1,4 +1,5 @@
(source gnu)
+(source nongnu)
(source melpa)
(source org)