diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-01-20 19:06:11 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-01-20 19:09:30 -0500 |
commit | 90bfb762a8fdb8f67f87cd9765f7bd1f333a2446 (patch) | |
tree | 1a0338689c937a405dc15d774890a3e9374f3984 | |
parent | 990d6d8e98b96b9afe5b9b340507b1aecd8de1ce (diff) | |
download | snakemake-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-- | 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) |