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
commit 9cc2ff080f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;