diff options
author | Nowa Ammerlaan <nowa@gentoo.org> | 2024-11-12 17:34:05 +0100 |
---|---|---|
committer | Nowa Ammerlaan <nowa@gentoo.org> | 2024-11-12 19:13:56 +0100 |
commit | 18c124079dd14ab994e3c4a576a80bbb24e9fa12 (patch) | |
tree | 1851ad5587eec7e45242c553bf75587a423f3c8c /eclass | |
parent | www-apps/piwigo: drop 14.5.0, 15.0.0 (diff) | |
download | gentoo-18c124079dd14ab994e3c4a576a80bbb24e9fa12.tar.gz gentoo-18c124079dd14ab994e3c4a576a80bbb24e9fa12.tar.bz2 gentoo-18c124079dd14ab994e3c4a576a80bbb24e9fa12.zip |
*/*: rename account andrewammerlaan -> nowa
Closes: https://bugs.gentoo.org/940905
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/docs.eclass | 4 | ||||
-rw-r--r-- | eclass/kernel-install.eclass | 2 | ||||
-rw-r--r-- | eclass/secureboot.eclass | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/eclass/docs.eclass b/eclass/docs.eclass index edb3c8661ca2..be94029d1eaf 100644 --- a/eclass/docs.eclass +++ b/eclass/docs.eclass @@ -3,9 +3,9 @@ # @ECLASS: docs.eclass # @MAINTAINER: -# Andrew Ammerlaan <andrewammerlaan@gentoo.org> +# Nowa Ammerlaan <nowa@gentoo.org> # @AUTHOR: -# Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org> +# Author: Nowa Ammerlaan <nowa@gentoo.org> # Based on the work of: Michał Górny <mgorny@gentoo.org> # @SUPPORTED_EAPIS: 7 8 # @BLURB: A simple eclass to build documentation. diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 29abb9b419e6..a341dd9426ff 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -82,7 +82,7 @@ _IDEPEND_BASE=" LICENSE="GPL-2" if [[ ${KERNEL_IUSE_GENERIC_UKI} ]]; then IUSE+=" generic-uki modules-compress" - # https://github.com/AndrewAmmerlaan/dist-kernel-log-to-licenses + # https://github.com/Nowa-Ammerlaan/dist-kernel-log-to-licenses # This script can help with generating the array below, keep in mind # that it is not a fully automatic solution, i.e. use flags will # still have to handled manually. diff --git a/eclass/secureboot.eclass b/eclass/secureboot.eclass index 52a7a636ddd2..a854061719a9 100644 --- a/eclass/secureboot.eclass +++ b/eclass/secureboot.eclass @@ -3,9 +3,9 @@ # @ECLASS: secureboot.eclass # @MAINTAINER: -# Andrew Ammerlaan <andrewammerlaan@gentoo.org> +# Nowa Ammerlaan <nowa@gentoo.org> # @AUTHOR: -# Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org> +# Author: Nowa Ammerlaan <nowa@gentoo.org> # @SUPPORTED_EAPIS: 7 8 # @BLURB: A small eclass to sign efi files for Secure Boot # @DESCRIPTION: |