diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-06 19:20:21 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-06 20:09:01 -0500 |
commit | 1e61463f2f9ebe1046e31169419d9bf43c5fe849 (patch) | |
tree | 22d1a192e6eb0510f7e9cadaff9e0f0b0b7432b3 /eclass/dotnet.eclass | |
parent | eclass/alternatives: fix EclassDocError (diff) | |
download | gentoo-1e61463f2f9ebe1046e31169419d9bf43c5fe849.tar.gz gentoo-1e61463f2f9ebe1046e31169419d9bf43c5fe849.tar.bz2 gentoo-1e61463f2f9ebe1046e31169419d9bf43c5fe849.zip |
eclass/dotnet: Fix EclassDocError
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/dotnet.eclass')
-rw-r--r-- | eclass/dotnet.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass index 55e10645deb7..f15b7f55fcc2 100644 --- a/eclass/dotnet.eclass +++ b/eclass/dotnet.eclass @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: dotnet.eclass -# @MAINTAINER: dotnet@gentoo.org +# @MAINTAINER: +# dotnet@gentoo.org # @SUPPORTED_EAPIS: 1 2 3 4 5 6 7 # @BLURB: common settings and functions for mono and dotnet related packages # @DESCRIPTION: |