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 ];