diff options
| author | Jesse Mandel <[email protected]> | 2022-10-20 11:47:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-10-30 19:35:30 -0400 |
| commit | b3f1f5a438e3a15ef9f4dce24e29762ec506e896 (patch) | |
| tree | 85f937b62273bb8c9b56b23dda2bd8f0e22b809a | |
| parent | 2732f686b9a491b1c7fd20bd6223dd6071761091 (diff) | |
| download | bootstrap-b3f1f5a438e3a15ef9f4dce24e29762ec506e896.tar.xz bootstrap-b3f1f5a438e3a15ef9f4dce24e29762ec506e896.zip | |
Update authors and copyright to match npm, add repository reference
| -rw-r--r-- | nuget/bootstrap.nuspec | 5 | ||||
| -rw-r--r-- | nuget/bootstrap.sass.nuspec | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index d2127d4a0..1020a85ac 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -5,16 +5,17 @@ <!-- pulled from package.json --> <version>5</version> <title>Bootstrap CSS</title> - <authors>The Bootstrap Authors, Twitter Inc.</authors> + <authors>The Bootstrap Authors</authors> <owners>bootstrap</owners> <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description> <releaseNotes>https://blog.getbootstrap.com/</releaseNotes> <summary>Bootstrap framework in CSS. Includes JavaScript.</summary> <language>en-us</language> <projectUrl>https://getbootstrap.com/</projectUrl> + <repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" /> <icon>bootstrap.png</icon> <license type="expression">MIT</license> - <copyright>Copyright 2017-2022</copyright> + <copyright>Copyright 2011-2022</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> <tags>css mobile-first responsive front-end framework web</tags> <contentFiles> diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index ef2284f15..1e217cddb 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -5,16 +5,17 @@ <!-- pulled from package.json --> <version>5</version> <title>Bootstrap Sass</title> - <authors>The Bootstrap Authors, Twitter Inc.</authors> + <authors>The Bootstrap Authors</authors> <owners>bootstrap</owners> <description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description> <releaseNotes>https://blog.getbootstrap.com/</releaseNotes> <summary>Bootstrap framework in Sass. Includes JavaScript</summary> <language>en-us</language> <projectUrl>https://getbootstrap.com/</projectUrl> + <repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" /> <icon>bootstrap.png</icon> <license type="expression">MIT</license> - <copyright>Copyright 2017-2022</copyright> + <copyright>Copyright 2011-2022</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> <tags>css sass mobile-first responsive front-end framework web</tags> <contentFiles> |
