diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 04:30:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:32:49 +0200 |
commit | f714bb3ddbafec3b4478371a5c4058fa846c392e (patch) | |
tree | b0e003027f0929696eae1c3fb179cd52bf01c161 /gnu/packages/gimp.scm | |
parent | 35934ff06ea447f335ece4e106dc9cf0aeed948b (diff) | |
download | patches-f714bb3ddbafec3b4478371a5c4058fa846c392e.tar patches-f714bb3ddbafec3b4478371a5c4058fa846c392e.tar.gz |
gnu: gimp: Fix typo in description.
* gnu/packages/gimp.scm (gimp-resynthesizer)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r-- | gnu/packages/gimp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 96c2aef9b3..3ead5b32a3 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -368,5 +368,5 @@ MyPaint.") "This package provides resynthesizer plugins for GIMP, which encompasses tools for healing selections (content-aware fill), enlarging the canvas and healing the border, increasing the resolution while adding detail, and -transfering the style of an image.") +transferring the style of an image.") (license license:gpl3+))) |