gtklock-playerctl-module: fix meta (#345930)

This commit is contained in:
Aleksana 2024-10-04 23:25:21 +08:00 committed by GitHub
commit eae31bdaa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
description = "Gtklock module adding power controls to the lockscreen";
homepage = "https://github.com/jovanlanik/gtklock-powerbar-module";
description = "Gtklock module adding media player controls to the lockscreen";
homepage = "https://github.com/jovanlanik/gtklock-playerctl-module";
license = licenses.gpl3Only;
maintainers = with maintainers; [ aleksana ];
platforms = platforms.linux;