summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-01-20 19:06:11 -0500
committerKyle Meyer <kyle@kyleam.com>2018-01-20 19:09:30 -0500
commit90bfb762a8fdb8f67f87cd9765f7bd1f333a2446 (patch)
tree1a0338689c937a405dc15d774890a3e9374f3984
parent990d6d8e98b96b9afe5b9b340507b1aecd8de1ce (diff)
downloadsnakemake-mode-90bfb762a8fdb8f67f87cd9765f7bd1f333a2446.tar.gz
Makefile: Update magit-popup.el's URL
magit-popup.el is in its own repository as of Magit's 4d5d9bfa
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)