summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2018-01-17 10:41:34 +0100
committerJustin Humm <justin.humm@posteo.de>2018-01-17 10:41:34 +0100
commit16ea43d1b4aad0d81425cff52c9300b95248e82c (patch)
tree0c06bdfb67fc7536670cd023ef2903b70b191b1f /pkgs/applications/networking
parent67e8392383d29c8dd4a7392bef33e0c16ac2297f (diff)
downloadnixlib-16ea43d1b4aad0d81425cff52c9300b95248e82c.tar
nixlib-16ea43d1b4aad0d81425cff52c9300b95248e82c.tar.gz
nixlib-16ea43d1b4aad0d81425cff52c9300b95248e82c.tar.bz2
nixlib-16ea43d1b4aad0d81425cff52c9300b95248e82c.tar.lz
nixlib-16ea43d1b4aad0d81425cff52c9300b95248e82c.tar.xz
nixlib-16ea43d1b4aad0d81425cff52c9300b95248e82c.tar.zst
nixlib-16ea43d1b4aad0d81425cff52c9300b95248e82c.zip
muchsync: add homepage
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/muchsync.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix b/pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
index b865622efe42..13d30d6ef942 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;