about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-30 00:02:16 +0000
committerGitHub <noreply@github.com>2024-03-30 00:02:16 +0000
commit04a895835e08d2a80b933c9691841cab9248afaa (patch)
tree19ed5dcf0fcac43ea7d81c1ed9e39ebddd8ccd33 /doc
parent1149e1edb772e5f8e87d1a9be91bc34795fdafe8 (diff)
parentcd75d22750541115d5e3876838645d2d9123c842 (diff)
Merge master into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv/meta.chapter.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md
index 7f57eda791ea0..cfcc5549e8d19 100644
--- a/doc/stdenv/meta.chapter.md
+++ b/doc/stdenv/meta.chapter.md
@@ -47,6 +47,10 @@ Release branch. Used to specify that a package is not going to receive updates t
 
 The package’s homepage. Example: `https://www.gnu.org/software/hello/manual/`
 
+### `repository` {#var-meta-repository}
+
+A webpage where the package's source code can be viewed.  `https` links are preferred if available.  Automatically set to a default value if the package uses a `fetchFrom*` fetcher for its `src`. Example: `https://github.com/forthy42/gforth`
+
 ### `downloadPage` {#var-meta-downloadPage}
 
 The page where a link to the current version can be found. Example: `https://ftp.gnu.org/gnu/hello/`