maintainers: rename midirhee12 -> midischwarz12

This commit is contained in:
midischwarz12
2025-06-19 11:34:25 -05:00
parent 400d14dd9e
commit b88538e071
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -16292,11 +16292,11 @@
name = "midchildan";
keys = [ { fingerprint = "FEF0 AE2D 5449 3482 5F06 40AA 186A 1EDA C5C6 3F83"; } ];
};
midirhee12 = {
email = "midirhee@proton.me";
github = "midirhee12";
midischwarz12 = {
email = "midischwarz@proton.me";
github = "midischwarz12";
githubId = 38054771;
name = "midirhee12";
name = "midischwarz12";
};
mig4ng = {
email = "mig4ng@gmail.com";
+1 -1
View File
@@ -39,6 +39,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "NerdFont patch of the Inter font";
license = lib.licenses.ofl;
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.midirhee12 ];
maintainers = [ lib.maintainers.midischwarz12 ];
};
})
+1 -1
View File
@@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
lactose
midirhee12
midischwarz12
];
};
})