diff --git a/source/data/applications.json b/source/data/applications.json index 709dc6e..ec26fb3 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -1865,7 +1865,7 @@ "platforms": [ "cross" ], - "category": "git-gui", + "category": "git-client", "stars": 20464, "flags": [], "last_commit": "05/06/2025", @@ -7193,7 +7193,7 @@ "platforms": [ "cross" ], - "category": "git-gui", + "category": "git-client", "stars": 59807, "flags": [], "last_commit": "05/06/2025", @@ -7536,7 +7536,7 @@ "platforms": [ "linux" ], - "category": "git-gui", + "category": "git-client", "stars": 7247, "flags": [], "last_commit": "03/31/2025", @@ -7943,7 +7943,7 @@ "platforms": [ "cross" ], - "category": "git-gui", + "category": "git-client", "stars": 19529, "flags": [], "last_commit": "05/06/2025", @@ -7995,7 +7995,7 @@ "platforms": [ "cross" ], - "category": "git-gui", + "category": "dev-tools", "stars": 10902, "flags": [], "last_commit": "05/05/2025", @@ -8003,6 +8003,22 @@ "license": "MIT", "homepage_url": "https://onefetch.dev" }, + { + "name": "GitButler", + "description": "", + "repo_url": "https://github.com/gitbutlerapp/gitbutler", + "tags": [], + "platforms": [ + "cross" + ], + "category": "git-client", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, { "name": "GlazeWM", "description": "GlazeWM is a tiling window manager for Windows inspired by i3wm.", diff --git a/source/data/categories.json b/source/data/categories.json index 4b52f1a..b9e3fdc 100644 --- a/source/data/categories.json +++ b/source/data/categories.json @@ -217,8 +217,8 @@ "description": "" }, { - "name": "Git GUI", - "id": "git-gui", + "name": "Git Client", + "id": "git-client", "parent": "development", "description": "" },