Skip to content

Commit

Permalink
migrate to docker-credential-magic org
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky committed Jul 26, 2021
1 parent e2a4e20 commit cec2b57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-credential-magic

[![GitHub Actions status](https://github.com/jdolitsky/docker-credential-magic/workflows/build/badge.svg)](https://github.com/jdolitsky/docker-credential-magic/actions?query=workflow%3Abuild+)
[![GitHub Actions status](https://github.com/docker-credential-magic/docker-credential-magic/workflows/build/badge.svg)](https://github.com/docker-credential-magic/docker-credential-magic/actions?query=workflow%3Abuild+)

![docker-credential-magic](./docker-credential-magic.png)

Expand All @@ -26,7 +26,7 @@ The following third-party Docker credential helpers are currently supported:

## Installation

Download [latest release](https://github.com/jdolitsky/docker-credential-magic/releases/latest) tarball
Download [latest release](https://github.com/docker-credential-magic/docker-credential-magic/releases/latest) tarball
for your system and install both tools manually:

```
Expand Down
2 changes: 1 addition & 1 deletion cmd/docker-credential-magician/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/spf13/cobra"

"github.com/jdolitsky/docker-credential-magic/pkg/magician"
"github.com/docker-credential-magic/docker-credential-magic/pkg/magician"
)

type settings struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jdolitsky/docker-credential-magic
module github.com/docker-credential-magic/docker-credential-magic

go 1.16

Expand Down

0 comments on commit cec2b57

Please sign in to comment.