diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 14:58:16 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:08:14 -0700 |
commit | 3ad75446648d8fc476098562627d38c2687afe44 (patch) | |
tree | 66d00e17894e2257eafc61ac355d8262923a39e3 | |
parent | 727c301b98194300b28486c7666a5087ba53f719 (diff) | |
download | guix-3ad75446648d8fc476098562627d38c2687afe44.tar.gz guix-3ad75446648d8fc476098562627d38c2687afe44.zip |
gnu: python2-rsvg: Fix typo "This package".
* gnu/packages/gnome (python2-rsvg)[description]: Fix typo.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 03fcc453c6..6a2a683f58 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2594,7 +2594,7 @@ indicators etc).") (home-page "https://www.gnome.org") (synopsis "Python bindings to librsvg") (description - "This packages provides Python bindings to librsvg, the SVG rendering + "This package provides Python bindings to librsvg, the SVG rendering library.") ;; This is the license of the rsvg bindings. The license of each module |