diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-09 23:42:29 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-09 23:42:29 +0100 |
commit | 7997093c4ec0ab83e22900463d66df5f08c261e3 (patch) | |
tree | 2321abebdd6cc1b6a6645868581044d2b05524d0 | |
parent | add last-set file, fix unsetting (diff) | |
download | eselect-rust-7997093c4ec0ab83e22900463d66df5f08c261e3.tar.gz eselect-rust-7997093c4ec0ab83e22900463d66df5f08c261e3.tar.bz2 eselect-rust-7997093c4ec0ab83e22900463d66df5f08c261e3.zip |
Update header & maintainer
-rw-r--r-- | src/modules/rust.eselect | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/modules/rust.eselect b/src/modules/rust.eselect index 79a93f0..83f4496 100644 --- a/src/modules/rust.eselect +++ b/src/modules/rust.eselect @@ -1,9 +1,8 @@ -# -*-eselect-*- vim: ft=eselect -# Copyright 2015 Gentoo Foundation -# Distributed under the terms of the GNU GPL version 2 or later +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Manage the Rust compiler versions" -MAINTAINER="jauhien@gentoo.org" +MAINTAINER="rust@gentoo.org" VERSION="0.3" inherit package-manager path-manipulation @@ -255,3 +254,5 @@ do_unset() { unset_version || die -q "Couldn't unset active version" } + +# vim: set ft=eselect : |