From 1870a9510af67728ca6331591930765ca29e88a6 Mon Sep 17 00:00:00 2001 From: June Date: Wed, 11 Sep 2024 03:16:46 +0200 Subject: [PATCH] other: update my name --- README.md | 2 +- package.json | 4 ++-- src/metadata.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc8c8ba..91ea15c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ Top Bar Organizer allows you to organize the items of the GNOME Shell top (menu) ## Installation The extension is available on the [GNOME Extensions website](https://extensions.gnome.org/extension/4356/top-bar-organizer/). -Or you can also manually install a release from the [releases page](https://gitlab.gnome.org/julianschacher/top-bar-organizer/-/releases). +Or you can also manually install a release from the [releases page](https://gitlab.gnome.org/june/top-bar-organizer/-/releases). There's also a community-maintained [AUR package](https://aur.archlinux.org/packages/gnome-shell-extension-top-bar-organizer) available. diff --git a/package.json b/package.json index cf86174..efcc3a5 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ }, "repository": { "type": "git", - "url": "git@gitlab.gnome.org:julianschacher/top-bar-organizer.git" + "url": "git@gitlab.gnome.org:june/top-bar-organizer.git" }, - "author": "Julian Schacher", + "author": "June", "license": "GPL-3.0-or-later", "devDependencies": { "eslint": "^8.50.0" diff --git a/src/metadata.json b/src/metadata.json index 53234fc..7f12ace 100644 --- a/src/metadata.json +++ b/src/metadata.json @@ -5,5 +5,5 @@ "version": 10, "shell-version": [ "45", "46" ], "settings-schema": "org.gnome.shell.extensions.top-bar-organizer", - "url": "https://gitlab.gnome.org/julianschacher/top-bar-organizer" + "url": "https://gitlab.gnome.org/june/top-bar-organizer" }