maintainers: rename 1000teslas to sledgehammervampire (#539215)

This commit is contained in:
Yohann Boniface
2026-07-07 12:00:18 +00:00
committed by GitHub
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -169,11 +169,6 @@
githubId = 791309;
name = "Jan Hrnko";
};
_1000teslas = {
name = "Kevin Tran";
github = "sledgehammervampire";
githubId = 47207223;
};
_13621 = {
name = "13621";
github = "13621";
@@ -26143,6 +26138,11 @@
githubId = 20123683;
name = "Shenleban Tongying";
};
sledgehammervampire = {
name = "Kevin Tran";
github = "sledgehammervampire";
githubId = 47207223;
};
sleexyz = {
email = "freshdried@gmail.com";
github = "sleexyz";
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
gpl3Only
];
maintainers = with lib.maintainers; [
_1000teslas
sledgehammervampire
tmarkus
];
};
+1 -1
View File
@@ -44,6 +44,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit
];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ _1000teslas ];
maintainers = with lib.maintainers; [ sledgehammervampire ];
};
})