antora: sort entries
Link: https://github.com/NixOS/nixpkgs/pull/332341
This commit is contained in:
parent
efc3298775
commit
915e1b9a5d
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
lib,
|
|
||||||
buildNpmPackage,
|
buildNpmPackage,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
|
lib,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
@ -30,9 +30,9 @@ buildNpmPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Modular documentation site generator. Designed for users of Asciidoctor";
|
description = "Modular documentation site generator. Designed for users of Asciidoctor";
|
||||||
mainProgram = "antora";
|
|
||||||
homepage = "https://antora.org";
|
homepage = "https://antora.org";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
|
mainProgram = "antora";
|
||||||
maintainers = [ maintainers.ehllie ];
|
maintainers = [ maintainers.ehllie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user