1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #5796 from michel-slm/add-homepage-and-repo

uuhelp_parser: add links to homepage and repo
This commit is contained in:
Daniel Hofstetter 2024-01-06 07:10:30 +01:00 committed by GitHub
commit a44845d5f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,3 +5,6 @@ version = "0.0.23"
edition = "2021"
license = "MIT"
description = "A collection of functions to parse the markdown code of help files"
homepage = "https://github.com/uutils/coreutils"
repository = "https://github.com/uutils/coreutils/tree/main/src/uuhelp_parser"