From 4b7744b8cc9ba631038da1d30d7b14473791316a Mon Sep 17 00:00:00 2001
From: 6543 <6543@noreply.gitea.io>
Date: Thu, 7 May 2020 16:26:55 +0000
Subject: [PATCH 01/16] Remove Theme Arc Purple (#17)

Remove Theme Arc Purple

Reason: repo deleted

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/17
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 6ae87aa..b4484a3 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,6 @@ A curated list of awesome projects related to Gitea.
 
 ## Themes
 
-* [Gitea Arc Purple](https://github.com/jvin042/gitea-theme-arc-purple) - Arc-purple theme for Gitea
 * [Gitea Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used in https://gitea.artixlinux.org
 * [Gitea Matrix Template](https://github.com/TylerByte666/gitea-matrix-template) - Custom Gitea Theme! Spruce up gitea's arc-green template, with a matrix inspired background.
 * [Gitea Space](https://github.com/Th3Whit3Wolf/Space-Gitea) - Spacemacs Theme for Gitea

From 386b7cc78823f80fcdf611350c0edd790c464626 Mon Sep 17 00:00:00 2001
From: sapk <sapk@noreply.gitea.io>
Date: Wed, 13 May 2020 14:19:25 +0000
Subject: [PATCH 02/16] Fix typo + use uppercase like in repo title (#18)

Fix typo + use upppercase like in repo title

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/18
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b4484a3..3d20529 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ A curated list of awesome projects related to Gitea.
 * [gitea-chocolatey](https://github.com/doggy8088/gitea-chocolatey) - Chocolatey package for gitea
 * [gitea-helm-chart](https://github.com/jfelten/gitea-helm-chart) - gitea-helm-chart
 * [gitea-operator](https://github.com/integr8ly/gitea-operator) - An Operator that installs Gitea
-* [gitea-operator](https://github.com/robotinfra/gitea-operator) - Gitea kubernates operator
+* [gitea-operator](https://github.com/robotinfra/gitea-operator) - Gitea Kubernetes Operator
 * [synology-gitea-jboxberger](https://github.com/jboxberger/synology-gitea-jboxberger) - Synology Gitea Package
 
 ## Package Management

From 215c2f1152b48043e2d5e39689642c1ec028d73b Mon Sep 17 00:00:00 2001
From: techknowlogick <techknowlogick@gitea.io>
Date: Wed, 27 May 2020 10:20:54 +0000
Subject: [PATCH 03/16] Add gitlab2gitea (#20)

fix link

Add gitlab2gitea

Fix #13

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/20
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3d20529..664309b 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ A curated list of awesome projects related to Gitea.
 ## Migration
 
 * [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc.
+* [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea.
 
 ## Organizations
 

From 71fd0b3d7ec17b63be3018f7f094bf140f193ee1 Mon Sep 17 00:00:00 2001
From: techknowlogick <techknowlogick@gitea.io>
Date: Tue, 9 Jun 2020 12:12:06 +0000
Subject: [PATCH 04/16] Add note about Dex IDP (#19)

Merge branch 'master' into techknowlogick-patch-1

Add note about Dex IDP

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/19
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 664309b..04f393b 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ A curated list of awesome projects related to Gitea.
 * [buildbot-gitea](https://github.com/lab132/buildbot-gitea) - Buildbot plugin for integration with gitea.
 * [buildkite-connector](https://github.com/techknowlogick/gitea-buildkite-connector) - Connect Gitea & Buildkite.
 * [Concourse](https://www.concourse-ci.org/) - partially can be integrated with Gitea. see https://discuss.concourse-ci.org/t/concourse-ci-and-gitea-oauth/1475
+* [dex](https://github.com/dexidp/dex) - Dex is a federated OpenID Connect provider. Built-in Gitea support.
 * [drone](https://github.com/drone/drone) - Drone is a Container-Native, Continuous Delivery Platform. Built-in Gitea support.
 * [Jenkins](https://github.com/jenkinsci/gitea-plugin) - Gitea plugin for jenkins.
 * [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool

From 93ab40431b71d213bc8d2223945776bbd6d61c2a Mon Sep 17 00:00:00 2001
From: morph027 <morph027@noreply.gitea.io>
Date: Sun, 21 Jun 2020 06:39:46 +0000
Subject: [PATCH 05/16] add debian/ubuntu packages (#21)

follow alphabetical order

add debian/ubuntu packages

Co-authored-by: morph027 <stefan.heitmueller@gmx.com>
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/21
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 04f393b..4d9454b 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,7 @@ A curated list of awesome projects related to Gitea.
 * [FreeNAS-Gitea](https://github.com/jed-frey/FreeNAS-Gitea) - Gitea install copy/pasta instructions for FreeNAS and FreeBSD iocage jails.
 * [gitea-chart](https://github.com/k8s-land/gitea-chart) - Gitea Helm Chart
 * [gitea-chocolatey](https://github.com/doggy8088/gitea-chocolatey) - Chocolatey package for gitea
+* [Gitea Debian/Ubuntu packages](https://gitlab.com/packaging/gitea) - Debian/Ubuntu packages
 * [gitea-helm-chart](https://github.com/jfelten/gitea-helm-chart) - gitea-helm-chart
 * [gitea-operator](https://github.com/integr8ly/gitea-operator) - An Operator that installs Gitea
 * [gitea-operator](https://github.com/robotinfra/gitea-operator) - Gitea Kubernetes Operator

From caffb24e1b61a1f65a50c4979288cc1093f609ef Mon Sep 17 00:00:00 2001
From: techknowlogick <techknowlogick@gitea.io>
Date: Fri, 10 Jul 2020 01:19:48 +0000
Subject: [PATCH 06/16] Gitea rust crate (#23)

Gitea rust crate

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/23
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 4d9454b..0bf01fa 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,7 @@ A curated list of awesome projects related to Gitea.
 * [Gitea-sdk](https://gitea.com/jolheiser/gitea-sdk) - Gitea SDK generated by Swagger.
 * [Giteapy](https://pypi.org/project/giteapy/) - Python SDK for gitea
 * [gitear](https://github.com/ixpantia/gitear) - R wrapper to the gitea API
+* [Gitea rust crate](https://crates.io/crates/gitea) - A simple Gitea client for Rust programs
 * [Golang SDK](https://gitea.com/gitea/go-sdk) - Official Golang SDK for gitea.
 * [java-gitea-api](https://github.com/zeripath/java-gitea-api) - Swagger generated api for Gitea
 * [PHP](https://github.com/avency/Gitea/) - PHP SDK for gitea

From d62d3f41328f43990dbb3e8d03a48373e08dc3d6 Mon Sep 17 00:00:00 2001
From: John Olheiser <john.olheiser@gmail.com>
Date: Fri, 10 Jul 2020 20:39:09 +0000
Subject: [PATCH 07/16] Helm chart update (#22)

Merge branch 'master' into jolheiser-helm-chart

Sort order

Helm chart update

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/22
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0bf01fa..c3e7abf 100644
--- a/README.md
+++ b/README.md
@@ -81,12 +81,12 @@ A curated list of awesome projects related to Gitea.
 
 * [docker-openshift-gitea](https://github.com/wkulhanek/docker-openshift-gitea) - Gitea container for OpenShift
 * [FreeNAS-Gitea](https://github.com/jed-frey/FreeNAS-Gitea) - Gitea install copy/pasta instructions for FreeNAS and FreeBSD iocage jails.
-* [gitea-chart](https://github.com/k8s-land/gitea-chart) - Gitea Helm Chart
 * [gitea-chocolatey](https://github.com/doggy8088/gitea-chocolatey) - Chocolatey package for gitea
 * [Gitea Debian/Ubuntu packages](https://gitlab.com/packaging/gitea) - Debian/Ubuntu packages
 * [gitea-helm-chart](https://github.com/jfelten/gitea-helm-chart) - gitea-helm-chart
 * [gitea-operator](https://github.com/integr8ly/gitea-operator) - An Operator that installs Gitea
 * [gitea-operator](https://github.com/robotinfra/gitea-operator) - Gitea Kubernetes Operator
+* [helm-chart](https://gitea.com/gitea/helm-chart) - Official Gitea Helm Chart
 * [synology-gitea-jboxberger](https://github.com/jboxberger/synology-gitea-jboxberger) - Synology Gitea Package
 
 ## Package Management

From 9fb0bda156fb26e36121f83e767fc3256d7e6bbf Mon Sep 17 00:00:00 2001
From: "Iglou.eu" <iglou.eu@noreply.gitea.io>
Date: Mon, 3 Aug 2020 17:16:50 +0000
Subject: [PATCH 08/16] Add Listea project (#26)

Add Listea project

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/26
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index c3e7abf..f0694dc 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ A curated list of awesome projects related to Gitea.
 ### Panel
 
 * [GiteaPanel](https://github.com/sashaoli/GiteaPanel) - Manage the local Gitea server from the tray.
+* [Listea](https://github.com/IGLOU-EU/listea) - Simple Gitea issues viewer from the tray.
 
 ## Migration
 

From 5abe410cd1485587de451acf758a6fe1dfb445f6 Mon Sep 17 00:00:00 2001
From: TsakiDev <tsakidev@noreply.gitea.io>
Date: Tue, 8 Sep 2020 21:52:34 +0000
Subject: [PATCH 09/16] Add Gitea Comment project (#28)

sort item

Add Gitea Comment project

Co-authored-by: Ilias Tsakiridis <ilias.tsakiridis@outlook.com>
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/28
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f0694dc..146f990 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ A curated list of awesome projects related to Gitea.
 ## Plugins
 
 * [git-kanban-enhanced-extension](https://github.com/funktechno/git-kanban-enhanced-extension) - chrome extension to add additional kanban project planning to git hosting: github.com, gitlab.com, gitea.io, bitbucket.org
+* [gitea-comment-plugin](https://github.com/TsakiDev/gitea-comment) - A Drone plugin to post comments on a Gitea Pull Request.
 * [Gitea Extension for Visual Studio](https://marketplace.visualstudio.com/items?itemName=MysticBoy.GiteaExtensionforVisualStudio) - A Visual Studio Extension that brings the Gitea Flow into Visual Studio.
 * [gitea-kanban](https://github.com/qontu/gitea-kanban) - Kanban for Gitea done in Vue
 * [gitea-tree](https://github.com/vickllny/giteatree) - gitea-tree

From 5352bf48b0ad3720bf76f29f8e43743cb2647bae Mon Sep 17 00:00:00 2001
From: Lunny Xiao <xiaolunwen@gmail.com>
Date: Wed, 9 Sep 2020 14:09:49 +0000
Subject: [PATCH 10/16] Add git master - chrome extension for file tree view
 siderbar (#29)

Fix alphabetically order

Add git master - chrome extension for file tree view siderbar

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/29
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 146f990..7cbedd3 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ A curated list of awesome projects related to Gitea.
 ## Plugins
 
 * [git-kanban-enhanced-extension](https://github.com/funktechno/git-kanban-enhanced-extension) - chrome extension to add additional kanban project planning to git hosting: github.com, gitlab.com, gitea.io, bitbucket.org
+* [git-master](https://github.com/ineo6/git-master) - Git Master Extension for git file tree, support GitHub, GitLab, Gitee, Gitea
 * [gitea-comment-plugin](https://github.com/TsakiDev/gitea-comment) - A Drone plugin to post comments on a Gitea Pull Request.
 * [Gitea Extension for Visual Studio](https://marketplace.visualstudio.com/items?itemName=MysticBoy.GiteaExtensionforVisualStudio) - A Visual Studio Extension that brings the Gitea Flow into Visual Studio.
 * [gitea-kanban](https://github.com/qontu/gitea-kanban) - Kanban for Gitea done in Vue

From fb7caf5903167b8760885ef3f3a95cd7ac386a20 Mon Sep 17 00:00:00 2001
From: iamdoubz <iamdoubz@noreply.gitea.io>
Date: Thu, 17 Sep 2020 01:57:19 +0000
Subject: [PATCH 11/16] Add Gitea Dark Red theme (#31)

Add Gitea Dark Red theme

Link to primary site (Github) and secondary (Dou.Git).

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/31
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 7cbedd3..903d232 100644
--- a/README.md
+++ b/README.md
@@ -131,3 +131,4 @@ A curated list of awesome projects related to Gitea.
 * [Gitea Matrix Template](https://github.com/TylerByte666/gitea-matrix-template) - Custom Gitea Theme! Spruce up gitea's arc-green template, with a matrix inspired background.
 * [Gitea Space](https://github.com/Th3Whit3Wolf/Space-Gitea) - Spacemacs Theme for Gitea
 * [Github for Gitea](https://github.com/lstolcman/gitea-github-theme) - Github theme for Gitea
+* [Gitea Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - The dark red Gitea theme used in https://git.dou.bet/iamdoubz/Gitea-Dark-Red

From a76c11ec92f9515288c8fe2538da4b2f62ab2a69 Mon Sep 17 00:00:00 2001
From: iamdoubz <iamdoubz@noreply.gitea.io>
Date: Tue, 22 Sep 2020 20:11:28 +0000
Subject: [PATCH 12/16] Create entry for red silver Gitea theme (#32)

Create entry for red silver Gitea theme

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/32
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 903d232..1fc417a 100644
--- a/README.md
+++ b/README.md
@@ -132,3 +132,4 @@ A curated list of awesome projects related to Gitea.
 * [Gitea Space](https://github.com/Th3Whit3Wolf/Space-Gitea) - Spacemacs Theme for Gitea
 * [Github for Gitea](https://github.com/lstolcman/gitea-github-theme) - Github theme for Gitea
 * [Gitea Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - The dark red Gitea theme used in https://git.dou.bet/iamdoubz/Gitea-Dark-Red
+* [Gitea Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - The red silver Gitea theme used in https://git.dou.bet/iamdoubz/Gitea-Red-Silver
\ No newline at end of file

From 383a6f52a3674e18a993b1bb21ad92ebfd7bdf4b Mon Sep 17 00:00:00 2001
From: gempain <gempain@noreply.gitea.io>
Date: Tue, 29 Sep 2020 15:07:11 +0000
Subject: [PATCH 13/16] feat: add metroline to devops (#33)

feat: add metroline to devops

Adds Metroline CI to the Devops section.

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/33
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 1fc417a..3aacdef 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,7 @@ A curated list of awesome projects related to Gitea.
 * [dex](https://github.com/dexidp/dex) - Dex is a federated OpenID Connect provider. Built-in Gitea support.
 * [drone](https://github.com/drone/drone) - Drone is a Container-Native, Continuous Delivery Platform. Built-in Gitea support.
 * [Jenkins](https://github.com/jenkinsci/gitea-plugin) - Gitea plugin for jenkins.
+* [Metroline](https://github.com/metroline/metroline) - Metroline is a Continuous Integration and Delivery platform built with Docker, Node, React and MongoDB, natively compatible with Gitea.
 * [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool
 
 ### Mobile

From 7fa9701039552bd7ead30c8d9b866dba15fbd48a Mon Sep 17 00:00:00 2001
From: 6543 <6543@noreply.gitea.io>
Date: Tue, 6 Oct 2020 20:17:52 +0000
Subject: [PATCH 14/16] Update GitNex Link (#34)

Merge branch 'master' into update_GitNex

Update GitNex Link

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/34
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3aacdef..7e4258e 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ A curated list of awesome projects related to Gitea.
 
 ### Mobile
 
-* [GitNex](https://gitea.com/mmarif/GitNex) - Android client for Gitea.
+* [GitNex](https://codeberg.org/gitnex/GitNex) - Android client for Gitea.
 * [git-touch](https://github.com/pd4d10/git-touch) - Open source mobile client for GitHub, GitLab, Bitbucket and Gitea, built with Flutter
 
 ### Panel

From f284eb544fb0aaa47250890469c774d9f3c28aa6 Mon Sep 17 00:00:00 2001
From: GilbN <gilbn@noreply.gitea.io>
Date: Tue, 17 Nov 2020 06:42:03 +0800
Subject: [PATCH 15/16] Added theme.park Gitea Theme (#36)

Added theme.park Gitea Theme

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/36
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Gary Kim <gary@garykim.dev>
Co-Authored-By: GilbN <gilbn@noreply.gitea.io>
Co-Committed-By: GilbN <gilbn@noreply.gitea.io>
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7e4258e..5339773 100644
--- a/README.md
+++ b/README.md
@@ -133,4 +133,5 @@ A curated list of awesome projects related to Gitea.
 * [Gitea Space](https://github.com/Th3Whit3Wolf/Space-Gitea) - Spacemacs Theme for Gitea
 * [Github for Gitea](https://github.com/lstolcman/gitea-github-theme) - Github theme for Gitea
 * [Gitea Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - The dark red Gitea theme used in https://git.dou.bet/iamdoubz/Gitea-Dark-Red
-* [Gitea Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - The red silver Gitea theme used in https://git.dou.bet/iamdoubz/Gitea-Red-Silver
\ No newline at end of file
+* [Gitea Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - The red silver Gitea theme used in https://git.dou.bet/iamdoubz/Gitea-Red-Silver
+* [theme.park](https://github.com/gilbN/theme.park/wiki/Gitea) - A theme suite for Gitea. 
\ No newline at end of file

From 81e6d67a0ca388362ce98922fd542a9de0d25dca Mon Sep 17 00:00:00 2001
From: lesh59 <lesh59@noreply.gitea.io>
Date: Sun, 22 Nov 2020 07:06:00 +0800
Subject: [PATCH 16/16] Add Gogs2Gitea to migration (#37)

Restored accidentally removed gitlab2gitea migration

Updated README.md to include Gogs2Gitea in Migration section.

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/37
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: appleboy <appleboy.tw@gmail.com>
Co-Authored-By: lesh59 <lesh59@noreply.gitea.io>
Co-Committed-By: lesh59 <lesh59@noreply.gitea.io>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 5339773..7b46aa6 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,7 @@ A curated list of awesome projects related to Gitea.
 
 * [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc.
 * [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea.
+* [Gogs2Gitea](https://github.com/lesh59/Gogs2Gitea) - A SQL script and process (README) to migrate directly from Gogs 0.12.3 to Gitea 1.12.5 / 1.12.6 in MySQL/MariaDB and maybe other DB's.
 
 ## Organizations