From 0465c8ea0aa016526c9e040f7a6836766bca625a Mon Sep 17 00:00:00 2001 From: Zsolt Varga Date: Thu, 21 Sep 2023 21:12:15 +0200 Subject: [PATCH] rename repo --- .github/settings.yml | 2 +- .gitignore | 2 +- CONTRIBUTING.md | 2 +- cmd/w3k/main.go | 2 +- go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 6782cc2b..e5b7c276 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -4,7 +4,7 @@ repository: # See https://docs.github.com/en/rest/reference/repos#update-a-repository for all available settings. # The name of the repository. Changing this will rename the repository - name: wasm-kernel-module-cli + name: nasp # A short description of the repository that will show up on GitHub description: CLI and samples for Linux Kernel module running WASM filters with wasm3 diff --git a/.gitignore b/.gitignore index 7f571f85..1100161c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ *.wasm *.tar.gz target/ -w3k +/w3k diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5c7bcf3..44f87a34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ We use GitHub to host code, track issues or feature requests, and accept pull re ### Issues -We use GitHub issues to track bugs and problems. Report a bug by [opening a new issue](https://github.com/cisco-open/wasm-kernel-module-cli/issues). +We use GitHub issues to track bugs and problems. Report a bug by [opening a new issue](https://github.com/cisco-open/nasp/issues). Please format your issues in such a way as to help others who might be facing similar challenges. Give your issues meaningful titles, that offer context and help us and the community to understand and quickly ramp up on it. diff --git a/cmd/w3k/main.go b/cmd/w3k/main.go index 8bbc5222..3f17af2e 100644 --- a/cmd/w3k/main.go +++ b/cmd/w3k/main.go @@ -35,7 +35,7 @@ import ( cli "github.com/cristalhq/acmd" - "github.com/cisco-open/wasm-kernel-module/pkg/tls" + "github.com/cisco-open/nasp/pkg/tls" ) type CommandContext struct { diff --git a/go.mod b/go.mod index d35bd27b..ab2e17e9 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/cisco-open/wasm-kernel-module +module github.com/cisco-open/nasp go 1.18