diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-11-21 09:40:02 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-21 17:40:33 +0200 |
commit | 87cc5b3a40e910929f46c5a115c2aaca745295c9 (patch) | |
tree | 2f61961995bdd472f062a070af481f6300a1adf2 /dev-util/envman | |
parent | dev-util/bitrise: remove changelog from metadata (diff) | |
download | gentoo-87cc5b3a40e910929f46c5a115c2aaca745295c9.tar.gz gentoo-87cc5b3a40e910929f46c5a115c2aaca745295c9.tar.bz2 gentoo-87cc5b3a40e910929f46c5a115c2aaca745295c9.zip |
dev-util/envman: reference other packages in longdescription
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/envman')
-rw-r--r-- | dev-util/envman/metadata.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/envman/metadata.xml b/dev-util/envman/metadata.xml index 08b169c418c5..738757ed1a7b 100644 --- a/dev-util/envman/metadata.xml +++ b/dev-util/envman/metadata.xml @@ -2,7 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <longdescription>Environment variable manager for Bitrise CLI. Part of the Bitrise Continuous Integration, Delivery and Automations Stack, with stepman and bitrise. For a nice & quick intro you should check: https://www.bitrise.io/cli</longdescription> + <longdescription> + Environment variable manager for Bitrise CLI. Part of the Bitrise + Continuous Integration, Delivery and Automations Stack, with + <pkg>dev-util/stepman</pkg> and <pkg>dev-util/bitrise</pkg>. For a + nice & quick intro you should check: https://www.bitrise.io/cli + </longdescription> <upstream> <bugs-to>https://github.com/bitrise-io/envman/issues</bugs-to> <changelog>https://github.com/bitrise-io/envman/blob/master/CHANGELOG.md</changelog> |