Brand name update
This commit is contained in:
parent
805ce40c63
commit
21ff665e60
|
|
@ -43,9 +43,9 @@ archives:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
nfpms:
|
nfpms:
|
||||||
- vendor: FullStory
|
- vendor: Fullstory
|
||||||
homepage: https://github.com/fullstorydev/grpcurl/
|
homepage: https://github.com/fullstorydev/grpcurl/
|
||||||
maintainer: Engineering at FullStory <fixme@fixme>
|
maintainer: Engineering at Fullstory <fixme@fixme>
|
||||||
description: 'Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers'
|
description: 'Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers'
|
||||||
license: MIT
|
license: MIT
|
||||||
id: nfpms
|
id: nfpms
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
FROM golang:1.18-alpine as builder
|
FROM golang:1.18-alpine as builder
|
||||||
MAINTAINER FullStory Engineering
|
MAINTAINER Fullstory Engineering
|
||||||
|
|
||||||
# create non-privileged group and user
|
# create non-privileged group and user
|
||||||
RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
|
RUN addgroup -S grpcurl && adduser -S grpcurl -G grpcurl
|
||||||
|
|
|
||||||
4
LICENSE
4
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2017 FullStory, Inc
|
Copyright (c) 2017 Fullstory, Inc
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue