Commit 1ef3600a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

haxx.nu => haxx.se

parent e33ac6b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -24,9 +24,9 @@
#
#
# ------------------------------------------------------------
# ------------------------------------------------------------
# Main author:
# Main author:
# - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
# - Daniel Stenberg <daniel@haxx.se>
#
#
# 	http://curl.haxx.nu
# 	http://curl.haxx.se
#
#
# $Source$
# $Source$
# $Revision$
# $Revision$
+2 −2
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ Release: %rel
Copyright:	MPL
Copyright:	MPL
Group:		Utilities/Console
Group:		Utilities/Console
Source:		@PACKAGE@-%{version}.tar.gz
Source:		@PACKAGE@-%{version}.tar.gz
URL:		http://@PACKAGE@.haxx.nu
URL:		http://@PACKAGE@.haxx.se
BuildPrereq:	openssl
BuildPrereq:	openssl
BuildRoot:	/tmp/%{name}-%{version}-%{rel}-root
BuildRoot:	/tmp/%{name}-%{version}-%{rel}-root
Packager:	Fill In As You Wish
Packager:	Fill In As You Wish
@@ -27,7 +27,7 @@ resume and more.
Note: this version is compiled with SSL (https:) support.
Note: this version is compiled with SSL (https:) support.


Authors:
Authors:
	Daniel Stenberg <Daniel.Stenberg@haxx.nu>
	Daniel Stenberg <daniel@haxx.se>




%prep
%prep
+2 −2
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@ Release: %rel
Copyright:	MPL
Copyright:	MPL
Group:		Utilities/Console
Group:		Utilities/Console
Source:		%{name}-%{version}.tar.gz
Source:		%{name}-%{version}.tar.gz
URL:		http://@PACKAGE@.haxx.nu
URL:		http://@PACKAGE@.haxx.se
BuildRoot:	/tmp/%{name}-%{version}-%{rel}-root
BuildRoot:	/tmp/%{name}-%{version}-%{rel}-root
Packager:	Fill In As You Wish
Packager:	Fill In As You Wish
Docdir:		%{prefix}/doc
Docdir:		%{prefix}/doc
@@ -26,7 +26,7 @@ resume and more.
Note: this version is compiled without SSL (https:) support.
Note: this version is compiled without SSL (https:) support.


Authors:
Authors:
	Daniel Stenberg <Daniel.Stenberg@haxx.nu>
	Daniel Stenberg <daniel@haxx.se>




%prep
%prep
+3 −3
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@ LATEST VERSION
  You always find news about what's going on as well as the latest versions
  You always find news about what's going on as well as the latest versions
  from the curl web pages, located at:
  from the curl web pages, located at:


        http://curl.haxx.nu
        http://curl.haxx.se


SIMPLE USAGE
SIMPLE USAGE


@@ -178,7 +178,7 @@ DETAILED INFORMATION


  Store the HTTP headers in a separate file:
  Store the HTTP headers in a separate file:


        curl --dump-header headers.txt curl.haxx.nu
        curl --dump-header headers.txt curl.haxx.se


  Note that headers stored in a separate file can be very useful at a later
  Note that headers stored in a separate file can be very useful at a later
  time if you want curl to use cookies sent by the server. More about that in
  time if you want curl to use cookies sent by the server. More about that in
@@ -676,7 +676,7 @@ NETRC


  A very simple .netrc file could look something like:
  A very simple .netrc file could look something like:


        machine curl.haxx.nu login iamdaniel password mysecret
        machine curl.haxx.se login iamdaniel password mysecret


CUSTOM OUTPUT
CUSTOM OUTPUT


+1 −1
Original line number Original line Diff line number Diff line
@@ -554,7 +554,7 @@ If you do find any (or have other suggestions), mail Daniel Stenberg
 - Linas Vepstas <linas@linas.org>
 - Linas Vepstas <linas@linas.org>
 - Bjorn Reese <breese@mail1.stofanet.dk>
 - Bjorn Reese <breese@mail1.stofanet.dk>
 - Johan Anderson <johan@homemail.com>
 - Johan Anderson <johan@homemail.com>
 - Kjell Ericson <Kjell.Ericson@haxx,nu>
 - Kjell Ericson <Kjell.Ericson@haxx.se>
 - Troy Engel <tengel@sonic.net>
 - Troy Engel <tengel@sonic.net>
 - Ryan Nelson <ryan@inch.com>
 - Ryan Nelson <ryan@inch.com>
 - Björn Stenberg <Bjorn.Stenberg@haxx.se>
 - Björn Stenberg <Bjorn.Stenberg@haxx.se>
Loading