diff options
author | Nikita Kryuchkov <nkryuchkov10@gmail.com> | 2019-05-20 21:11:23 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-05-20 21:11:23 +0800 |
commit | 4cf8505d22f1f323a6af0ac8f33a24aa9e242a91 (patch) | |
tree | 099db60a5bcec63f5bcd60778e8030d281bfb91e | |
parent | 97d3615612a49488d02807944696d001b88f9e0d (diff) | |
download | go-tangerine-4cf8505d22f1f323a6af0ac8f33a24aa9e242a91.tar go-tangerine-4cf8505d22f1f323a6af0ac8f33a24aa9e242a91.tar.gz go-tangerine-4cf8505d22f1f323a6af0ac8f33a24aa9e242a91.tar.bz2 go-tangerine-4cf8505d22f1f323a6af0ac8f33a24aa9e242a91.tar.lz go-tangerine-4cf8505d22f1f323a6af0ac8f33a24aa9e242a91.tar.xz go-tangerine-4cf8505d22f1f323a6af0ac8f33a24aa9e242a91.tar.zst go-tangerine-4cf8505d22f1f323a6af0ac8f33a24aa9e242a91.zip |
build: fix Launchpad typo (#19597)
-rw-r--r-- | build/ci.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/ci.go b/build/ci.go index 50433c892..8be523389 100644 --- a/build/ci.go +++ b/build/ci.go @@ -133,10 +133,10 @@ var ( // Distros for which packages are created. // Note: vivid is unsupported because there is no golang-1.6 package for it. - // Note: wily is unsupported because it was officially deprecated on lanchpad. - // Note: yakkety is unsupported because it was officially deprecated on lanchpad. - // Note: zesty is unsupported because it was officially deprecated on lanchpad. - // Note: artful is unsupported because it was officially deprecated on lanchpad. + // Note: wily is unsupported because it was officially deprecated on Launchpad. + // Note: yakkety is unsupported because it was officially deprecated on Launchpad. + // Note: zesty is unsupported because it was officially deprecated on Launchpad. + // Note: artful is unsupported because it was officially deprecated on Launchpad. debDistros = []string{"trusty", "xenial", "bionic", "cosmic", "disco"} ) |