diff options
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 542e274ce3..eb274dd184 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2355,7 +2355,7 @@ foreground and background colors, text justification and more.") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/gtkdatabox/gtkdatabox3/" + (uri (string-append "mirror://sourceforge/gtkdatabox/gtkdatabox-1/" "gtkdatabox-" version ".tar.gz")) (sha256 (base32 "1qykm551bx8j8pfgxs60l2vhpi8lv4r8va69zvn2594lchh71vlb")))) |