Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Get the repo URL automatically using git
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Feb 6, 2018
1 parent bba8165 commit 24aeb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/papers/joss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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|[email protected]:|https://github.com/|')"

$(output): $(input) $(bib) Makefile
pandoc \
Expand Down

0 comments on commit 24aeb75

Please sign in to comment.