summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-30 00:02:47 +0000
committerGitHub <noreply@github.com>2024-03-30 00:02:47 +0000
commit14d4fad30c63f6109df3bc34e63ace88a983ce65 (patch)
tree89846fa43dc5b79f7071902316e8d580e91918f7 /doc
parent7ad496eb80d70b61d17b63bd621b79931f6b8365 (diff)
parent04a895835e08d2a80b933c9691841cab9248afaa (diff)
Merge staging-next into staging
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 7f57eda791ea..cfcc5549e8d1 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/`