Skip to content

Commit b891415

Browse files
committed
chore: update all repo URLs to levitasOrg/ClipHive
1 parent 128128a commit b891415

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Single-file self-contained installer (no .NET pre-installed required)
2626
- Zero network calls — verified by code audit and runtime inspection
2727

28-
[Unreleased]: https://github.com/gokulMv/ClipHive/compare/v1.0.0...HEAD
29-
[1.0.0]: https://github.com/gokulMv/ClipHive/releases/tag/v1.0.0
28+
[Unreleased]: https://github.com/levitasOrg/ClipHive/compare/v1.0.0...HEAD
29+
[1.0.0]: https://github.com/levitasOrg/ClipHive/releases/tag/v1.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dotnet --version # should print 8.x.x
5959
### Step 1 — Clone and restore
6060

6161
```powershell
62-
git clone https://github.com/gokulMv/ClipHive.git
62+
git clone https://github.com/levitasOrg/ClipHive.git
6363
cd ClipHive
6464
dotnet restore
6565
```

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Use one of these channels:
1414

15-
1. **GitHub Private Vulnerability Reporting** (preferred) — [Report a vulnerability](https://github.com/gokulMv/ClipHive/security/advisories/new)
15+
1. **GitHub Private Vulnerability Reporting** (preferred) — [Report a vulnerability](https://github.com/levitasOrg/ClipHive/security/advisories/new)
1616
2. **Email**security@cliphive.dev
1717

1818
### What to include

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Thank you for your interest in contributing! This document covers dev setup, cod
1212

1313
2. **Clone and build**
1414
```powershell
15-
git clone https://github.com/gokulMv/ClipHive.git
15+
git clone https://github.com/levitasOrg/ClipHive.git
1616
cd ClipHive
1717
dotnet restore
1818
dotnet build

installer/ClipHive.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define MyAppName "ClipHive"
22
#define MyAppVersion "1.0.0"
33
#define MyAppPublisher "ClipHive Contributors"
4-
#define MyAppURL "https://github.com/gokulMv/ClipHive"
4+
#define MyAppURL "https://github.com/levitasOrg/ClipHive"
55
#define MyAppExeName "ClipHive.exe"
66
#define MyAppId "{{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
77

src/ClipHive/Services/EncryptionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private static byte[] DeriveKey()
116116
"ClipHive cannot derive an encryption key for the current user. " +
117117
"This may be caused by a corrupted Windows user profile or " +
118118
"missing DPAPI support (DataProtectionScope.CurrentUser). " +
119-
"Please report this issue at https://github.com/gokulMv/ClipHive/issues",
119+
"Please report this issue at https://github.com/levitasOrg/ClipHive/issues",
120120
ex);
121121
}
122122
}

0 commit comments

Comments
 (0)