weechat-notify-send: fixed meta.homepage mispelling
This commit is contained in:
parent
9677d30d77
commit
564f428747
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A WeeChat script that sends highlight and message notifications through notify-send";
|
description = "A WeeChat script that sends highlight and message notifications through notify-send";
|
||||||
homepage = "https://github.com/s3rvac/weechat-notify-srnd";
|
homepage = "https://github.com/s3rvac/weechat-notify-send";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ tobim ];
|
maintainers = with maintainers; [ tobim ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue