mercurial: add lukegb as maintainer, update metadata
This commit is contained in:
parent
0716841463
commit
38e505f20a
|
@ -67,14 +67,14 @@ in python3Packages.buildPythonApplication rec {
|
||||||
install -v -m644 -D contrib/zsh_completion $out/share/zsh/site-functions/_hg
|
install -v -m644 -D contrib/zsh_completion $out/share/zsh/site-functions/_hg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = "A fast, lightweight SCM system for very large distributed projects";
|
description = "A fast, lightweight SCM system for very large distributed projects";
|
||||||
homepage = "https://www.mercurial-scm.org";
|
homepage = "https://www.mercurial-scm.org";
|
||||||
downloadPage = "https://www.mercurial-scm.org/release/";
|
downloadPage = "https://www.mercurial-scm.org/release/";
|
||||||
license = lib.licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = with maintainers; [ eelco lukegb ];
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
platforms = lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue