hyprswitch: rename to hyprshell

This commit is contained in:
arminius-smh
2025-06-01 00:07:36 +02:00
parent 2ce7ae3329
commit c27ca7e237
2 changed files with 3 additions and 2 deletions
@@ -8,7 +8,7 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "hyprswitch";
pname = "hyprshell";
version = "3.3.2";
src = fetchFromGitHub {
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "CLI/GUI that allows switching between windows in Hyprland";
mainProgram = "hyprswitch";
mainProgram = "hyprshell";
homepage = "https://github.com/H3rmt/hyprswitch";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
+1
View File
@@ -881,6 +881,7 @@ mapAliases {
hyenae = throw "hyenae has been removed because it fails to build and was unmaintained for 15 years"; # Added 2025-04-04
hyprgui = throw "hyprgui has been removed as the repository is deleted"; # Added 2024-12-27
hyprlauncher = throw "hyprlauncher has been removed as the repository is deleted"; # Added 2024-12-27
hyprswitch = throw "hyprswitch has been renamed to hyprshell"; # Added 2025-06-01
hyprwall = throw "hyprwall has been removed as the repository is deleted"; # Added 2024-12-27
### I ###