diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-12-16 09:58:34 +0100 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-12-16 09:58:34 +0100 |
commit | b358a94e7440a6f1ec50da47e3b563f518245467 (patch) | |
tree | 8fcc4705af9687b68c45035aa07219c322c27ee0 | |
parent | 18f372bb5744c9a92f10c6d8c2b61eb0b7d46a9b (diff) | |
download | guix-b358a94e7440a6f1ec50da47e3b563f518245467.tar.gz |
gnu: python-internetarchive: Fix typo.
* gnu/packages/web.scm (python-internetarchive): Fix typo.
-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 f7d9d72df2..39820f7572 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -6323,7 +6323,7 @@ command-line arguments or read from stdin.") (home-page "https://github.com/jjjake/internetarchive") (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 +@url{archive.org} from the command-line. It also implements the internetarchive python module for programmatic access to archive.org.") (license license:agpl3+))) |