diff options
author | Sven Wegener <swegener@gentoo.org> | 2024-08-31 14:31:27 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2024-08-31 18:00:16 +0200 |
commit | 615038f0658613328cacf71c2cb5420638d46a94 (patch) | |
tree | eed460ac4b83fb6c94bd62fbf11ffa372595f019 /sci-electronics | |
parent | dev-libs/libserialport: use github git url for https support (diff) | |
download | gentoo-615038f0658613328cacf71c2cb5420638d46a94.tar.gz gentoo-615038f0658613328cacf71c2cb5420638d46a94.tar.bz2 gentoo-615038f0658613328cacf71c2cb5420638d46a94.zip |
sci-electronics/pulseview: use github git url for https support
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/pulseview/pulseview-0.4.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/pulseview/pulseview-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-electronics/pulseview/pulseview-0.4.2-r1.ebuild b/sci-electronics/pulseview/pulseview-0.4.2-r1.ebuild index 6d68a3f229f6..0b5446455b34 100644 --- a/sci-electronics/pulseview/pulseview-0.4.2-r1.ebuild +++ b/sci-electronics/pulseview/pulseview-0.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -6,7 +6,7 @@ EAPI="8" inherit cmake xdg-utils if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://sigrok.org/${PN}" + EGIT_REPO_URI="https://github.com/sigrokproject/${PN}.git" inherit git-r3 else SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild index 5def86e1cebb..f6e44dc48a2f 100644 --- a/sci-electronics/pulseview/pulseview-9999.ebuild +++ b/sci-electronics/pulseview/pulseview-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -6,7 +6,7 @@ EAPI="8" inherit cmake xdg-utils if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://sigrok.org/${PN}" + EGIT_REPO_URI="https://github.com/sigrokproject/${PN}.git" inherit git-r3 else SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" |