Merge pull request #43835 from ryantm/mercurial
mercurial: fix homepage
This commit is contained in:
commit
d86c4fd255
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user