Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

davmail: fix homepage domain name

authored by

Jörg Thalheim and committed by
GitHub
9cc2ff08 9fc6345a

+1 -1
+1 -1
pkgs/applications/networking/davmail/default.nix
··· 20 20 ''; 21 21 22 22 meta = with stdenv.lib; { 23 - homepage = http://davmail.sourceforce.net/; 23 + homepage = http://davmail.sourceforge.net/; 24 24 description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers"; 25 25 maintainers = [ maintainers.hinton ]; 26 26 platforms = platforms.all;