From b3d3de4871d34eee11574bf477532914b09f7df0 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 20 May 2019 08:54:55 +0200 Subject: [PATCH] Change Changelog URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2c6129..8b6448e 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ else endif publish: - wget --no-cache -O content/pages/Changelog.md https://git.netzspielplatz.de/soundship/luppp/raw/master/CHANGELOG.md + wget --no-cache -O content/pages/Changelog.md https://git.netzspielplatz.de/soundship/loopp/raw/master/CHANGELOG.md sed -i '1i Title: Changelog' content/pages/Changelog.md $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)