From 7f5888562eab24655b5c493f9bbb1877013cc896 Mon Sep 17 00:00:00 2001
From: Kopatz <7265381+Kropatz@users.noreply.github.com>
Date: Sat, 28 Sep 2024 11:20:03 +0200
Subject: [PATCH] change URLs
---
README.md | 22 ++++++++++---------
.../repository/version/app_version_repo.dart | 2 +-
pubspec.yaml | 4 ++--
3 files changed, 15 insertions(+), 13 deletions(-)
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.