gnu: python-internetarchive: Fix typo.

* gnu/packages/web.scm (python-internetarchive): Fix typo.
This commit is contained in:
Jonathan Brielmaier 2020-12-16 09:58:34 +01:00
parent 18f372bb57
commit b358a94e74
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -6323,7 +6323,7 @@ (define-public python-internetarchive
(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+)))