From f07137f8a1dedcd6783c041ab7b8c61681ac9507 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 29 Apr 2026 04:12:16 -0500 Subject: 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. --- Cask | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3