Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
waynz0r committed Sep 21, 2023
1 parent 2209635 commit 59fd2c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
*.wasm
*.tar.gz
target/
w3k
/w3k
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/w3k/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
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/cisco-open/wasm-kernel-module
module github.com/cisco-open/nasp

go 1.18

Expand Down

0 comments on commit 59fd2c2

Please sign in to comment.