diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:08 +0100 |
commit | da26c3975e0bc6c96c7030f67fe13fd6cddcfec2 (patch) | |
tree | 9ae50f6191f6bf71a85b34077f40fc28dea30ab2 /gnu/packages | |
parent | 36cfb61d21239cdc0a6a40269e2449f8b9d3b08e (diff) |
gnu: man-pages-posix: Note that updates may be illegal to distribute.
* gnu/packages/man.scm (man-pages-posix): Add comment.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/man.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index ae9fe87a2f..4fdd06e214 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -316,6 +316,7 @@ Linux kernel and C library interfaces employed by user-space programs.") (define-public man-pages-posix (package (name "man-pages-posix") + ;; Make sure that updates are still legally distributable. 2017-a is not. (version "2013-a") (source (origin |