hyprshell: update repo url to hyprshell

This commit is contained in:
arminius-smh
2025-06-16 17:52:31 +02:00
parent b19b8e3b2d
commit 755bb31775
+2 -2
View File
@@ -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 ];