diff options
| author | Pieter Wuille <[email protected]> | 2012-06-12 03:43:06 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-06-12 03:43:06 -0700 |
| commit | de29f9b444d52bf07b6c378dd1296792916b48d2 (patch) | |
| tree | 62503e53c322c7760b82e2406c39e667a66139fb | |
| parent | Merge pull request #1443 from laanwj/2012_06_addressbook_noautoselect (diff) | |
| parent | Fix broken config files (diff) | |
| download | discoin-de29f9b444d52bf07b6c378dd1296792916b48d2.tar.xz discoin-de29f9b444d52bf07b6c378dd1296792916b48d2.zip | |
Merge pull request #1441 from TheBlueMatt/gitian-downloader
Fix broken config files
| -rw-r--r-- | contrib/gitian-downloader/linux-download-config | 2 | ||||
| -rw-r--r-- | contrib/gitian-downloader/win32-download-config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian-downloader/linux-download-config b/contrib/gitian-downloader/linux-download-config index 88e48e2c2..aef614d0c 100644 --- a/contrib/gitian-downloader/linux-download-config +++ b/contrib/gitian-downloader/linux-download-config @@ -31,7 +31,7 @@ signers: weight: 40 name: "Gavin Andresen" key: gavinandresen - 71A3B16735405025D447E8F274810B012346C9A6 + 71A3B16735405025D447E8F274810B012346C9A6: weight: 40 name: "Wladimir J. van der Laan" key: laanwj diff --git a/contrib/gitian-downloader/win32-download-config b/contrib/gitian-downloader/win32-download-config index 595626f28..0f7032e64 100644 --- a/contrib/gitian-downloader/win32-download-config +++ b/contrib/gitian-downloader/win32-download-config @@ -31,7 +31,7 @@ signers: weight: 40 name: "Gavin Andresen" key: gavinandresen - 71A3B16735405025D447E8F274810B012346C9A6 + 71A3B16735405025D447E8F274810B012346C9A6: weight: 40 name: "Wladimir J. van der Laan" key: laanwj |