h: fix weepushover homepage

This commit is contained in:
Aaron Bieber 2022-09-26 07:50:06 -06:00
parent 368a959100
commit b6645f3077
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ buildPythonPackage {
meta = with lib; {
inherit (weechat.meta) platforms;
homepage = "" "https://github.com/adtac/weepushover";
homepage = "https://github.com/adtac/weepushover";
description = "push notifications from weechat to pushover";
license = licenses.mit;
maintainers = with maintainers; [ qbit ];