Merge pull request #43835 from ryantm/mercurial

mercurial: fix homepage
This commit is contained in:
Frederik Rietdijk 2018-07-21 10:50:47 +02:00 committed by GitHub
commit d86c4fd255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,8 +56,8 @@ in python2Packages.buildPythonApplication {
meta = {
inherit version;
description = "A fast, lightweight SCM system for very large distributed projects";
homepage = http://mercurial.selenic.com/;
downloadPage = "http://mercurial.selenic.com/release/";
homepage = https://www.mercurial-scm.org;
downloadPage = https://www.mercurial-scm.org/release/;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.eelco ];
updateWalker = true;