File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
{% assign GPG_DOWNLOAD_URL = "https://www.gnupg.org/download/index.en.html#binary" %}
29
29
{% assign GPG_MACOS_DOWNLOAD_URL = "https://gpgtools.org/" %}
30
30
{% assign GPG_WINDOWS_DOWNLOAD_URL = "https://gpg4win.org/download.html" %}
31
- {% assign GITIAN_REPOSITORY_URL = "https://github.com/bitcoin-core/gitian .sigs" %}
31
+ {% assign GUIX_REPOSITORY_URL = "https://github.com/bitcoin-core/guix .sigs" %}
32
32
{% endcapture %}
33
33
< link rel ="alternate " type ="application/rss+xml " href ="/en/releasesrss.xml " title ="Bitcoin Core releases ">
34
34
< div class ="download ">
@@ -278,7 +278,7 @@ <h2 style="text-align: center">{{page.build_reproduction}}</h2>
278
278
< li > < p > < em > {{page.verified_reproduction}}</ em > {{page.independently_reproducing}}</ p > </ li >
279
279
</ ul >
280
280
281
- < p > {{page.verifying_and_reproducing}} < a href ="{{GITIAN_REPOSITORY_URL }} "> {{page.gitian_repository }}</ a > .</ p >
281
+ < p > {{page.verifying_and_reproducing}} < a href ="{{GUIX_REPOSITORY_URL }} "> {{page.guix_repository }}</ a > .</ p >
282
282
{% endif %}{% comment %}END VERSION > 1 CONTENT{% endcomment %}
283
283
284
284
< hr >
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ verifying_and_reproducing: >
170
170
provide you with the highest level of assurance currently available.
171
171
For more information, visit the project's repository of
172
172
173
- gitian_repository : " trusted build process signatures"
173
+ guix_repository : " trusted build process signatures"
174
174
175
175
key_refresh : " Refresh expired keys using:"
176
176
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ verifying_and_reproducing: >
119
119
また、自分でバイナリを再生成することで、現在利用可能な最高レベルの保証が提供されます。
120
120
詳細はプロジェクトの
121
121
122
- gitian_repository : " trusted build process signaturesリポジトリを参照ください。"
122
+ guix_repository : " trusted build process signaturesリポジトリを参照ください。"
123
123
124
124
---
125
125
You can’t perform that action at this time.
0 commit comments