diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-06-19 11:54:00 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-06-19 11:54:00 +0900 |
| commit | b33c92457102efcf597eea5a5392c28738800dc9 (patch) | |
| tree | b82d147eb16f22a79a6de64f706f8112ee7ebf37 /doc | |
| parent | ff76ae7fcad861b74b05ff6f99f336bd2bf1fbdf (diff) | |
doc: Fix warnings.
* doc/contributing.texi (Deprecation Policy): Fix @table-related warnings.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.texi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 65221505604..dc9a3fe4c99 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -3258,9 +3258,7 @@ the same package in Guix, maintenance has stopped upstream, or the package | |||
| 3258 | is not adequately maintained in Guix. | 3258 | is not adequately maintained in Guix. |
| 3259 | 3259 | ||
| 3260 | @table @asis | 3260 | @table @asis |
| 3261 | @item | 3261 | @item Removal candidates that are building leaf packages |
| 3262 | Removal candidates that are building leaf packages | ||
| 3263 | |||
| 3264 | Leaf packages may be removed following the above process, assuming that | 3262 | Leaf packages may be removed following the above process, assuming that |
| 3265 | there is no opposition to the removal or that consensus for the removal | 3263 | there is no opposition to the removal or that consensus for the removal |
| 3266 | has been reached. | 3264 | has been reached. |
| @@ -3269,9 +3267,7 @@ instance applications, but also packages used in a service) should | |||
| 3269 | not be removed unless there are particularly good reasons, such as | 3267 | not be removed unless there are particularly good reasons, such as |
| 3270 | security implications. | 3268 | security implications. |
| 3271 | 3269 | ||
| 3272 | @item | 3270 | @item Removal candidates that are building packages with dependents |
| 3273 | Removal candidates that are building packages with dependents | ||
| 3274 | |||
| 3275 | Removing building packages on which other packages depend causes more | 3271 | Removing building packages on which other packages depend causes more |
| 3276 | disruption than removing leaf packages, since at the same time all | 3272 | disruption than removing leaf packages, since at the same time all |
| 3277 | dependent packages need to be removed. This may still be desirable for | 3273 | dependent packages need to be removed. This may still be desirable for |
