diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-10-04 12:28:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-04 18:15:36 +0200 |
commit | ecee392ef1b9335afb2268c889d891a9ba1a4681 (patch) | |
tree | c76b8e11b8e6b9349beef2ebaecae81d49ea1ae0 | |
parent | 58f6b246a6c3f3cf1cfdcce6bd2cdb3a26c23c9b (diff) |
gnu: eog-plugins: Fix source URL.
The incorrect URL was introduced in
d6d861c6151fb2cb9296b993425d9a64a7653d95.
* gnu/packages/gnome.scm (eog-plugins)[source]: Change directory in URL.
-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 fbaef9eb6e..8fb1213122 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6904,7 +6904,7 @@ supports image conversion, rotation, and slideshows.") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/eog-plugins/" - (version-major+minor version) "/" + (version-major version) "/" "eog-plugins-" version ".tar.xz")) (sha256 (base32 |