summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-11-18 15:30:58 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-11-18 15:30:58 +0000
commit04893962f6f88a157b7fe84ff3519f0f602487f3 (patch)
treed6287237be10d9abe602cb9cb059acd2b49a7b41
parent0525a3de76206a1df57f448dde5f4f8addbdbcdf (diff)
downloadguix-patches-04893962f6f88a157b7fe84ff3519f0f602487f3.tar
guix-patches-04893962f6f88a157b7fe84ff3519f0f602487f3.tar.gz
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.scm4
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