Skip to content

Commit b9af52e

Browse files
authored
Merge pull request #144 from tri-adam/main-branch
Change master branch to main
2 parents f3f649d + ea25c43 commit b9af52e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PkgGoDev](https://pkg.go.dev/badge/github.com/sylabs/scs-library-client)](https://pkg.go.dev/github.com/sylabs/scs-library-client/client)
44
[![Build Status](https://circleci.com/gh/sylabs/scs-library-client.svg?style=shield)](https://circleci.com/gh/sylabs/workflows/scs-library-client)
5-
[![Code Coverage](https://codecov.io/gh/sylabs/scs-library-client/branch/master/graph/badge.svg)](https://codecov.io/gh/sylabs/scs-library-client)
5+
[![Code Coverage](https://codecov.io/gh/sylabs/scs-library-client/branch/main/graph/badge.svg)](https://codecov.io/gh/sylabs/scs-library-client)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/sylabs/scs-library-client)](https://goreportcard.com/report/github.com/sylabs/scs-library-client)
77

88
This project provides a Go client for the Singularity Container Services (SCS) Library Service.

api/server/openapi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ info:
88
contact:
99
1010
license:
11-
name: Copyright (c) 2018-2021, Sylabs Inc. All rights reserved.
12-
url: "https://github.com/sylabs/scs-library-client/blob/master/LICENSE.md"
11+
name: Copyright (c) 2018-2022, Sylabs Inc. All rights reserved.
12+
url: "https://github.com/sylabs/scs-library-client/blob/main/LICENSE.md"
1313

1414
host: "library.sylabs.io"
1515
schemes:

0 commit comments

Comments
 (0)