From 2ef0f74ed2660a3b50c3e58b229a05ecc6ce022d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sun, 14 Jul 2019 09:32:19 +0200 Subject: [PATCH] Change deb maintainer, lower case minikube --- installers/linux/deb/kvm2_deb_template/DEBIAN/control | 4 ++-- installers/linux/deb/minikube_deb_template/DEBIAN/control | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installers/linux/deb/kvm2_deb_template/DEBIAN/control b/installers/linux/deb/kvm2_deb_template/DEBIAN/control index 515669cb8312..49a6075b6a32 100644 --- a/installers/linux/deb/kvm2_deb_template/DEBIAN/control +++ b/installers/linux/deb/kvm2_deb_template/DEBIAN/control @@ -5,8 +5,8 @@ Priority: optional Architecture: amd64 Depends: libvirt0 (>= 1.3.1) Recommends: minikube -Maintainer: Aaron Prindle +Maintainer: Thomas Strömberg Description: Machine driver for KVM - Minikube uses Docker Machine to manage the Kubernetes VM so it benefits + minikube uses Docker Machine to manage the Kubernetes VM so it benefits from the driver plugin architecture that Docker Machine uses to provide a consistent way to manage various VM providers. diff --git a/installers/linux/deb/minikube_deb_template/DEBIAN/control b/installers/linux/deb/minikube_deb_template/DEBIAN/control index 6c1a6a6aca5a..98a93a25b8d2 100644 --- a/installers/linux/deb/minikube_deb_template/DEBIAN/control +++ b/installers/linux/deb/minikube_deb_template/DEBIAN/control @@ -4,9 +4,9 @@ Section: base Priority: optional Architecture: amd64 Recommends: virtualbox -Maintainer: Aaron Prindle +Maintainer: Thomas Strömberg Description: Minikube - Minikube is a tool that makes it easy to run Kubernetes locally. - Minikube runs a single-node Kubernetes cluster inside a VM on your + minikube is a tool that makes it easy to run Kubernetes locally. + minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day.