Merge pull request #53309 from das-g/davmail-homepage

davmail: fix homepage domain name
This commit is contained in:
Jörg Thalheim
2019-01-03 14:22:44 +01:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://davmail.sourceforce.net/;
homepage = http://davmail.sourceforge.net/;
description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers";
maintainers = [ maintainers.hinton ];
platforms = platforms.all;