diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-15 21:47:50 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-16 20:09:52 +0200 |
commit | 1f113d0d4aa2794f7facd71e84936cbd3246f5ce (patch) | |
tree | 76d3a36d91307e4ab669867a2aae7a02d9ec8126 /eclass/mercurial.eclass | |
parent | flag-o-matic.eclass: Don't inherit eutils in EAPI 7 (diff) | |
download | gentoo-1f113d0d4aa2794f7facd71e84936cbd3246f5ce.tar.gz gentoo-1f113d0d4aa2794f7facd71e84936cbd3246f5ce.tar.bz2 gentoo-1f113d0d4aa2794f7facd71e84936cbd3246f5ce.zip |
mercurial.eclass: Fix typo in eclassdoc
Fixes: 216f39ea557e3950aa4d0c174f36df737afcb5fe
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/mercurial.eclass')
-rw-r--r-- | eclass/mercurial.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index 27fb525bcbd6..472d7448d513 100644 --- a/eclass/mercurial.eclass +++ b/eclass/mercurial.eclass @@ -3,7 +3,7 @@ # @ECLASS: mercurial.eclass # @MAINTAINER: -# No maintainer <maintainer-needed@gentoo.org. +# No maintainer <maintainer-needed@gentoo.org> # @AUTHOR: # Next gen author: Krzysztof Pawlik <nelchael@gentoo.org> # Original author: Aron Griffis <agriffis@gentoo.org> |