diff --git a/LICENSE b/LICENSE index 07efffc..c187db0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 2021 +Copyright (c) overcat 2021 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 759457d..57df30a 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ which you can use to generate identicons for Stellar wallets - unique icons, gen ## Install ```shell -go get -u github.com/overcat/stellar-identicon-go +go get -u github.com/StellarCN/stellar-identicon-go ``` ## Usage ```go -import identicon "github.com/overcat/stellar-identicon-go" +import identicon "github.com/StellarCN/stellar-identicon-go" func main() { publicKey := "GAQL4ZLRIJBGSCXE6XC4XPZ5W6FGCJHXLAMB4M7ZQ52HFPDTL6GSVP4W" diff --git a/go.mod b/go.mod index 0013a2f..2cf7acc 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/overcat/stellar-identicon-go +module github.com/StellarCN/stellar-identicon-go go 1.16