pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/asciiquarium



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Feb  8 17:30:22 UTC 2020

Modified Files:
        pkgsrc/games/asciiquarium: Makefile

Log Message:
asciiquarium: switch HOMEPAGE and MASTER_SITES to HTTPS, take maintainership.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/asciiquarium/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/asciiquarium/Makefile
diff -u pkgsrc/games/asciiquarium/Makefile:1.11 pkgsrc/games/asciiquarium/Makefile:1.12
--- pkgsrc/games/asciiquarium/Makefile:1.11     Sun Nov  3 19:28:47 2019
+++ pkgsrc/games/asciiquarium/Makefile  Sat Feb  8 17:30:22 2020
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2019/11/03 19:28:47 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/02/08 17:30:22 fcambus Exp $
 #
 
 DISTNAME=      asciiquarium_1.1
 PKGNAME=       asciiquarium-1.1
 PKGREVISION=   4
 CATEGORIES=    games
-MASTER_SITES=  http://robobunny.com/projects/asciiquarium/
+MASTER_SITES=  https://robobunny.com/projects/asciiquarium/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://robobunny.com/projects/asciiquarium/html/
+MAINTAINER=    fcambus%NetBSD.org@localhost
+HOMEPAGE=      https://robobunny.com/projects/asciiquarium/html/
 COMMENT=       ASCII art aquarium
 LICENSE=       gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index