diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-02-19 18:36:33 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-02-21 10:26:53 +0000 |
commit | 9b6d421ff44c7ca2810ccb1ed7f1d968c9afc395 (patch) | |
tree | b66938202a3dbea8f2b6c5d20c97ab55a428fc8c /lib | |
parent | ba2bd6d0f12cf431ebc45a1163642a3e91ca5234 (diff) |
[rubygems/rubygems] [DOC] Update the link to OpenSource.org
The static list in alphabetical order seems no longer provided.
https://github.com/rubygems/rubygems/commit/a37dff7736
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rubygems/specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb index 31b8ef9546..01798fb8a2 100644 --- a/lib/rubygems/specification.rb +++ b/lib/rubygems/specification.rb @@ -338,7 +338,7 @@ class Gem::Specification < Gem::BasicSpecification # The simplest way is to specify the standard SPDX ID # https://spdx.org/licenses/ for the license. # Ideally, you should pick one that is OSI (Open Source Initiative) - # http://opensource.org/licenses/alphabetical approved. + # https://opensource.org/licenses/ approved. # # The most commonly used OSI-approved licenses are MIT and Apache-2.0. # GitHub also provides a license picker at http://choosealicense.com/. |