diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 07:57:05 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 07:57:05 +0000 |
commit | 0dcad64a45437bf5581c7719f35c891656092af0 (patch) | |
tree | 6534685564c427fac17f9681117250bfd11f59ea | |
parent | 14056aaaef049efb04b2e85e503130d020f37476 (diff) |
www/rubygem-rails50: Update WWW and clean up pkg-descr
-rw-r--r-- | www/rubygem-rails50/Makefile | 3 | ||||
-rw-r--r-- | www/rubygem-rails50/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/rubygem-rails50/Makefile b/www/rubygem-rails50/Makefile index 6c830754eaeb..204504bdd745 100644 --- a/www/rubygem-rails50/Makefile +++ b/www/rubygem-rails50/Makefile @@ -7,7 +7,8 @@ PKGNAMESUFFIX= 50 MAINTAINER= ruby@FreeBSD.org COMMENT= Full-stack web application framework -WWW= https://github.com/rails/rails +WWW= https://rubyonrails.org/ \ + https://github.com/rails/rails LICENSE= MIT diff --git a/www/rubygem-rails50/pkg-descr b/www/rubygem-rails50/pkg-descr index 6d53dd51a599..77f026452f6e 100644 --- a/www/rubygem-rails50/pkg-descr +++ b/www/rubygem-rails50/pkg-descr @@ -8,5 +8,3 @@ seamlessly together. That way you Don't Repeat Yourself (DRY) and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby - The language of love for industry heavy-weights. - -See also: https://rubyonrails.org/ |