From 63fa39d86deba5d03ac8f7f9a103e94d6c80739d Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Mon, 5 Feb 2018 15:04:13 +0100 Subject: [PATCH] use more up to date repository for plantuml-mode --- recipes/plantuml-mode.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/plantuml-mode.rcp b/recipes/plantuml-mode.rcp index 3d18e2e3..9e9d7a66 100644 --- a/recipes/plantuml-mode.rcp +++ b/recipes/plantuml-mode.rcp @@ -1,7 +1,7 @@ (:name plantuml-mode :description "Major mode for PlantUML." :type github - :pkgname "zwz/plantuml-mode" + :pkgname "skuro/plantuml-mode" :post-init (let ((plantuml-url "http://sourceforge.net/projects/plantuml/files/plantuml.jar/download") (plantuml-jar (expand-file-name "plantuml.jar" default-directory))) (when (not (file-exists-p plantuml-jar))