diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-30 22:32:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-30 22:32:10 +0000 |
commit | 0cd241ac49eaa35c45d301a167343af08ae84705 (patch) | |
tree | 51335fe9ca4f7899706b3e64d9434559fe476c34 /databases/ruby-arel30 | |
parent | 7bb7077500c0f9e98b2416e41d9aa612d997f93f (diff) | |
download | pkgsrc-0cd241ac49eaa35c45d301a167343af08ae84705.tar.gz |
Switch github HOMEPAGEs to https.
Diffstat (limited to 'databases/ruby-arel30')
-rw-r--r-- | databases/ruby-arel30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-arel30/Makefile b/databases/ruby-arel30/Makefile index 27333fe35e5..5d3d4cd4032 100644 --- a/databases/ruby-arel30/Makefile +++ b/databases/ruby-arel30/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/10 10:20:31 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2017/07/30 22:32:11 wiz Exp $ DISTNAME= arel-3.0.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/arel/arel30/} @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://github.com/rails/arel +HOMEPAGE= https://github.com/rails/arel COMMENT= Arel is a SQL AST manager for Ruby LICENSE= mit |