sys-cluster/kubeadm: take maintainership
authorWilliam Hubbs <william.hubbs@sony.com>
Thu, 23 Jan 2020 18:19:26 +0000 (12:19 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Thu, 23 Jan 2020 18:22:42 +0000 (12:22 -0600)
I was advised that the proxy maintainer no longer has time to maintain
this.

Signed-off-by: William Hubbs <williamh@gentoo.org>
sys-cluster/kubeadm/metadata.xml

index 6833440b3746da0a5972f769619a83b24194d5bd..acebd7ff79e87dc7f8aa917feac710c871c27a06 100644 (file)
@@ -2,23 +2,19 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <maintainer type="person">
-               <email>dan@danmolik.com</email>
-               <name>Dan Molik</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>proxy-maint@gentoo.org</email>
-               <name>Proxy Maintainers</name>
+               <email>williamh@gentoo.org</email>
+               <name>William Hubbs</name>
        </maintainer>
        <longdescription lang="en">
-               kubeadm performs the actions necessary to get a minimum viable cluster up
-               and running. By design, it cares only about bootstrapping, not about
-               provisioning machines. Likewise, installing various nice-to-have addons,
-               like the Kubernetes Dashboard, monitoring solutions, and cloud-specific
-               addons, is not in scope.
+                       kubeadm performs the actions necessary to get a minimum viable cluster
+                       up and running. By design, it cares only about bootstrapping, not
+                       about provisioning machines. Likewise, installing various
+                       nice-to-have addons, like the Kubernetes Dashboard, monitoring
+                       solutions and cloud-specific addons is not in scope.
 
                Instead, we expect higher-level and more tailored tooling to be built on
-               top of kubeadm, and ideally, using kubeadm as the basis of all deployments
-               will make it easier to create conformant clusters.
+                       top of kubeadm, and ideally, using kubeadm as the basis of all
+                       deployments will make it easier to create conformant clusters.
        </longdescription>
        <upstream>
                <remote-id type="github">kubernetes/kubernetes</remote-id>