aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-11-18 11:16:44 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2021-11-18 11:16:44 +0100
commit037be66f8c587d8a280d67c00e4b004ecd8cb775 (patch)
tree5930cd50de407017b3eeb0e5de8380e410ae8ada
parent8b1877ff07d3ab11472bcdba0f273abb2432c0b4 (diff)
Updates after changing the default branch to main
-rw-r--r--GNUmakefile2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index da6a8bc..3bc12e7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -73,7 +73,7 @@ dratwin: winbin
"$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', '~/git/drat/', commit = TRUE)"
r-forge:
- git archive master > $(PKGDIR)/gmkin.tar;\
+ git archive main > $(PKGDIR)/gmkin.tar;\
cd $(RFDIR) && rm -r `ls` && tar -xf $(PKGDIR)/gmkin.tar;\
rm -r $(SDDIR)/*;\
cp -a docs/* $(SDDIR);\
diff --git a/README.md b/README.md
index 267d54c..86d8f9f 100644
--- a/README.md
+++ b/README.md
@@ -67,9 +67,9 @@ install.packages("gmkin")
```
The latest changes to gmkin are recorded in the
-[NEWS](https://github.com/jranke/gmkin/blob/master/NEWS.md) file,
+[NEWS](https://github.com/jranke/gmkin/blob/main/NEWS.md) file,
more details can be found in the
-[commit history](https://github.com/jranke/gmkin/commits/master).
+[commit history](https://github.com/jranke/gmkin/commits/main).
![gmkin screenshot](gmkin_screenshot.png)

Contact - Imprint