diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-09 06:23:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-09 06:23:38 +0000 |
commit | 82670b294bd4f49b440686182bee8ef6a70f4c01 (patch) | |
tree | 65c77e97ea4c4adec0ecff93caf281dfd08709c0 /net/miruo | |
parent | e0d2c1085c442f82082639179cea9a58e405489b (diff) | |
download | pkgsrc-82670b294bd4f49b440686182bee8ef6a70f4c01.tar.gz |
Fix HOMEPAGE to be copy'n'pastable.
Diffstat (limited to 'net/miruo')
-rw-r--r-- | net/miruo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/miruo/Makefile b/net/miruo/Makefile index 4dc6c8c5281..b574db4da30 100644 --- a/net/miruo/Makefile +++ b/net/miruo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/05/21 13:20:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:40 wiz Exp $ DISTNAME= miruo-0.9.6 CATEGORIES= net @@ -7,7 +7,7 @@ GITHUB_PROJECT= miruo GITHUB_TAG= ${PKGVERSION_NOREV} MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= ${MASTER_SITE_GITHUB:=KLab/miruo/} +HOMEPAGE= https://github.com/KLab/miruo/ COMMENT= Pretty-print TCP session monitor/analyzer LICENSE= gnu-gpl-v3 |