antora: sort entries

Link: https://github.com/NixOS/nixpkgs/pull/332341
This commit is contained in:
NAHO 2024-09-15 19:01:03 +02:00
parent efc3298775
commit 915e1b9a5d
No known key found for this signature in database
GPG Key ID: 229CB671D09B95F5

View File

@ -1,7 +1,7 @@
{
lib,
buildNpmPackage,
fetchFromGitLab,
lib,
}:
buildNpmPackage rec {
@ -30,9 +30,9 @@ buildNpmPackage rec {
meta = with lib; {
description = "Modular documentation site generator. Designed for users of Asciidoctor";
mainProgram = "antora";
homepage = "https://antora.org";
license = licenses.mpl20;
mainProgram = "antora";
maintainers = [ maintainers.ehllie ];
};
}