Skip to content

Commit

Permalink
change URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kropatz committed Sep 28, 2024
1 parent 01f4fb3 commit 7f58885
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,29 @@
<div>Simple, content-focused booru viewer for Android</div>
<br/>
<div>
<a href="https://github.com/nullxception/boorusphere/stargazers">
<img alt="Stargazers" src="https://img.shields.io/github/stars/nullxception/boorusphere?style=for-the-badge&logo=apachespark&logoColor=ebebf0&color=ff89b5&labelColor=23232F"/>
<a href="https://github.com/Kropatz/boorusphere/stargazers">
<img alt="Stargazers" src="https://img.shields.io/github/stars/Kropatz/boorusphere?style=for-the-badge&logo=apachespark&logoColor=ebebf0&color=ff89b5&labelColor=23232F"/>
</a>
<a href="https://github.com/nullxception/boorusphere/releases/latest">
<img alt="Latest release" src="https://img.shields.io/github/v/release/nullxception/boorusphere?style=for-the-badge&logo=pkgsrc&logoColor=ebebf0&labelColor=23232F&color=95b6ff">
<a href="https://github.com/Kropatz/boorusphere/releases/latest">
<img alt="Latest release" src="https://img.shields.io/github/v/release/Kropatz/boorusphere?style=for-the-badge&logo=pkgsrc&logoColor=ebebf0&labelColor=23232F&color=95b6ff">
</a>
<a href="https://github.com/nullxception/boorusphere/actions">
<img alt="Workflow status" src="https://img.shields.io/github/actions/workflow/status/nullxception/boorusphere/ci.yml?style=for-the-badge&logo=githubactions&logoColor=ebebf0&labelColor=23232F&label=CI">
<a href="https://github.com/Kropatz/boorusphere/actions">
<img alt="Workflow status" src="https://img.shields.io/github/actions/workflow/status/Kropatz/boorusphere/ci.yml?style=for-the-badge&logo=githubactions&logoColor=ebebf0&labelColor=23232F&label=CI">
</a>
<a href="https://github.com/nullxception/boorusphere/blob/main/LICENSE.md">
<img alt="License" src="https://img.shields.io/github/license/nullxception/boorusphere?style=for-the-badge&logo=gitbook&logoColor=ebebf0&color=b0a8f7&labelColor=23232F"/>
<a href="https://github.com/Kropatz/boorusphere/blob/main/LICENSE.md">
<img alt="License" src="https://img.shields.io/github/license/Kropatz/boorusphere?style=for-the-badge&logo=gitbook&logoColor=ebebf0&color=b0a8f7&labelColor=23232F"/>
</a>
</div>
<br/>
<div>
<a href="https://github.com/nullxception/boorusphere/releases">
<a href="https://github.com/Kropatz/boorusphere/releases">
<img src="assets/button-GHReleases.png" alt="GitHub release" width="160">
</a>
<!--
<a href="https://apt.izzysoft.de/fdroid/index/apk/io.chaldeaprjkt.boorusphere">
<img src="assets/button-IzzyOnDroid.png" alt="IzzyOnDroid release" width="160">
</a>
-->
</div>
</div>

Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion lib/data/repository/version/app_version_repo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7f58885

Please sign in to comment.