From 24aeb750416f4d1cd5d6edc26daa0b0284e5816a Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Tue, 6 Feb 2018 09:45:38 -0800 Subject: [PATCH] Get the repo URL automatically using git --- docs/papers/joss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/papers/joss/Makefile b/docs/papers/joss/Makefile index 007440c..9792c6a 100644 --- a/docs/papers/joss/Makefile +++ b/docs/papers/joss/Makefile @@ -12,7 +12,7 @@ bib = paper.bib title = "Nostril: a nonsense string evaluator written in Python" author = "Michael Hucka" -repo = "https://github.com/casics/nostril" +repo = "$(git remote get-url origin | sed 's|git@github.com:|https://github.com/|')" $(output): $(input) $(bib) Makefile pandoc \