diff --git a/README.md b/README.md
index c42fc002..5bbce57a 100644
--- a/README.md
+++ b/README.md
@@ -4,27 +4,29 @@
Simple, content-focused booru viewer for Android
-
+
+
@@ -56,7 +58,7 @@
- Fetch latest source code
```bash
-git clone https://github.com/nullxception/boorusphere.git
+git clone https://github.com/Kropatz/boorusphere.git
cd boorusphere
```
diff --git a/lib/data/repository/version/app_version_repo.dart b/lib/data/repository/version/app_version_repo.dart
index b04aee98..3667cefb 100644
--- a/lib/data/repository/version/app_version_repo.dart
+++ b/lib/data/repository/version/app_version_repo.dart
@@ -27,6 +27,6 @@ class AppVersionRepo implements VersionRepo {
return AppVersion.zero;
}
- static const gitUrl = 'https://github.com/nullxception/boorusphere';
+ static const gitUrl = 'https://github.com/Kropatz/boorusphere';
static const pubspecUrl = '$gitUrl/raw/main/pubspec.yaml';
}
diff --git a/pubspec.yaml b/pubspec.yaml
index 92809439..7cbd99fa 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
name: boorusphere
description: Simple, content-focused booru viewer for Android
-homepage: https://github.com/nullxception/boorusphere
-repository: https://github.com/nullxception/boorusphere.git
+homepage: https://github.com/Kropatz/boorusphere
+repository: https://github.com/Kropatz/boorusphere.git
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.