Change branch name from master to main #156

Merged
zeripath merged 1 commits from lunny/homebrew-gitea:lunny/fix_branch_name into main 2022-11-02 19:57:50 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 517e3174bd - Show all commits

View File

@ -3,7 +3,7 @@ require_relative './utils/macos_codesign.rb'
class Changelog < Formula
desc "Generate changelog of gitea repository"
homepage "https://gitea.com/gitea/changelog"
version "master"
version "main"
os = OS.mac? ? "darwin-10.12" : "linux"
arch = case Hardware::CPU.arch

View File

@ -3,7 +3,7 @@ require_relative './utils/macos_codesign.rb'
class TeaHead < Formula
desc "A command line tool to interact with Gitea servers"
homepage "https://gitea.com/gitea/tea"
version "master"
version "main"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch