nheko: add meta.homepage (#55472)

This commit is contained in:
Robert Schütz
2019-02-12 01:05:04 +01:00
committed by GitHub
parent dd16dcb316
commit c7c911136f

View File

@@ -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;