Skip to content

Commit c8a1eb5

Browse files
committed
feat: updated repo name to github.com/forbole/juno inside docs
1 parent f4d875d commit c8a1eb5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM golang:alpine AS build-env
2222
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev py-pip
2323

2424
# Set working directory for the build
25-
WORKDIR /go/src/github.com/desmos-labs/juno
25+
WORKDIR /go/src/github.com/forbole/juno
2626

2727
# Add source files
2828
COPY . .

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ all: lint test-unit install
99
# Build / Install
1010
###############################################################################
1111

12-
LD_FLAGS = -X github.com/desmos-labs/juno.Version=$(VERSION) \
13-
-X github.com/desmos-labs/juno.Commit=$(COMMIT)
12+
LD_FLAGS = -X github.com/forbole/juno.Version=$(VERSION) \
13+
-X github.com/forbole/juno.Commit=$(COMMIT)
1414

1515
BUILD_FLAGS := -ldflags '$(LD_FLAGS)'
1616

@@ -50,7 +50,7 @@ lint-fix:
5050
format:
5151
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs gofmt -w -s
5252
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs misspell -w
53-
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs goimports -w -local github.com/desmos-labs/juno
53+
find . -name '*.go' -type f -not -path "./vendor*" -not -path "*.git*" -not -name '*.pb.go' | xargs goimports -w -local github.com/forbole/juno
5454
.PHONY: format
5555

5656
clean:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
> This branch is intended to be used with Cosmos SDK `v0.40.x`.
88
9-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/desmos-labs/juno/Tests)](https://github.com/desmos-labs/juno/actions?query=workflow%3ATests)
10-
[![Go Report Card](https://goreportcard.com/badge/github.com/desmos-labs/juno)](https://goreportcard.com/report/github.com/desmos-labs/juno)
9+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/desmos-labs/juno/Tests)](https://github.com/forbole/juno/actions?query=workflow%3ATests)
10+
[![Go Report Card](https://goreportcard.com/badge/github.com/forbole/juno)](https://goreportcard.com/report/github.com/forbole/juno)
1111
[![Codecov](https://img.shields.io/codecov/c/github/desmos-labs/juno)](https://codecov.io/gh/desmos-labs/juno/branch/cosmos-v0.40.x)
1212

1313
> Juno is a Cosmos Hub blockchain data aggregator and exporter that provides the ability for developers and clients to query for indexed chain data.

0 commit comments

Comments
 (0)