diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ elcs := $(patsubst %.el, %.elc, $(els)) AUTOLOADS_FILE = snakemake-autoloads.el DASH_URL := https://raw.githubusercontent.com/magnars/dash.el/master/dash.el -POPUP_URL := https://raw.githubusercontent.com/magit/magit/master/lisp/magit-popup.el +POPUP_URL := https://raw.githubusercontent.com/magit/magit-popup/master/magit-popup.el .PHONY: all all: $(elcs) $(AUTOLOADS_FILE) |