makedeb


docker-forward 1-2


A docker CLI plugin to forward local port to a container port

Click here to go back to the commit logs for docker-forward.

Commit:


Hash: 7ad01869478a45d322c5d2769c17eaec865e5bfb

Message: fix URL

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 2e84446..c1518ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = docker-forward
 	pkgdesc = A docker CLI plugin to forward local port to a container port
 	pkgver = 1
 	pkgrel = 1
-	url = https://ktlint.github.io/
+	url = https://github.com/pschichtel/docker-forward
 	arch = any
 	license = GPL3
 	depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index 7bd840d..865b0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1
 pkgrel=1
 pkgdesc="A docker CLI plugin to forward local port to a container port"
 arch=('any')
-url="https://ktlint.github.io/"
+url="https://github.com/pschichtel/docker-forward"
 license=('GPL3')
 depends=('bash' 'socat' 'docker')
 source=(https://raw.githubusercontent.com/pschichtel/docker-forward/v${pkgver}/docker-forward.sh