From 755bb317757f1b98e426566becf969d29013a7ca Mon Sep 17 00:00:00 2001 From: arminius-smh Date: Mon, 16 Jun 2025 17:52:31 +0200 Subject: [PATCH] hyprshell: update repo url to hyprshell --- pkgs/by-name/hy/hyprshell/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/hy/hyprshell/package.nix b/pkgs/by-name/hy/hyprshell/package.nix index b5491abd696c..b479a6b06e0b 100644 --- a/pkgs/by-name/hy/hyprshell/package.nix +++ b/pkgs/by-name/hy/hyprshell/package.nix @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: { src = fetchFromGitHub { owner = "H3rmt"; - repo = "hyprswitch"; + repo = "hyprshell"; tag = "v${finalAttrs.version}"; hash = "sha256-SLLc1NCH8fvql1aSI9Uddt+oZoJVjv19UoLPPLoW/Vs="; }; @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "CLI/GUI that allows switching between windows in Hyprland"; mainProgram = "hyprshell"; - homepage = "https://github.com/H3rmt/hyprswitch"; + homepage = "https://github.com/H3rmt/hyprshell"; license = lib.licenses.mit; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ arminius-smh ];