mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
etcd: update URL to it's own org on github now
even though they're still building from quay.io/coreos/etcd? maybe that'll change soon too? Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
This commit is contained in:
parent
914c1cf1c3
commit
4435726c00
@ -6,7 +6,7 @@ EAPI=6
|
|||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
DESCRIPTION="etcd (System Application Container)"
|
DESCRIPTION="etcd (System Application Container)"
|
||||||
HOMEPAGE="https://github.com/coreos/etcd"
|
HOMEPAGE="https://github.com/etcd-io/etcd"
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=etcd (System Application Container)
|
Description=etcd (System Application Container)
|
||||||
Documentation=https://github.com/coreos/etcd
|
Documentation=https://github.com/etcd-io/etcd
|
||||||
Wants=network-online.target network.target
|
Wants=network-online.target network.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Conflicts=etcd.service
|
Conflicts=etcd.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user