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
commit 4e37cc1f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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