mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +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
|
||||
|
||||
DESCRIPTION="etcd (System Application Container)"
|
||||
HOMEPAGE="https://github.com/coreos/etcd"
|
||||
HOMEPAGE="https://github.com/etcd-io/etcd"
|
||||
KEYWORDS="amd64 arm64"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=etcd (System Application Container)
|
||||
Documentation=https://github.com/coreos/etcd
|
||||
Documentation=https://github.com/etcd-io/etcd
|
||||
Wants=network-online.target network.target
|
||||
After=network-online.target
|
||||
Conflicts=etcd.service
|
||||
|
Loading…
Reference in New Issue
Block a user