diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
commit | d58009da0657fe880ba21b34400da2a77eba41e0 (patch) | |
tree | eb96bae4bf5316b1dfef0f0a29424adca1389e76 /misc/cw | |
parent | 32297addea82e686075801b27c6776e6cf189ab4 (diff) | |
download | pkgsrc-d58009da0657fe880ba21b34400da2a77eba41e0.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'misc/cw')
-rw-r--r-- | misc/cw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cw/Makefile b/misc/cw/Makefile index 4f93e15f480..8291b1382b5 100644 --- a/misc/cw/Makefile +++ b/misc/cw/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:02 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2020/03/20 11:58:01 nia Exp $ DISTNAME= cw-1.0.16 CATEGORIES= misc MASTER_SITES= http://cwrapper.sourceforge.net/ MAINTAINER= youri@NetBSD.org -HOMEPAGE= https://cwrapper.sourceforge.net/ +HOMEPAGE= http://cwrapper.sourceforge.net/ COMMENT= Non-intrusive color wrapper for common commands LICENSE= gnu-gpl-v2 |