summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/gtklock/userinfo-module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/wayland/gtklock/userinfo-module.nix b/pkgs/tools/wayland/gtklock/userinfo-module.nix
index 36a5ae44b1188..0de3f12284afb 100644
--- a/pkgs/tools/wayland/gtklock/userinfo-module.nix
+++ b/pkgs/tools/wayland/gtklock/userinfo-module.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Gtklock module adding user info to the lockscreen";
-    homepage = "https://github.com/jovanlanik/gtklock-powerbar-module";
+    homepage = "https://github.com/jovanlanik/gtklock-userinfo-module";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ aleksana ];
     platforms = platforms.linux;