diff options
author | wiz <wiz@pkgsrc.org> | 2017-12-24 10:14:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-12-24 10:14:43 +0000 |
commit | 9d0227061609706d84bb79c09798ba9fdb45a59b (patch) | |
tree | 35ed58e1e1b187d36d176a2c25a3afb249e0dd0a | |
parent | 6aa50a7031ffb8677a791fc0314a18c19331014a (diff) | |
download | pkgsrc-9d0227061609706d84bb79c09798ba9fdb45a59b.tar.gz |
qqwing: follow redirect
-rw-r--r-- | games/qqwing/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/qqwing/Makefile b/games/qqwing/Makefile index 00a7c2783d7..95ae67692ac 100644 --- a/games/qqwing/Makefile +++ b/games/qqwing/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2015/06/11 08:47:29 prlw1 Exp $ +# $NetBSD: Makefile,v 1.3 2017/12/24 10:14:43 wiz Exp $ DISTNAME= qqwing-1.3.4 CATEGORIES= games -MASTER_SITES= http://qqwing.com/ +MASTER_SITES= https://qqwing.com/ MAINTAINER= prlw1@cam.ac.uk -HOMEPAGE= http://qqwing.com/ +HOMEPAGE= https://qqwing.com/ COMMENT= Sudoku puzzle generator and solver LICENSE= gnu-gpl-v2 |