about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/nheko
diff options
context:
space:
mode:
authorRobert Schütz <rschuetz17@gmail.com>2019-02-12 01:05:04 +0100
committerGitHub <noreply@github.com>2019-02-12 01:05:04 +0100
commitc7c911136f3316abdc3fca657add9fa51a1dc968 (patch)
tree3d7069a429a7399db73cf359205d139d9df33f80 /pkgs/applications/networking/instant-messengers/nheko
parentdd16dcb316646db83f0d0d263613a0fcd0a66cb8 (diff)
nheko: add meta.homepage (#55472)
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/nheko')
-rw-r--r--pkgs/applications/networking/instant-messengers/nheko/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix
index ec9105f96341c..4a669f127e54c 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;