Merge pull request #53309 from das-g/davmail-homepage
davmail: fix homepage domain name
This commit is contained in:
commit
9cc2ff080f
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers";
|
||||||
maintainers = [ maintainers.hinton ];
|
maintainers = [ maintainers.hinton ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user