diff options
author | Christopher Baines <mail@cbaines.net> | 2019-10-17 19:14:03 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-10-17 19:14:03 +0100 |
commit | 92807b6f57256ac47abd78cd08eabe224ffe144a (patch) | |
tree | a850ac9852e450082dce839891023e735f2bb820 /doc | |
parent | bfaa06171842225c8bf4c839e35ac36a0b2c2d59 (diff) | |
download | guix-92807b6f57256ac47abd78cd08eabe224ffe144a.tar guix-92807b6f57256ac47abd78cd08eabe224ffe144a.tar.gz |
doc: Remove 'maintainers' field from package documentation.
The field itself was removed in 154f1f0937754fafac0c6288dd458b66b332e6bb.
* doc/guix.texi (package Reference): Remove 'maintainers' field.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6703c2756c..e99ca3f563 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5662,9 +5662,6 @@ The URL to the home-page of the package, as a string. The list of systems supported by the package, as strings of the form @code{architecture-kernel}, for example @code{"x86_64-linux"}. -@item @code{maintainers} (default: @code{'()}) -The list of maintainers of the package, as @code{maintainer} objects. - @item @code{location} (default: source location of the @code{package} form) The source location of the package. It is useful to override this when inheriting from another package, in which case this field is not |