diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-29 04:12:16 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-29 04:12:16 -0500 |
| commit | f07137f8a1dedcd6783c041ab7b8c61681ac9507 (patch) | |
| tree | c784b6bae97fe94b591b609c6935da7925cec372 | |
| parent | c3ede4b8737ac2e640cc57b03801866979c735a7 (diff) | |
| download | org-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-- | Cask | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ (source gnu) +(source nongnu) (source melpa) (source org) |
