weechat-notify-send: fixed meta.homepage mispelling

This commit is contained in:
kat witch 2021-03-24 00:43:06 +00:00
parent 9677d30d77
commit 564f428747
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

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 ];
};