maintainers: rename 1000teslas to sledgehammervampire (#539215)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gpl3Only
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
_1000teslas
|
||||
sledgehammervampire
|
||||
tmarkus
|
||||
];
|
||||
};
|
||||
|
||||
@@ -44,6 +44,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mit
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ _1000teslas ];
|
||||
maintainers = with lib.maintainers; [ sledgehammervampire ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user