From 16ea43d1b4aad0d81425cff52c9300b95248e82c Mon Sep 17 00:00:00 2001 From: Justin Humm Date: Wed, 17 Jan 2018 10:41:34 +0100 Subject: [PATCH] muchsync: add homepage --- pkgs/applications/networking/mailreaders/notmuch/muchsync.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix index b865622efe4..13d30d6ef94 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix @@ -15,6 +15,7 @@ stdenv.mkDerivation rec { buildInputs = [ notmuch openssl sqlite xapian zlib ]; meta = { description = "Synchronize maildirs and notmuch databases"; + homepage = "http://www.muchsync.org/"; platforms = stdenv.lib.platforms.unix; maintainers = with stdenv.lib.maintainers; [ ocharles ]; license = stdenv.lib.licenses.gpl2Plus;