mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
Merge pull request #714 from zisk/patch-1
Update link to .NET Core license file
This commit is contained in:
commit
6642fd15cb
1
Gemfile
1
Gemfile
@ -6,6 +6,7 @@ require 'json'
|
|||||||
require 'open-uri'
|
require 'open-uri'
|
||||||
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
|
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
|
||||||
|
|
||||||
|
gem 'faraday', '< 1.0'
|
||||||
gem 'github-pages', versions['github-pages']
|
gem 'github-pages', versions['github-pages']
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
@ -10,7 +10,7 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
|
|||||||
|
|
||||||
using:
|
using:
|
||||||
- Babel: https://github.com/babel/babel/blob/master/LICENSE
|
- Babel: https://github.com/babel/babel/blob/master/LICENSE
|
||||||
- .NET Core: https://github.com/dotnet/corefx/blob/master/LICENSE.TXT
|
- .NET Core: https://github.com/dotnet/runtime/blob/master/LICENSE.TXT
|
||||||
- Rails: https://github.com/rails/rails/blob/master/MIT-LICENSE
|
- Rails: https://github.com/rails/rails/blob/master/MIT-LICENSE
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user