maintainers: update luna-the-tuna email and username

This commit is contained in:
Luna Heyman
2026-06-21 14:15:31 +02:00
parent 395f813769
commit 23a6ea784f
3 changed files with 8 additions and 8 deletions

View File

@@ -16375,6 +16375,12 @@
githubId = 80571430;
name = "Luminar Leaf";
};
luna-the-tuna = {
email = "contact@luna.fish";
github = "luna-the-tuna";
githubId = 112084382;
name = "Luna Heyman";
};
luna_1024 = {
email = "contact@luna.computer";
github = "luna-1024";
@@ -28252,12 +28258,6 @@
githubId = 38566841;
name = "Anthony Butt";
};
toodeluna = {
email = "luna@toodeluna.net";
github = "toodeluna";
githubId = 112084382;
name = "Luna Heyman";
};
toonn = {
email = "nixpkgs@toonn.io";
matrix = "@toonn:matrix.org";

View File

@@ -67,6 +67,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/NickPlayzGITHUB/CrossPatch";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ toodeluna ];
maintainers = with lib.maintainers; [ luna-the-tuna ];
};
}

View File

@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Auto formatter for device tree files";
homepage = "https://github.com/mskelton/dtsfmt";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ toodeluna ];
maintainers = with lib.maintainers; [ luna-the-tuna ];
mainProgram = "dtsfmt";
};
})