mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 15:07:33 +00:00
maintainers: update handle for dixslyf
This commit is contained in:
parent
ebc0d8f681
commit
6f5773d213
@ -4688,6 +4688,15 @@
|
||||
fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21";
|
||||
}];
|
||||
};
|
||||
dixslyf = {
|
||||
name = "Dixon Sean Low Yan Feng";
|
||||
email = "dixonseanlow@protonmail.com";
|
||||
github = "dixslyf";
|
||||
githubId = 56017218;
|
||||
keys = [{
|
||||
fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8";
|
||||
}];
|
||||
};
|
||||
djacu = {
|
||||
email = "daniel.n.baker@gmail.com";
|
||||
github = "djacu";
|
||||
@ -14620,15 +14629,6 @@
|
||||
fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375";
|
||||
}];
|
||||
};
|
||||
PlayerNameHere = {
|
||||
name = "Dixon Sean Low Yan Feng";
|
||||
email = "dixonseanlow@protonmail.com";
|
||||
github = "dixslyf";
|
||||
githubId = 56017218;
|
||||
keys = [{
|
||||
fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8";
|
||||
}];
|
||||
};
|
||||
plchldr = {
|
||||
email = "mail@oddco.de";
|
||||
github = "plchldr";
|
||||
|
@ -34,6 +34,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
homepage = "https://materialdesignicons.com";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ vlaci PlayerNameHere ];
|
||||
maintainers = with maintainers; [ vlaci dixslyf ];
|
||||
};
|
||||
}
|
||||
|
@ -61,6 +61,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
homepage = "https://github.com/catppuccin/cursors";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ PlayerNameHere ];
|
||||
maintainers = with maintainers; [ dixslyf ];
|
||||
};
|
||||
}
|
||||
|
@ -82,6 +82,6 @@ stdenvNoCC.mkDerivation rec {
|
||||
homepage = "https://github.com/catppuccin/gtk";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fufexan PlayerNameHere ];
|
||||
maintainers = with maintainers; [ fufexan dixslyf ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user