aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <patrick.hoehn@tu-clausthal.de>2019-10-18 10:30:35 +0200
committerPatrick Höhn <hoehnp@gmx.de>2019-10-19 01:23:55 +0200
commit871fd195fd5250e8140f5d3d3fa620f3190b7004 (patch)
tree05a62f1ee0f73f18845ebcf11df5ef7b54cb77e8 /dev-dotnet/libgit2sharp
parentcorrected ulr in ndepend-path (diff)
downloaddotnet-871fd195fd5250e8140f5d3d3fa620f3190b7004.tar.gz
dotnet-871fd195fd5250e8140f5d3d3fa620f3190b7004.tar.bz2
dotnet-871fd195fd5250e8140f5d3d3fa620f3190b7004.zip
hopefully corrected all uri.https problems
Diffstat (limited to 'dev-dotnet/libgit2sharp')
-rw-r--r--dev-dotnet/libgit2sharp/libgit2sharp-0.22-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/libgit2sharp/libgit2sharp-0.22-r1.ebuild b/dev-dotnet/libgit2sharp/libgit2sharp-0.22-r1.ebuild
index f5edc49..a90cb74 100644
--- a/dev-dotnet/libgit2sharp/libgit2sharp-0.22-r1.ebuild
+++ b/dev-dotnet/libgit2sharp/libgit2sharp-0.22-r1.ebuild
@@ -17,8 +17,8 @@ DESCRIPTION="A C# PInvoke wrapper library for LibGit2 C library"
REPO_OWNER=libgit2
NAME=libgit2sharp
EGIT_COMMIT="8daef23223e1374141bf496e4b310ded9ae4639e"
-HOMEPAGE="https://github.com/${REPO_OWNER}/${NAME}"
-SRC_URI="https://api.github.com/repos/${REPO_OWNER}/${NAME}/tarball/${EGIT_COMMIT} -> ${PN}-${PV}.tar.gz"
+HOMEPAGE="https:://github.com/${REPO_OWNER}/${NAME}"
+SRC_URI="https:://api.github.com/repos/${REPO_OWNER}/${NAME}/tarball/${EGIT_COMMIT} -> ${PN}-${PV}.tar.gz"
S="${WORKDIR}/${REPO_OWNER}-${NAME}-8daef23"
LICENSE="MIT"