diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix index ec9105f96341c8..4a669f127e54c9 100644 --- a/pkgs/applications/networking/instant-messengers/nheko/default.nix +++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix @@ -67,6 +67,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Desktop client for the Matrix protocol"; + homepage = https://github.com/Nheko-Reborn/nheko; maintainers = with maintainers; [ ekleog fpletz ]; platforms = platforms.unix; license = licenses.gpl3Plus;