diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-02 03:07:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-02 15:59:46 +0700 |
| commit | 901c9803e6f93e0d5ee282f4061309022c46f490 (patch) | |
| tree | aafe0115452f2159a8b401b6ad28993f3ac27f49 /lib/http/callback_error_handler.go | |
| parent | 388f7365dc00c12c5177fbb203b2eff9da638182 (diff) | |
| download | pakakeh.go-901c9803e6f93e0d5ee282f4061309022c46f490.tar.xz | |
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
There are several reasons that why we move from github.com.
First, related to the name of package.
We accidentally name the package with "share" a common word in English
that does not reflect the content of repository.
By moving to other repository, we can rename it to better and unique
name, in this "pakakeh.go".
Pakakeh is Minang word for tools, and ".go" suffix indicate that the
repository related to Go programming language.
Second, supporting open source.
The new repository is hosted under sourcehut.org, the founder is known
to support open source, and all their services are licensed under AGPL,
unlike GitHub that are closed sources.
Third, regarding GitHub CoPilot.
The GitHub Terms of Service [1], allow any public content that are hosted
there granted them to parse the content.
On one side, GitHub helps and flourish the open source, but on another
side have an issues regarding scraping the copyleft license [2].
[1]: https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#4-license-grant-to-us
[2]: https://githubcopilotinvestigation.com
Diffstat (limited to 'lib/http/callback_error_handler.go')
| -rw-r--r-- | lib/http/callback_error_handler.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http/callback_error_handler.go b/lib/http/callback_error_handler.go index 548b2566..ec0c4a8a 100644 --- a/lib/http/callback_error_handler.go +++ b/lib/http/callback_error_handler.go @@ -9,8 +9,8 @@ import ( "errors" "net/http" - liberrors "github.com/shuLhan/share/lib/errors" - "github.com/shuLhan/share/lib/mlog" + liberrors "git.sr.ht/~shulhan/pakakeh.go/lib/errors" + "git.sr.ht/~shulhan/pakakeh.go/lib/mlog" ) // CallbackErrorHandler define the function that can be used to handle an |
