gtklock-userinfo-module: fix homepage

This commit is contained in:
Weijia Wang 2023-05-24 12:00:06 +03:00
parent 13fcd1f2e5
commit e27b18a9b7

View file

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