all magit/ repos at github now use "main" branch instead of "master" (#2899)

This commit is contained in:
Jean-Marc Saffroy 2023-03-15 11:05:55 +01:00 committed by GitHub
parent bc4299031e
commit 5b68524a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
(:name git-modes
:description "GNU Emacs modes for various Git-related files"
:type github
:branch "master" ; default to master, like magit.rcp
:branch "main" ; default to main, like magit.rcp
:pkgname "magit/git-modes")

View File

@ -3,7 +3,7 @@
:description "Transient commands used by magit."
:type github
:pkgname "magit/transient"
:branch "master"
:branch "main"
:minimum-emacs-version "25.1"
:info "docs"
:load-path "lisp/"