diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:38:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-12 05:00:45 +0100 |
commit | 84877c8aa00784286485cfbb4f8189e6a7d3f57f (patch) | |
tree | f40140e01b865d2461e8eb33ad25c2fc560d3d89 /gnu/packages/gimp.scm | |
parent | eb38239df228413677f798fc30665493589fe93c (diff) | |
download | patches-84877c8aa00784286485cfbb4f8189e6a7d3f57f.tar patches-84877c8aa00784286485cfbb4f8189e6a7d3f57f.tar.gz |
gnu: gimp-fourier: Update home page.
* gnu/packages/gimp.scm (gimp-fourier)[home-page]: Use new (HTTPS) URI.
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 0f2eba373d..0cbe290f49 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -255,7 +255,7 @@ that is extensible via a plugin system.") ("gtk+" ,gtk+-2))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://registry.gimp.org/node/19596") + (home-page "https://www.lprp.fr/gimp_plugin_en/#fourier") (synopsis "GIMP plug-in to edit image in fourier space") (description "This package provides a simple plug-in to apply the fourier transform on |