Skip to content

Commit

Permalink
chore: post-fork global sed
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Oct 24, 2019
1 parent 6754a9e commit 0ae5601
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 53 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ workflows:
main:
jobs:
- moul/golang-build:
gopkg: moul.io/golang-repo-template
gopkg: ultre.me/speechotron
- moul/golang-build:
gopkg: moul.io/golang-repo-template
gopkg: ultre.me/speechotron
tag: '1.12'
- moul/golang-build:
gopkg: moul.io/golang-repo-template
gopkg: ultre.me/speechotron
tag: '1.11'
- moul/docker-build
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ changelog:
- '^docs:'
- '^test:'
brew:
name: golang-repo-template
name: speechotron
github:
owner: moul
name: homebrew-moul
commit_author:
name: moul-bot
email: "bot@moul.io"
email: "bot@ultre.me"
homepage: https://manfred.life/
description: "golang-repo-template"
description: "speechotron"
8 changes: 4 additions & 4 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Copyright 2019 Manfred Touron and other golang-repo-template Developers.
Copyright 2019 Manfred Touron and other speechotron Developers.

Intellectual Property Notice
----------------------------

golang-repo-template is licensed under the Apache License, Version 2.0
speechotron is licensed under the Apache License, Version 2.0
(see LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) or
the MIT license (see LICENSE-MIT or http://opensource.org/licenses/MIT),
at your option.

Copyrights and patents in the golang-repo-templates project are retained
Copyrights and patents in the speechotrons project are retained
by contributors.
No copyright assignment is required to contribute to golang-repo-template.
No copyright assignment is required to contribute to speechotron.

SPDX-License-Identifier: (Apache-2.0 OR MIT)

Expand Down
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG VERSION
FROM golang:1.13-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/golang-repo-template
WORKDIR /go/src/ultre.me/speechotron
COPY go.* ./
RUN go mod download
COPY . ./
Expand All @@ -16,16 +16,16 @@ RUN make install
# minimalist runtime
FROM alpine:3.10
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="golang-repo-template" \
org.label-schema.name="speechotron" \
org.label-schema.description="" \
org.label-schema.url="https://moul.io/golang-repo-template/" \
org.label-schema.url="https://ultre.me/speechotron/" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/moul/golang-repo-template" \
org.label-schema.vcs-url="https://github.com/moul/speechotron" \
org.label-schema.vendor="Manfred Touron" \
org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.0" \
org.label-schema.cmd="docker run -i -t --rm moul/golang-repo-template" \
org.label-schema.help="docker exec -it $CONTAINER golang-repo-template --help"
COPY --from=builder /go/bin/golang-repo-template /bin/
ENTRYPOINT ["/bin/golang-repo-template"]
org.label-schema.cmd="docker run -i -t --rm moul/speechotron" \
org.label-schema.help="docker exec -it $CONTAINER speechotron --help"
COPY --from=builder /go/bin/speechotron /bin/
ENTRYPOINT ["/bin/speechotron"]
#CMD []
2 changes: 1 addition & 1 deletion LICENSE-APACHE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019 Manfred Touron <oss@moul.io> (manfred.life)
Copyright 2019 Manfred Touron <oss@ultre.me> (manfred.life)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Manfred Touron <oss@moul.io> (manfred.life)
Copyright (c) 2019 Manfred Touron <oss@ultre.me> (manfred.life)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GOPKG ?= moul.io/golang-repo-template
DOCKER_IMAGE ?= moul/golang-repo-template
GOPKG ?= ultre.me/speechotron
DOCKER_IMAGE ?= moul/speechotron
GOBINS ?= .
NPM_PACKAGES ?= .

Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# golang-repo-template

:smile: golang-repo-template

[![CircleCI](https://circleci.com/gh/moul/golang-repo-template.svg?style=shield)](https://circleci.com/gh/moul/golang-repo-template)
[![GoDoc](https://godoc.org/moul.io/golang-repo-template?status.svg)](https://godoc.org/moul.io/golang-repo-template)
[![License](https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-%2397ca00.svg)](https://github.com/moul/golang-repo-template/blob/master/COPYRIGHT)
[![GitHub release](https://img.shields.io/github/release/moul/golang-repo-template.svg)](https://github.com/moul/golang-repo-template/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/golang-repo-template)](https://goreportcard.com/report/moul.io/golang-repo-template)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/golang-repo-template/badge)](https://www.codefactor.io/repository/github/moul/golang-repo-template)
[![codecov](https://codecov.io/gh/moul/golang-repo-template/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/golang-repo-template)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/golang-repo-template.svg)](https://microbadger.com/images/moul/golang-repo-template)
[![GolangCI](https://golangci.com/badges/github.com/moul/golang-repo-template.svg)](https://golangci.com/r/github.com/moul/golang-repo-template)
[![npm](https://img.shields.io/npm/v/@moul.io/golang-repo-template)](https://www.npmjs.com/package/@moul.io/golang-repo-template)
[![Sourcegraph](https://sourcegraph.com/github.com/moul/golang-repo-template/-/badge.svg)](https://sourcegraph.com/github.com/moul/golang-repo-template?badge)
# speechotron

:smile: speechotron

[![CircleCI](https://circleci.com/gh/moul/speechotron.svg?style=shield)](https://circleci.com/gh/moul/speechotron)
[![GoDoc](https://godoc.org/ultre.me/speechotron?status.svg)](https://godoc.org/ultre.me/speechotron)
[![License](https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-%2397ca00.svg)](https://github.com/moul/speechotron/blob/master/COPYRIGHT)
[![GitHub release](https://img.shields.io/github/release/moul/speechotron.svg)](https://github.com/moul/speechotron/releases)
[![Go Report Card](https://goreportcard.com/badge/ultre.me/speechotron)](https://goreportcard.com/report/ultre.me/speechotron)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/speechotron/badge)](https://www.codefactor.io/repository/github/moul/speechotron)
[![codecov](https://codecov.io/gh/moul/speechotron/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/speechotron)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/speechotron.svg)](https://microbadger.com/images/moul/speechotron)
[![GolangCI](https://golangci.com/badges/github.com/moul/speechotron.svg)](https://golangci.com/r/github.com/moul/speechotron)
[![npm](https://img.shields.io/npm/v/@ultre.me/speechotron)](https://www.npmjs.com/package/@ultre.me/speechotron)
[![Sourcegraph](https://sourcegraph.com/github.com/moul/speechotron/-/badge.svg)](https://sourcegraph.com/github.com/moul/speechotron?badge)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)


## Usage

```console
$ golang-repo-template -h
$ speechotron -h
...
```

Expand All @@ -28,18 +28,18 @@ $ golang-repo-template -h
### Using go

```console
$ go get -u moul.io/golang-repo-template
$ go get -u ultre.me/speechotron
```

### Using brew

```console
$ brew install moul/moul/golang-repo-template
$ brew install moul/moul/speechotron
```

### Download releases

https://github.com/moul/golang-repo-template/releases
https://github.com/moul/speechotron/releases

## License

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ I take security seriously. If you discover a security issue, please bring it to

### Reporting a Vulnerability

Please **DO NOT** file a public issue, instead send your report privately to security@moul.io.
Please **DO NOT** file a public issue, instead send your report privately to security@ultre.me.

Security reports are greatly appreciated and I will publicly thank you for it, although I keep your name confidential if you request it.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
// |/ | | \ \ / / ' \/ _ \/ // / / |
// || | | | | | /_/_/_/\___/\_,_/_/ |
// +--------------------------------------------------------------+
package main // import "moul.io/golang-repo-template"
package main // import "ultre.me/speechotron"
2 changes: 1 addition & 1 deletion go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"_comment": "this project is not a node.js one, package.json is just used to define some metadata",
"name": "@moul.io/golang-repo-template",
"name": "@ultre.me/speechotron",
"version": "0.0.1",
"author": "Manfred Touron <oss@moul.io> (https://manfred.life)",
"author": "Manfred Touron <oss@ultre.me> (https://manfred.life)",
"contributors": [
"Manfred Touron <oss@moul.io> (https://manfred.life)"
"Manfred Touron <oss@ultre.me> (https://manfred.life)"
],
"license": "(Apache-2.0 OR MIT)",
"scripts": {
"start": "golang-repo-template",
"start": "speechotron",
"install": "make install",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/moul/golang-repo-template.git"
"url": "https://github.com/moul/speechotron.git"
},
"bugs": "https://github.com/moul/golang-repo-template/issues",
"homepage": "https://moul.io/golang-repo-template"
"bugs": "https://github.com/moul/speechotron/issues",
"homepage": "https://ultre.me/speechotron"
}
4 changes: 2 additions & 2 deletions rules.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# +--------------------------------------------------------------+
# | * * * moul.io/rules.mk |
# | * * * ultre.me/rules.mk |
# +--------------------------------------------------------------+
# | |
# | ++ ______________________________________ |
# | ++++ / \ |
# | ++++ | | |
# | ++++++++++ | https://moul.io/rules.mk is a set | |
# | ++++++++++ | https://ultre.me/rules.mk is a set | |
# | +++ | | of common Makefile rules that can | |
# | ++ | | be configured from the Makefile | |
# | + -== ==| | or with environment variables. | |
Expand Down

0 comments on commit 0ae5601

Please sign in to comment.