Merge pull request #278194 from dixslyf/maintainers-dixslyf-handle

maintainers: update handle for dixslyf

authored by Janik and committed by GitHub e2e36d8a 12de5758

+12 -12
+9 -9
maintainers/maintainer-list.nix
··· 4688 fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21"; 4689 }]; 4690 }; 4691 djacu = { 4692 email = "daniel.n.baker@gmail.com"; 4693 github = "djacu"; ··· 14618 githubId = 4303706; 14619 keys = [{ 14620 fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375"; 14621 - }]; 14622 - }; 14623 - PlayerNameHere = { 14624 - name = "Dixon Sean Low Yan Feng"; 14625 - email = "dixonseanlow@protonmail.com"; 14626 - github = "dixslyf"; 14627 - githubId = 56017218; 14628 - keys = [{ 14629 - fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8"; 14630 }]; 14631 }; 14632 plchldr = {
··· 4688 fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21"; 4689 }]; 4690 }; 4691 + dixslyf = { 4692 + name = "Dixon Sean Low Yan Feng"; 4693 + email = "dixonseanlow@protonmail.com"; 4694 + github = "dixslyf"; 4695 + githubId = 56017218; 4696 + keys = [{ 4697 + fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8"; 4698 + }]; 4699 + }; 4700 djacu = { 4701 email = "daniel.n.baker@gmail.com"; 4702 github = "djacu"; ··· 14627 githubId = 4303706; 14628 keys = [{ 14629 fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375"; 14630 }]; 14631 }; 14632 plchldr = {
+1 -1
pkgs/data/fonts/material-design-icons/default.nix
··· 34 homepage = "https://materialdesignicons.com"; 35 license = licenses.asl20; 36 platforms = platforms.all; 37 - maintainers = with maintainers; [ vlaci PlayerNameHere ]; 38 }; 39 }
··· 34 homepage = "https://materialdesignicons.com"; 35 license = licenses.asl20; 36 platforms = platforms.all; 37 + maintainers = with maintainers; [ vlaci dixslyf ]; 38 }; 39 }
+1 -1
pkgs/data/icons/catppuccin-cursors/default.nix
··· 61 homepage = "https://github.com/catppuccin/cursors"; 62 license = licenses.gpl2; 63 platforms = platforms.linux; 64 - maintainers = with maintainers; [ PlayerNameHere ]; 65 }; 66 }
··· 61 homepage = "https://github.com/catppuccin/cursors"; 62 license = licenses.gpl2; 63 platforms = platforms.linux; 64 + maintainers = with maintainers; [ dixslyf ]; 65 }; 66 }
+1 -1
pkgs/data/themes/catppuccin-gtk/default.nix
··· 82 homepage = "https://github.com/catppuccin/gtk"; 83 license = licenses.gpl3Plus; 84 platforms = platforms.linux; 85 - maintainers = with maintainers; [ fufexan PlayerNameHere ]; 86 }; 87 }
··· 82 homepage = "https://github.com/catppuccin/gtk"; 83 license = licenses.gpl3Plus; 84 platforms = platforms.linux; 85 + maintainers = with maintainers; [ fufexan dixslyf ]; 86 }; 87 }