diff options
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3d99a8d87c..48be704e61 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5286,7 +5286,7 @@ command-line arguments or read from stdin.") (synopsis "Command-line interface to archive.org") (description "@code{ia} is a command-line tool for using @url{archive.org} from the command-line. It also emplements the -internetarchive python module for programatic access to archive.org.") +internetarchive python module for programmatic access to archive.org.") (properties `((python2-variant . ,(delay python2-internetarchive)))) (license license:agpl3+))) |