Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed Oct 4, 2023
1 parent 3387761 commit f6273f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ trigger:
- push
- pull_request
branch:
- master
- main
2 changes: 1 addition & 1 deletion .drone/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ trigger:
- push
- pull_request
branch:
- master
- main
4 changes: 2 additions & 2 deletions Glance/Utils/Menu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Cocoa
import Foundation

let feedbackURL = URL(string: "https://github.com/chamburr/glance/issues")!
let licenseURL = URL(string: "https://github.com/chamburr/glance/blob/master/LICENSE.md")!
let privacyPolicyURL = URL(string: "https://github.com/chamburr/glance/blob/master/PRIVACY.md")!
let licenseURL = URL(string: "https://github.com/chamburr/glance/blob/main/LICENSE.md")!
let privacyPolicyURL = URL(string: "https://github.com/chamburr/glance/blob/main/PRIVACY.md")!
let websiteURL = URL(string: "https://github.com/chamburr/glance")!

/// Used as a subclass for the menu item in Interface Builder
Expand Down

0 comments on commit f6273f5

Please sign in to comment.