other: update my name

This commit is contained in:
June 2024-09-11 03:16:46 +02:00
parent e04ac8a3ee
commit 1870a9510a
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,6 @@ Top Bar Organizer allows you to organize the items of the GNOME Shell top (menu)
## Installation ## Installation
The extension is available on the [GNOME Extensions website](https://extensions.gnome.org/extension/4356/top-bar-organizer/). 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. There's also a community-maintained [AUR package](https://aur.archlinux.org/packages/gnome-shell-extension-top-bar-organizer) available.

View File

@ -7,9 +7,9 @@
}, },
"repository": { "repository": {
"type": "git", "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", "license": "GPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"eslint": "^8.50.0" "eslint": "^8.50.0"

View File

@ -5,5 +5,5 @@
"version": 10, "version": 10,
"shell-version": [ "45", "46" ], "shell-version": [ "45", "46" ],
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer", "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"
} }