antora: move package into pkgs/by-name directory

Move the antora package from the deprecated location into the
pkgs/by-name directory to regroup future Antora packages.

Link: https://github.com/NixOS/nixpkgs/pull/332341
This commit is contained in:
NAHO 2024-09-15 18:38:57 +02:00
parent 43a175926f
commit 3108e45ca8
No known key found for this signature in database
GPG Key ID: 229CB671D09B95F5
2 changed files with 0 additions and 2 deletions

View File

@ -3006,8 +3006,6 @@ with pkgs;
ansifilter = callPackage ../tools/text/ansifilter { };
antora = callPackage ../development/tools/documentation/antora { };
apfs-fuse = callPackage ../tools/filesystems/apfs-fuse { };
apk-tools = callPackage ../tools/package-management/apk-tools {