From 037be66f8c587d8a280d67c00e4b004ecd8cb775 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 18 Nov 2021 11:16:44 +0100 Subject: Updates after changing the default branch to main --- GNUmakefile | 2 +- README.md | 4 ++-- 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) -- cgit v1.2.1