Skip to content

Commit

Permalink
Rename the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ajardin committed May 12, 2019
1 parent 76be250 commit 8d14511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/contributions.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"flag"

contributions "github.com/ajardin/contributions/internal"
contributions "github.com/ajardin/git-contribs/internal"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/ajardin/contributions/cmd"
"github.com/ajardin/git-contribs/cmd"
)

func main() {
Expand Down

0 comments on commit 8d14511

Please sign in to comment.