summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-24 12:00:06 +0300
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-24 12:00:06 +0300
commite27b18a9b72e0aa0f102fa53dfbcfa31e079096c (patch)
treebfe50bd1ef484b0f441278f5dd253f3f62267e6e /pkgs/tools/wayland
parent13fcd1f2e58f4e883a90ee36c6b9189ec264230b (diff)
gtklock-userinfo-module: fix homepage
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;