davix: update homepage

and point meta.changelog to the exact version changelog

Renaud bf36f4be c0e0b449

+2 -2
+2 -2
pkgs/tools/networking/davix/default.nix
··· 71 71 Davix provides an API and a set of command line tools"; 72 72 73 73 license = licenses.lgpl2Plus; 74 - homepage = "http://dmc.web.cern.ch/projects/davix/home"; 75 - changelog = "https://github.com/cern-fts/davix/blob/devel/RELEASE-NOTES.md"; 74 + homepage = "https://github.com/cern-fts/davix"; 75 + changelog = "https://github.com/cern-fts/davix/blob/R_${lib.replaceStrings ["."] ["_"] version}/RELEASE-NOTES.md"; 76 76 maintainers = with maintainers; [ adev ]; 77 77 platforms = platforms.all; 78 78 };