mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2025-12-06 07:28:50 +08:00
chore(Config): update configuration files (#6494)
* chore: 更改邮件地址 * chore: 更新配置文件
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.dockerignore
|
||||
.dockerignore
|
||||
.env
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
".iced",
|
||||
".config",
|
||||
".cs",
|
||||
".vb",
|
||||
".json"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
[issuetracker "Gitee-Commit"]
|
||||
regex = "[C|c]ommit:([^\\s]*)"
|
||||
url = "https://gitee.com/Longbow/BootstrapBlazor/commit/$1"
|
||||
url = "https://github.com/dotnetcore/BootstrapBlazor/commit/$1"
|
||||
|
||||
[issuetracker "Gitee-PR"]
|
||||
regex = "!([\\d]+)"
|
||||
url = "https://gitee.com/Longbow/BootstrapBlazor/pulls/$1"
|
||||
url = "https://github.com/dotnetcore/BootstrapBlazor/pulls/$1"
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -189,7 +189,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [Argo Zhang] (argo@163.com)
|
||||
Copyright [Argo Zhang] (argo@live.ca)
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user