From 90bfb762a8fdb8f67f87cd9765f7bd1f333a2446 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 20 Jan 2018 19:06:11 -0500 Subject: Makefile: Update magit-popup.el's URL magit-popup.el is in its own repository as of Magit's 4d5d9bfa --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eefc7dc..ee5898e 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3