Skip to content

Commit 08a734b

Browse files
authored
Merge pull request #364 from igfuw/slayoo-patch-1
fixing gnuplot-iostream url in libmpdata++-config.cmake
2 parents babc145 + faacf87 commit 08a734b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmpdata++-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ else()
151151
* Programs using libmpdata++'s gnuplot-iostream output will not compile.
152152
* To install gnuplot-iostream, please try:
153153
* Debian/Ubuntu: sudo apt-get install libgnuplot-iostream-dev
154-
* manual: wget -O /usr/local/include/gnuplot-iostream.h http://gitorious.org/gnuplot-iostream/gnuplot-iostream/raw/gnuplot-iostream.h
154+
* manual: wget -O /usr/local/include/gnuplot-iostream.h https://raw.githubusercontent.com/dstahlke/gnuplot-iostream/master/gnuplot-iostream.h
155155
")
156156
endif()
157157

0 commit comments

Comments
 (0)