commit: 7997093c4ec0ab83e22900463d66df5f08c261e3 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Mar 9 22:42:29 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 22:42:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect-rust.git/commit/?id=7997093c
Update header & maintainer src/modules/rust.eselect | 9 +++++---- 1 file 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="[email protected]" +MAINTAINER="[email protected]" 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 :
