mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: eog-plugins: Fix source URL.
The incorrect URL was introduced in
d6d861c615
.
* gnu/packages/gnome.scm (eog-plugins)[source]: Change directory in URL.
This commit is contained in:
parent
58f6b246a6
commit
ecee392ef1
1 changed files with 1 additions and 1 deletions
|
@ -6904,7 +6904,7 @@ (define-public eog-plugins
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue