summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMajiir Paktu <majiir@nabaal.net>2023-08-11 18:53:44 -0400
committerMajiir Paktu <majiir@nabaal.net>2023-09-06 21:38:22 -0400
commit58671ffebe524aadbef3abbfa52553ed050ad18f (patch)
tree74c24499ce710a71aa5d58fac8d34dd6c08941ba /pkgs/applications/misc
parent041e8955d707a6fea4782e5f348f497725ada69c (diff)
downloadnixpkgs-58671ffebe524aadbef3abbfa52553ed050ad18f.tar
nixpkgs-58671ffebe524aadbef3abbfa52553ed050ad18f.tar.gz
nixpkgs-58671ffebe524aadbef3abbfa52553ed050ad18f.tar.bz2
nixpkgs-58671ffebe524aadbef3abbfa52553ed050ad18f.tar.lz
nixpkgs-58671ffebe524aadbef3abbfa52553ed050ad18f.tar.xz
nixpkgs-58671ffebe524aadbef3abbfa52553ed050ad18f.tar.zst
nixpkgs-58671ffebe524aadbef3abbfa52553ed050ad18f.zip
streamdeck-ui: use new repo
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/streamdeck-ui/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/streamdeck-ui/default.nix b/pkgs/applications/misc/streamdeck-ui/default.nix
index 1c1aa80de79..d80c82ea898 100644
--- a/pkgs/applications/misc/streamdeck-ui/default.nix
+++ b/pkgs/applications/misc/streamdeck-ui/default.nix
@@ -15,8 +15,8 @@ python3Packages.buildPythonApplication rec {
   version = "2.0.6";
 
   src = fetchFromGitHub {
-    repo = pname;
-    owner = "timothycrosley";
+    repo = "streamdeck-linux-gui";
+    owner = "streamdeck-linux-gui";
     rev = "v${version}";
     sha256 = "sha256-5dk+5oefg5R68kv038gsZ2p5ixmpj/vBLBp/V7Sdos8=";
   };
@@ -100,7 +100,7 @@ python3Packages.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Linux compatible UI for the Elgato Stream Deck";
-    homepage = "https://timothycrosley.github.io/streamdeck-ui/";
+    homepage = "https://streamdeck-linux-gui.github.io/streamdeck-linux-gui/";
     license = licenses.mit;
     maintainers = with maintainers; [ majiir ];
   };