commit: 51bcb233f505bc5b666c1a67840d0a3ed8552d90
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Mar 10 08:56:23 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 10 09:00:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51bcb233
dev-python/sysv_ipc: Replace semanchuk.com URLs (http -> https)
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/sysv_ipc/sysv_ipc-1.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sysv_ipc/sysv_ipc-1.1.0.ebuild
b/dev-python/sysv_ipc/sysv_ipc-1.1.0.ebuild
index 964716425..470145bd8 100644
--- a/dev-python/sysv_ipc/sysv_ipc-1.1.0.ebuild
+++ b/dev-python/sysv_ipc/sysv_ipc-1.1.0.ebuild
@@ -10,9 +10,9 @@ inherit distutils-r1
DESCRIPTION="System V IPC primitives for python"
HOMEPAGE="
https://pypi.org/project/sysv-ipc/
- http://semanchuk.com/philip/sysv_ipc/
+ https://semanchuk.com/philip/sysv_ipc/
"
-SRC_URI="http://semanchuk.com/philip/${PN}/${P}.tar.gz"
+SRC_URI="https://semanchuk.com/philip/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"