1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

davmail: fix homepage domain name

sourcefor**c**e.net is for sale. This project's website resides on a sourcefor**g**e.net subdomain.
This commit is contained in:
Raphael Borun Das Gupta 2019-01-03 13:37:03 +01:00
parent 20fea7f449
commit 7731621c81

View file

@ -18,7 +18,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;