]> granicus.if.org Git - strace/commitdiff
Update homepage URL
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 27 Feb 2017 23:11:07 +0000 (23:11 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 27 Feb 2017 23:11:07 +0000 (23:11 +0000)
* README: Change homepage URL to https://strace.io
* debian/control: Likewise.
* strace.spec.in: Likewise.

README
debian/control
strace.spec.in

diff --git a/README b/README
index ae808005197ec38104815e39af72f3322b301dd2..bc70155201ff7454ccf39613d4d4027bb4d6a180 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ See the file INSTALL for compilation and installation instructions.
 See the file NEWS for information on what has changed in recent versions.
 
 The project's homepage is at
-       https://sourceforge.net/projects/strace/
+       https://strace.io
 
 strace has a mailing list:
        strace-devel@lists.sourceforge.net.
index 79773c332673d08f82a52eb1a33fa847bad57fc5..2a7963f999773ac33e1ffe13db16a1e68565d2db 100644 (file)
@@ -4,7 +4,7 @@ Section: utils
 Priority: optional
 Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc sparc64 x32], debhelper (>= 7.0.0), gawk
 Standards-Version: 3.9.6
-Homepage: http://sourceforge.net/projects/strace/
+Homepage: https://strace.io
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/strace.git
 Vcs-Browser: https://anonscm.debian.org/git/collab-maint/strace.git
 
index 7f4908460d50ff4df1b0abb9a376e1c30c45b973..bdd83b190394bc11f3d330124bdc8e2af5dbfd4f 100644 (file)
@@ -4,8 +4,8 @@ Version: @PACKAGE_VERSION@
 Release: 1%{?dist}
 License: BSD
 Group: Development/Debuggers
-URL: http://sourceforge.net/projects/strace/
-Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
+URL: https://strace.io
+Source: https://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
 %if 0%{?fedora} >= 20 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1300
 %define buildrequires_libunwind_devel BuildRequires: libunwind-devel
 %endif