diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-18 15:30:58 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-18 15:30:58 +0000 |
commit | 04893962f6f88a157b7fe84ff3519f0f602487f3 (patch) | |
tree | d6287237be10d9abe602cb9cb059acd2b49a7b41 | |
parent | 0525a3de76206a1df57f448dde5f4f8addbdbcdf (diff) | |
download | guix-04893962f6f88a157b7fe84ff3519f0f602487f3.tar.gz guix-04893962f6f88a157b7fe84ff3519f0f602487f3.zip |
gnu: python-pymediainfo: Update description.
* gnu/packages/python-xyz.scm (python-pymediainfo)[description]: Extend it to
a complete sentence.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 240955c413..e8d1214a8d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -951,8 +951,8 @@ to CommonMark.") (synopsis "Python wrapper for the mediainfo library") (description - "Python wrapper for the mediainfo library to access the technical and tag -data for video and audio files.") + "This package provides a Python wrapper for the mediainfo library to +access the technical and tag data for video and audio files.") (license license:expat))) (define-public python-psutil |