tUpdate URLs - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing
(HTM) git clone git://src.adamsgaard.dk/scholarref
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9ad685fc5b38869845e71a6a63ef4e399afb1077
(DIR) parent 956f325b4e71302d99db0e87d36f684dd2b2d9f9
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 7 Sep 2019 06:24:02 +0200
Update URLs
Diffstat:
M getdoi | 2 +-
M getref | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/getdoi b/getdoi
t@@ -27,7 +27,7 @@ show_version() {
echo "${0##*/} version $version"
echo "Licensed under the GNU Public License, v3+"
echo "written by Anders Damsgaard, anders@adamsgaard.dk"
- echo "https://gitlab.com/admesg/dotfiles"
+ echo "https://src.adamsgaard.dk/scholarref"
}
die() {
(DIR) diff --git a/getref b/getref
t@@ -25,7 +25,7 @@ show_version() {
echo "${0##*/} version $version"
echo "Licensed under the GNU Public License, v3+"
echo "written by Anders Damsgaard, anders@adamsgaard.dk"
- echo "https://gitlab.com/admesg/dotfiles"
+ echo "https://src.adamsgaard.dk/scholarref"
}
die() {