aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-download-manager.scm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-30 11:38:37 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-30 11:38:37 +0000
commitf27338992f0a5915ee974faea05f764c2df6f584 (patch)
tree7815ce09bd6bf338c0a9e8ea790e590f9ecee29d /src/fs/gnunet-download-manager.scm
parenteebeb27a3b52783aaa5cb3a69ba3e5b250276fe8 (diff)
downloadgnunet-f27338992f0a5915ee974faea05f764c2df6f584.tar.gz
gnunet-f27338992f0a5915ee974faea05f764c2df6f584.zip
fix #3869: outdated FSF address
Diffstat (limited to 'src/fs/gnunet-download-manager.scm')
-rwxr-xr-xsrc/fs/gnunet-download-manager.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-download-manager.scm b/src/fs/gnunet-download-manager.scm
index 80d04fa12..e41976e34 100755
--- a/src/fs/gnunet-download-manager.scm
+++ b/src/fs/gnunet-download-manager.scm
@@ -17,7 +17,7 @@ exec guile -e main -s "$0" "$@"
17;;; 17;;;
18;;; You should have received a copy of the GNU General Public License 18;;; You should have received a copy of the GNU General Public License
19;;; along with this program; if not, write to the Free Software 19;;; along with this program; if not, write to the Free Software
20;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 21
22;;; Remember ongoing GNUnet downloads so as to be able to resume them 22;;; Remember ongoing GNUnet downloads so as to be able to resume them
23;;; later. Typical usage is to define the following alias in your 23;;; later. Typical usage is to define the following alias in your