Change deb maintainer, lower case minikube

pull/4556/head
Anders F Björklund 2019-07-14 09:32:19 +02:00
parent a1e1090422
commit 2ef0f74ed2
2 changed files with 5 additions and 5 deletions
installers/linux/deb
kvm2_deb_template/DEBIAN
minikube_deb_template/DEBIAN

View File

@ -5,8 +5,8 @@ Priority: optional
Architecture: amd64
Depends: libvirt0 (>= 1.3.1)
Recommends: minikube
Maintainer: Aaron Prindle <aaprindle@gmail.com>
Maintainer: Thomas Strömberg <t+minikube@stromberg.org>
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.

View File

@ -4,9 +4,9 @@ Section: base
Priority: optional
Architecture: amd64
Recommends: virtualbox
Maintainer: Aaron Prindle <aaprindle@gmail.com>
Maintainer: Thomas Strömberg <t+minikube@stromberg.org>
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.