Skip to content

Commit 0299db3

Browse files
committed
chore: update repository links
1 parent 9cb1825 commit 0299db3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
## Reporting a Vulnerability
44

5-
To report a vulnerability, please [privately report it via the Security tab](https://github.com/danielroe/npmx.dev/security/advisories/new). If that is impossible, feel free to send an email to **security@roe.dev** instead.
5+
To report a vulnerability, please [privately report it via the Security tab](https://github.com/npmx-dev/npmx.dev/security/advisories/new). If that is impossible, feel free to send an email to **security@roe.dev** instead.
66

77
All security vulnerabilities will be promptly verified and addressed.

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p class="font-mono m-0">a better browser for the npm registry</p>
66
<div class="flex items-center gap-6">
77
<a
8-
href="https://github.com/danielroe/npmx.dev"
8+
href="https://github.com/npmx-dev/npmx.dev"
99
rel="noopener noreferrer"
1010
class="link-subtle font-mono text-xs"
1111
>

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ withDefaults(
4343
</li>
4444
<li v-else class="flex">
4545
<a
46-
href="https://github.com/danielroe/npmx.dev"
46+
href="https://github.com/npmx-dev/npmx.dev"
4747
rel="noopener noreferrer"
4848
class="link-subtle font-mono text-sm inline-flex items-center gap-1.5"
4949
>

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"type": "module",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/danielroe/npmx.dev.git",
9+
"url": "git+https://github.com/npmx-dev/npmx.dev.git",
1010
"directory": "cli"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/danielroe/npmx.dev/issues"
13+
"url": "https://github.com/npmx-dev/npmx.dev/issues"
1414
},
1515
"homepage": "https://npmx.dev",
1616
"bin": {

0 commit comments

Comments
 (0)