diff --git a/.gitignore b/.gitignore index ad203f2..87fe453 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .direnv/ node_modules/ -auto-rotate@henryhiles.com.zip \ No newline at end of file +fullscreen-rotate@henryhiles.com.zip \ No newline at end of file diff --git a/flake.nix b/flake.nix index 095da82..75f8bf4 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ system, ... }: let - name = "auto-rotate"; + name = "fullscreen-rotate"; uuid = "${name}@henryhiles.com"; extDir = "share/gnome-shell/extensions/${uuid}"; in { @@ -43,7 +43,7 @@ ''; meta = { - homepage = "https://git.federated.nexus/Henry-Hiles/auto-rotate"; + homepage = "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate"; description = "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile."; license = lib.licenses.gpl3Only; maintainers = [lib.maintainers.quadradical]; diff --git a/metadata.json b/metadata.json index 790b393..0445ef1 100644 --- a/metadata.json +++ b/metadata.json @@ -1,8 +1,8 @@ { "name": "Auto Rotate", "description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.", - "uuid": "auto-rotate@henryhiles.com", - "url": "https://git.federated.nexus/Henry-Hiles/auto-rotate", - "settings-schema": "org.gnome.shell.extensions.auto-rotate", + "uuid": "fullscreen-rotate@henryhiles.com", + "url": "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate", + "settings-schema": "org.gnome.shell.extensions.fullscreen-rotate", "shell-version": ["48", "49"] } diff --git a/package-lock.json b/package-lock.json index d84721c..2a68492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "auto-rotate", + "name": "fullscreen-rotate", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "auto-rotate", + "name": "fullscreen-rotate", "version": "1.0.0", "license": "GPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 44bf044..65c923f 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { - "name": "auto-rotate", + "name": "fullscreen-rotate", "version": "1.0.0", "description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.", "type": "module", "private": true, "repository": { "type": "git", - "url": "git+https://git.federated.nexus/Henry-Hiles/auto-rotate.git" + "url": "git+https://git.federated.nexus/Henry-Hiles/fullscreen-rotate.git" }, "author": "Henry Hiles", "license": "GPL-3.0-only", "bugs": { - "url": "https://git.federated.nexus/Henry-Hiles/auto-rotate/issues" + "url": "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate/issues" }, - "homepage": "https://git.federated.nexus/Henry-Hiles/auto-rotate", + "homepage": "https://git.federated.nexus/Henry-Hiles/fullscreen-rotate", "devDependencies": { "eslint": "^9.33.0", "eslint-plugin-jsdoc": "^52.0.4",