gtklock-userinfo-module: fix homepage
This commit is contained in:
parent
13fcd1f2e5
commit
e27b18a9b7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Gtklock module adding user info to the lockscreen";
|
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;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ aleksana ];
|
maintainers = with maintainers; [ aleksana ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue