Merge pull request #117428 from kittywitch/master

weechat-notify-send: fixed meta.homepage mispelling
This commit is contained in:
Sandro
2021-03-24 12:59:02 +01:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
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;
maintainers = with maintainers; [ tobim ];
};