From 7e1443abbba99e9dac29ce2ad01c1c4e4fb66070 Mon Sep 17 00:00:00 2001 From: binarycat Date: Fri, 8 Mar 2024 14:55:52 -0500 Subject: stdenv: add meta.repository field --- doc/stdenv/meta.chapter.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md index 4a3b04b8f6e41..e2923434e6682 100644 --- a/doc/stdenv/meta.chapter.md +++ b/doc/stdenv/meta.chapter.md @@ -45,6 +45,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/` -- cgit 1.4.1