treewide: rename NAHO developer identity to Noah Biewesch and add email (#519557)

This commit is contained in:
Matt Sturgeon
2026-05-16 00:37:33 +00:00
committed by GitHub
7 changed files with 15 additions and 13 deletions
+1
View File
@@ -22,6 +22,7 @@ Lin Jian <me@linj.tech> <75130626+jian-lin@users.noreply.github.com>
Martin Weinelt <hexa@darmstadt.ccc.de> <mweinelt@users.noreply.github.com>
Martin Häcker <spamfaenger@gmx.de> <spamfaenger@gmx.de>
moni <lythe1107@gmail.com> <lythe1107@icloud.com>
Noah Biewesch <dev@noahbiewesch.com> <90870942+trueNAHO@users.noreply.github.com>
quantenzitrone <nix@dev.quantenzitrone.eu>
quantenzitrone <nix@dev.quantenzitrone.eu> <74491719+Quantenzitrone@users.noreply.github.com>
quantenzitrone <nix@dev.quantenzitrone.eu> <74491719+quantenzitrone@users.noreply.github.com>
+7 -6
View File
@@ -19058,12 +19058,6 @@
github = "nagymathev";
githubId = 49335802;
};
naho = {
github = "trueNAHO";
githubId = 90870942;
name = "Noah Pierre Biewesch";
keys = [ { fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0"; } ];
};
nalbyuites = {
email = "ashijit007@gmail.com";
github = "nalbyuites";
@@ -19884,6 +19878,13 @@
github = "Noah765";
githubId = 99338019;
};
noahbiewesch = {
github = "trueNAHO";
githubId = 90870942;
name = "Noah Biewesch";
email = "nix@noahbiewesch.com";
keys = [ { fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0"; } ];
};
noahfraiture = {
name = "Noahcode";
email = "pro@noahcode.dev";
@@ -57,7 +57,7 @@ buildNpmPackage rec {
key](https://docs.antora.org/antora/3.1/extend/enable-extension).
'';
maintainers = [ lib.maintainers.naho ];
maintainers = [ lib.maintainers.noahbiewesch ];
platforms = lib.platforms.all;
};
}
@@ -15,8 +15,8 @@ stdenvNoCC.mkDerivation {
pname = "antora-ui-default";
version = "0-unstable-2024-12-26";
# The UI bundle is fetched from lib.maintainers.naho's antora-ui-default fork
# for the following reasons:
# The UI bundle is fetched from lib.maintainers.noahbiewesch's
# antora-ui-default fork for the following reasons:
#
# > The UI bundle is currently unpackaged [1] [2], and only accessible by
# > fetching the latest GitLab artifact or building from source. Neither
@@ -71,7 +71,7 @@ stdenvNoCC.mkDerivation {
references.
'';
maintainers = [ lib.maintainers.naho ];
maintainers = [ lib.maintainers.noahbiewesch ];
platforms = lib.platforms.all;
};
}
+1 -1
View File
@@ -46,7 +46,7 @@ buildNpmPackage rec {
maintainers = with lib.maintainers; [
ehllie
naho
noahbiewesch
];
platforms = lib.platforms.all;
+1 -1
View File
@@ -60,7 +60,7 @@ stdenvNoCC.mkDerivation {
meta = {
description = "Reproducible Antora test framework";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.naho ];
maintainers = [ lib.maintainers.noahbiewesch ];
platforms = lib.platforms.all;
};
}
+1 -1
View File
@@ -30,6 +30,6 @@ buildLua {
description = "Show Twitch chat messages as subtitles when watching Twitch VOD with mpv";
homepage = "https://github.com/CrendKing/mpv-twitch-chat";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.naho ];
maintainers = [ lib.maintainers.noahbiewesch ];
};
}