Skip to content

Commit

Permalink
Move the repo to freshplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 2, 2023
1 parent f707bfe commit d5218f2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
attributes:
label: Is there an existing issue for this?
options:
- label: I have searched the [existing issues](https://github.com/freshtechtips/ktor-server-firebase-app-check/issues)
- label: I have searched the [existing issues](https://github.com/freshplatform/ktor-server-firebase-app-check/issues)
required: true
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for this feature request or proposal.
options:
- label: I have searched the [existing issues](https://github.com/freshtechtips/ktor-server-firebase-app-check/issues)
- label: I have searched the [existing issues](https://github.com/freshplatform/ktor-server-firebase-app-check/issues)
required: true
- type: textarea
attributes:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You will need GitHub account as well as git installed and configured with your G
2. clone the forked repository using `git`
3. Add the `upstream` repository using:
```
git remote add upstream git@github.com:freshtechtips/ktor-server-firebase-app-check.git
git remote add upstream git@github.com:freshplatform/ktor-server-firebase-app-check.git
```
4. Open the project with your favorite IDE, we suggest using [IntelliJ IDEA Community Edition](https://www.jetbrains.com/idea/download/)
5. Sync the project with Gradle
Expand All @@ -35,7 +35,7 @@ You will need GitHub account as well as git installed and configured with your G
this will push the new branch to your forked repository
11. Now you can send your pull request either by following the link that you will get in the command line or open your
forked repository. You will find an option to send the pull request, you can also
open the [Pull Requests](https://github.com/freshtechtips/ktor-server-firebase-app-check/pulls) tab and send new pull request
open the [Pull Requests](https://github.com/freshplatform/ktor-server-firebase-app-check/pulls) tab and send new pull request
12. Please wait for the review, and we might ask you to make more changes, then run:
```
git add .
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
A Ktor server plugin for configuring [Firebase App Check](https://firebase.google.com/products/app-check) easily and with simplicity.
It is **not affiliated** with Firebase or Google and may not be suitable for production use **yet**.

[//]: # (Note: this repository name might be changed to [ktor-server-guardian](https://github.com/freshtechtips/ktor-server-guardian))
[//]: # (Note: this repository name might be changed to [ktor-server-guardian](https://github.com/freshplatform/ktor-server-guardian))

feel free to share your opinion in the discussions

[//]: # ([![Build Status](https://travis-ci.org/freshtechtips/ktor-server-firebase-app-check.svg?branch=main)](https://travis-ci.org/freshtechtips/ktor-server-firebase-app-check))
[![](https://jitpack.io/v/freshtechtips/ktor-server-firebase-app-check.svg)](https://jitpack.io/#freshtechtips/ktor-server-firebase-app-check)
[![CI](https://github.com/freshtechtips/ktor-server-firebase-app-check/actions/workflows/main.yml/badge.svg)](https://github.com/freshtechtips/ktor-server-firebase-app-check/actions/workflows/main.yml)
[//]: # ([![Build Status](https://travis-ci.org/freshplatform/ktor-server-firebase-app-check.svg?branch=main)](https://travis-ci.org/freshplatform/ktor-server-firebase-app-check))
[![](https://jitpack.io/v/freshplatform/ktor-server-firebase-app-check.svg)](https://jitpack.io/#freshplatform/ktor-server-firebase-app-check)
[![CI](https://github.com/freshplatform/ktor-server-firebase-app-check/actions/workflows/main.yml/badge.svg)](https://github.com/freshplatform/ktor-server-firebase-app-check/actions/workflows/main.yml)

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repositories {

//publishing {
//
// val jitpackGroupId = "com.github.freshtechtips"
// val jitpackGroupId = "com.github.freshplatform"
//
// publications {
// create<MavenPublication>("jitpack") {
Expand Down

0 comments on commit d5218f2

Please sign in to comment.