lang/plantuml: fix jar download path (again)
Now this should redirect to the auto-selected mirror. Related: #1637 #1639
This commit is contained in:
parent
87b7a8da05
commit
54d4bbf829
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
(interactive)
|
||||
(if (file-exists-p plantuml-jar-path)
|
||||
(user-error "plantuml.jar already installed")
|
||||
(url-copy-file "https://datapacket.dl.sourceforge.net/project/plantuml/plantuml.jar"
|
||||
(url-copy-file "https://downloads.sourceforge.net/project/plantuml/plantuml.jar"
|
||||
plantuml-jar-path)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue