hyprswitch: rename to hyprshell
This commit is contained in:
@@ -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;
|
||||
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user