plus-jakarta-sans: init at 2.7.1

plus-jakarta-sans: fix formatted package.nix

maintainers: updated gavink97

maintainers: formatted list

plus-jakarta-sans: fix revisions

+735 -704
+703 -704
maintainers/maintainer-list.nix
··· 1 1 /* 2 - List of NixOS maintainers. 3 - ```nix 4 - handle = { 5 - # Required 6 - name = "Your name"; 2 + List of NixOS maintainers. 3 + ```nix 4 + handle = { 5 + # Required 6 + name = "Your name"; 7 7 8 - # Optional, but at least one of email, matrix or githubId must be given 9 - email = "address@example.org"; 10 - matrix = "@user:example.org"; 11 - github = "GithubUsername"; 12 - githubId = your-github-id; 8 + # Optional, but at least one of email, matrix or githubId must be given 9 + email = "address@example.org"; 10 + matrix = "@user:example.org"; 11 + github = "GithubUsername"; 12 + githubId = your-github-id; 13 13 14 - keys = [{ 15 - fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; 16 - }]; 17 - }; 18 - ``` 14 + keys = [{ 15 + fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; 16 + }]; 17 + }; 18 + ``` 19 19 20 - where 20 + where 21 21 22 - - `handle` is the handle you are going to use in nixpkgs expressions, 23 - - `name` is a name that people would know and recognize you by, 24 - - `email` is your maintainer email address, 25 - - `matrix` is your Matrix user ID, 26 - - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/<userhandle>`), 27 - - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/<userhandle>`, 28 - - `keys` is a list of your PGP/GPG key fingerprints. 22 + - `handle` is the handle you are going to use in nixpkgs expressions, 23 + - `name` is a name that people would know and recognize you by, 24 + - `email` is your maintainer email address, 25 + - `matrix` is your Matrix user ID, 26 + - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/<userhandle>`), 27 + - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/<userhandle>`, 28 + - `keys` is a list of your PGP/GPG key fingerprints. 29 29 30 - Specifying a GitHub account ensures that you automatically: 31 - - get invited to the @NixOS/nixpkgs-maintainers team ; 32 - - once you are part of the @NixOS org, OfBorg will request you review 33 - pull requests that modify a package for which you are a maintainer. 30 + Specifying a GitHub account ensures that you automatically: 31 + - get invited to the @NixOS/nixpkgs-maintainers team ; 32 + - once you are part of the @NixOS org, OfBorg will request you review 33 + pull requests that modify a package for which you are a maintainer. 34 34 35 - `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient. 35 + `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient. 36 36 37 - If `github` begins with a numeral, `handle` should be prefixed with an underscore. 38 - ```nix 39 - _1example = { 40 - github = "1example"; 41 - }; 42 - ``` 37 + If `github` begins with a numeral, `handle` should be prefixed with an underscore. 38 + ```nix 39 + _1example = { 40 + github = "1example"; 41 + }; 42 + ``` 43 43 44 - Add PGP/GPG keys only if you actually use them to sign commits and/or mail. 44 + Add PGP/GPG keys only if you actually use them to sign commits and/or mail. 45 45 46 - To get the required PGP/GPG values for a key run 47 - ```shell 48 - gpg --fingerprint <email> | head -n 2 49 - ``` 46 + To get the required PGP/GPG values for a key run 47 + ```shell 48 + gpg --fingerprint <email> | head -n 2 49 + ``` 50 50 51 - !!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth. 51 + !!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth. 52 52 53 - More fields may be added in the future, however, in order to comply with GDPR this file should stay as minimal as possible. 53 + More fields may be added in the future, however, in order to comply with GDPR this file should stay as minimal as possible. 54 54 55 - When editing this file: 56 - * keep the list alphabetically sorted 57 - * test the validity of the format with: 58 - nix-build lib/tests/maintainers.nix 55 + When editing this file: 56 + * keep the list alphabetically sorted 57 + * test the validity of the format with: 58 + nix-build lib/tests/maintainers.nix 59 59 60 - See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data. 60 + See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data. 61 61 62 - When adding a new maintainer, be aware of the current commit conventions 63 - documented at [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions) 64 - file located in the root of the Nixpkgs repo. 62 + When adding a new maintainer, be aware of the current commit conventions 63 + documented at [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions) 64 + file located in the root of the Nixpkgs repo. 65 65 */ 66 66 { 67 67 # keep-sorted start case=no numeric=no block=yes ··· 107 107 name = "Joachim Ernst"; 108 108 github = "0x4A6F"; 109 109 githubId = 9675338; 110 - keys = [{fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D";}]; 110 + keys = [ { fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D"; } ]; 111 111 }; 112 112 _0x5a4 = { 113 113 email = "bej86nug@hhu.de"; ··· 126 126 name = "Bela Stoyan"; 127 127 github = "0xbe7a"; 128 128 githubId = 6232980; 129 - keys = [{fingerprint = "2536 9E86 1AA5 9EB7 4C47 B138 6510 870A 77F4 9A99";}]; 129 + keys = [ { fingerprint = "2536 9E86 1AA5 9EB7 4C47 B138 6510 870A 77F4 9A99"; } ]; 130 130 }; 131 131 _0xC45 = { 132 132 email = "jason@0xc45.com"; ··· 247 247 github = "4r7if3x"; 248 248 githubId = 8606282; 249 249 name = "4r7if3x"; 250 - keys = [{fingerprint = "013C ED4B E769 745A CFC3 0F3C F23C 2613 2266 7A12";}]; 250 + keys = [ { fingerprint = "013C ED4B E769 745A CFC3 0F3C F23C 2613 2266 7A12"; } ]; 251 251 }; 252 252 _6543 = { 253 253 email = "6543@obermui.de"; ··· 255 255 github = "6543"; 256 256 githubId = 24977596; 257 257 name = "6543"; 258 - keys = [{fingerprint = "8722 B61D 7234 1082 553B 201C B8BE 6D61 0E61 C862";}]; 258 + keys = [ { fingerprint = "8722 B61D 7234 1082 553B 201C B8BE 6D61 0E61 C862"; } ]; 259 259 }; 260 260 _6AA4FD = { 261 261 email = "f6442954@gmail.com"; ··· 298 298 github = "999eagle"; 299 299 githubId = 1221984; 300 300 name = "Sophie Tauchert"; 301 - keys = [{fingerprint = "7B59 F09E 0FE5 BC34 F032 1FB4 5270 1DE5 F5F5 1125";}]; 301 + keys = [ { fingerprint = "7B59 F09E 0FE5 BC34 F032 1FB4 5270 1DE5 F5F5 1125"; } ]; 302 302 }; 303 303 _9glenda = { 304 304 email = "plan9git@proton.me"; ··· 306 306 github = "9glenda"; 307 307 githubId = 69043370; 308 308 name = "9glenda"; 309 - keys = [{fingerprint = "DBF4 E6D0 90B8 BEA4 4BFE 1F1C 3442 4321 39B5 0691";}]; 309 + keys = [ { fingerprint = "DBF4 E6D0 90B8 BEA4 4BFE 1F1C 3442 4321 39B5 0691"; } ]; 310 310 }; 311 311 _9R = { 312 312 email = "nix@9-r.net"; ··· 430 430 github = "wahjava"; 431 431 githubId = 2255192; 432 432 name = "Ashish SHUKLA"; 433 - keys = [{fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0";}]; 433 + keys = [ { fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0"; } ]; 434 434 }; 435 435 abbradar = { 436 436 email = "ab@fmap.me"; ··· 558 558 email = "zestypurple@protonmail.com"; 559 559 github = "acuteaangle"; 560 560 githubId = 79724236; 561 - keys = [{fingerprint = "46C0 9BA8 A20E 5C50 1E1E 0597 0B6D 17F7 2BC4 7F61";}]; 561 + keys = [ { fingerprint = "46C0 9BA8 A20E 5C50 1E1E 0597 0B6D 17F7 2BC4 7F61"; } ]; 562 562 }; 563 563 acuteenvy = { 564 564 matrix = "@acuteenvy:matrix.org"; 565 565 github = "acuteenvy"; 566 566 githubId = 126529524; 567 567 name = "Lena"; 568 - keys = [{fingerprint = "CE85 54F7 B9BC AC0D D648 5661 AB5F C04C 3C94 443F";}]; 568 + keys = [ { fingerprint = "CE85 54F7 B9BC AC0D D648 5661 AB5F C04C 3C94 443F"; } ]; 569 569 }; 570 570 adam248 = { 571 571 email = "adamjbutler091@gmail.com"; ··· 592 592 github = "adamperkowski"; 593 593 githubId = 75480869; 594 594 keys = [ 595 - {fingerprint = "00F6 1623 FB56 BC5B B709 4E63 4CE6 C117 2DF6 BE79";} 596 - {fingerprint = "5A53 0832 DA91 20B0 CA57 DDB6 7CBD B58E CF1D 3478";} 595 + { fingerprint = "00F6 1623 FB56 BC5B B709 4E63 4CE6 C117 2DF6 BE79"; } 596 + { fingerprint = "5A53 0832 DA91 20B0 CA57 DDB6 7CBD B58E CF1D 3478"; } 597 597 ]; 598 598 }; 599 599 adamt = { ··· 702 702 github = "adtya"; 703 703 githubId = 22346805; 704 704 name = "Adithya Nair"; 705 - keys = [{fingerprint = "51E4 F5AB 1B82 BE45 B422 9CC2 43A5 E25A A5A2 7849";}]; 705 + keys = [ { fingerprint = "51E4 F5AB 1B82 BE45 B422 9CC2 43A5 E25A A5A2 7849"; } ]; 706 706 }; 707 707 aduh95 = { 708 708 email = "duhamelantoine1995@gmail.com"; 709 709 github = "aduh95"; 710 710 githubId = 14309773; 711 711 name = "Antoine du Hamel"; 712 - keys = [{fingerprint = "5BE8 A3F6 C8A5 C01D 106C 0AD8 20B1 A390 B168 D356";}]; 712 + keys = [ { fingerprint = "5BE8 A3F6 C8A5 C01D 106C 0AD8 20B1 A390 B168 D356"; } ]; 713 713 }; 714 714 aerialx = { 715 715 email = "aaron+nixos@aaronlindsay.com"; ··· 844 844 matrix = "@aikoo7:matrix.org"; 845 845 github = "aikooo7"; 846 846 githubId = 79667753; 847 - keys = [{fingerprint = "B0D7 2955 235F 6AB5 ACFA 1619 8C7F F5BB 1ADE F191";}]; 847 + keys = [ { fingerprint = "B0D7 2955 235F 6AB5 ACFA 1619 8C7F F5BB 1ADE F191"; } ]; 848 848 }; 849 849 ailsa-sun = { 850 850 name = "Ailsa Sun"; ··· 971 971 email = "alessandro.barenghi@tuta.io"; 972 972 github = "akkesm"; 973 973 githubId = 56970006; 974 - keys = [{fingerprint = "50E2 669C AB38 2F4A 5F72 1667 0D6B FC01 D45E DADD";}]; 974 + keys = [ { fingerprint = "50E2 669C AB38 2F4A 5F72 1667 0D6B FC01 D45E DADD"; } ]; 975 975 }; 976 976 akotro = { 977 977 name = "Antonis Kotronakis"; ··· 1019 1019 github = "al3xtjames"; 1020 1020 githubId = 5672538; 1021 1021 name = "Alex James"; 1022 - keys = [{fingerprint = "F354 FFAB EA89 A49D 33ED 2590 4729 B829 AC5F CC72";}]; 1022 + keys = [ { fingerprint = "F354 FFAB EA89 A49D 33ED 2590 4729 B829 AC5F CC72"; } ]; 1023 1023 }; 1024 1024 ALameLlama = { 1025 1025 email = "NicholasACiechanowski@gmail.com"; ··· 1192 1192 email = "ashpilkin@gmail.com"; 1193 1193 github = "alexshpilkin"; 1194 1194 githubId = 1010468; 1195 - keys = [{fingerprint = "B595 D74D 6615 C010 469F 5A13 73E9 AA11 4B3A 894B";}]; 1195 + keys = [ { fingerprint = "B595 D74D 6615 C010 469F 5A13 73E9 AA11 4B3A 894B"; } ]; 1196 1196 matrix = "@alexshpilkin:matrix.org"; 1197 1197 name = "Alexander Shpilkin"; 1198 1198 }; ··· 1298 1298 matrix = "@aloisw:kde.org"; 1299 1299 github = "alois31"; 1300 1300 githubId = 36605164; 1301 - keys = [{fingerprint = "CA97 A822 FF24 25D4 74AF 3E4B E0F5 9EA5 E521 6914";}]; 1301 + keys = [ { fingerprint = "CA97 A822 FF24 25D4 74AF 3E4B E0F5 9EA5 E521 6914"; } ]; 1302 1302 }; 1303 1303 Alper-Celik = { 1304 1304 email = "alper@alper-celik.dev"; ··· 1306 1306 github = "Alper-Celik"; 1307 1307 githubId = 110625473; 1308 1308 keys = [ 1309 - {fingerprint = "6B69 19DD CEE0 FAF3 5C9F 2984 FA90 C0AB 738A B873";} 1310 - {fingerprint = "DF68 C500 4024 23CC F9C5 E6CA 3D17 C832 4696 FE70";} 1309 + { fingerprint = "6B69 19DD CEE0 FAF3 5C9F 2984 FA90 C0AB 738A B873"; } 1310 + { fingerprint = "DF68 C500 4024 23CC F9C5 E6CA 3D17 C832 4696 FE70"; } 1311 1311 ]; 1312 1312 }; 1313 1313 alternateved = { ··· 1425 1425 email = "matilde@diffyq.xyz"; 1426 1426 github = "matilde-ametrine"; 1427 1427 githubId = 90799677; 1428 - keys = [{fingerprint = "7931 EB4E 4712 D7BE 04F8 6D34 07EE 1FFC A58A 11C5";}]; 1428 + keys = [ { fingerprint = "7931 EB4E 4712 D7BE 04F8 6D34 07EE 1FFC A58A 11C5"; } ]; 1429 1429 }; 1430 1430 amfl = { 1431 1431 email = "amfl@none.none"; ··· 1467 1467 github = "amyipdev"; 1468 1468 githubId = 46307646; 1469 1469 name = "Amy Parker"; 1470 - keys = [{fingerprint = "7786 034B D521 49F5 1B0A 2A14 B112 2F04 E962 DDC5";}]; 1470 + keys = [ { fingerprint = "7786 034B D521 49F5 1B0A 2A14 B112 2F04 E962 DDC5"; } ]; 1471 1471 }; 1472 1472 amz-x = { 1473 1473 email = "mail@amz-x.com"; ··· 1486 1486 github = "0x61nas"; 1487 1487 githubId = 44965145; 1488 1488 name = "Anas Elgarhy"; 1489 - keys = [{fingerprint = "E10B D192 9231 08C7 3C35 7EC3 83E0 3DC6 F383 4086";}]; 1489 + keys = [ { fingerprint = "E10B D192 9231 08C7 3C35 7EC3 83E0 3DC6 F383 4086"; } ]; 1490 1490 }; 1491 1491 andehen = { 1492 1492 email = "git@andehen.net"; ··· 1664 1664 matrix = "@angryant:envs.net"; 1665 1665 github = "AngryAnt"; 1666 1666 githubId = 102513; 1667 - keys = [{fingerprint = "B7B7 582E 564E 789B FCB8 71AB 0C6D FE2F B234 534A";}]; 1667 + keys = [ { fingerprint = "B7B7 582E 564E 789B FCB8 71AB 0C6D FE2F B234 534A"; } ]; 1668 1668 }; 1669 1669 anhdle14 = { 1670 1670 name = "Le Anh Duc"; 1671 1671 email = "anhdle14@icloud.com"; 1672 1672 github = "anhdle14"; 1673 1673 githubId = 9645992; 1674 - keys = [{fingerprint = "AA4B 8EC3 F971 D350 482E 4E20 0299 AFF9 ECBB 5169";}]; 1674 + keys = [ { fingerprint = "AA4B 8EC3 F971 D350 482E 4E20 0299 AFF9 ECBB 5169"; } ]; 1675 1675 }; 1676 1676 anhduy = { 1677 1677 email = "vo@anhduy.io"; ··· 1684 1684 email = "i@anillc.cn"; 1685 1685 github = "Anillc"; 1686 1686 githubId = 23411248; 1687 - keys = [{fingerprint = "6141 1E4F FE10 CE7B 2E14 CD76 0BE8 A88F 47B2 145C";}]; 1687 + keys = [ { fingerprint = "6141 1E4F FE10 CE7B 2E14 CD76 0BE8 A88F 47B2 145C"; } ]; 1688 1688 }; 1689 1689 anirrudh = { 1690 1690 email = "anik597@gmail.com"; ··· 1742 1742 matrix = "@anpin:matrix.org"; 1743 1743 name = "Pavel Anpin"; 1744 1744 keys = [ 1745 - {fingerprint = "06E8 4FF6 0CCF 7AFD 5101 76C9 0FBC D3EE 6310 7407";} 1745 + { fingerprint = "06E8 4FF6 0CCF 7AFD 5101 76C9 0FBC D3EE 6310 7407"; } 1746 1746 # compare with https://keybase.io/anpin/pgp_keys.asc 1747 - {fingerprint = "DADF F3EA 06DC 8C1B 100A 24DB 312E 8F17 91C5 DA8C";} 1747 + { fingerprint = "DADF F3EA 06DC 8C1B 100A 24DB 312E 8F17 91C5 DA8C"; } 1748 1748 ]; 1749 1749 }; 1750 1750 anpryl = { ··· 1759 1759 githubId = 48802534; 1760 1760 name = "Anselm Schüler"; 1761 1761 matrix = "@schuelermine:matrix.org"; 1762 - keys = [{fingerprint = "CDBF ECA8 36FE E340 1CEB 58FF BA34 EE1A BA3A 0955";}]; 1762 + keys = [ { fingerprint = "CDBF ECA8 36FE E340 1CEB 58FF BA34 EE1A BA3A 0955"; } ]; 1763 1763 }; # currently on hiatus, please do not ping until this notice is removed (or if it’s been like two years) 1764 1764 anthonyroussel = { 1765 1765 email = "anthony@roussel.dev"; ··· 1767 1767 githubId = 220084; 1768 1768 name = "Anthony Roussel"; 1769 1769 matrix = "@anthonyrsl:matrix.org"; 1770 - keys = [{fingerprint = "472D 368A F107 F443 F3A5 C712 9DC4 987B 1A55 E75E";}]; 1770 + keys = [ { fingerprint = "472D 368A F107 F443 F3A5 C712 9DC4 987B 1A55 E75E"; } ]; 1771 1771 }; 1772 1772 antipatico = { 1773 1773 email = "code@bootkit.dev"; ··· 1803 1803 github = "antonmosich"; 1804 1804 githubId = 27223336; 1805 1805 name = "Anton Mosich"; 1806 - keys = [{fingerprint = "F401 287C 324F 0A1C B321 657B 9B96 97B8 FB18 7D14";}]; 1806 + keys = [ { fingerprint = "F401 287C 324F 0A1C B321 657B 9B96 97B8 FB18 7D14"; } ]; 1807 1807 }; 1808 1808 antono = { 1809 1809 email = "self@antono.info"; ··· 1871 1871 github = "aplund"; 1872 1872 githubId = 1369436; 1873 1873 name = "Austin Lund"; 1874 - keys = [{fingerprint = "7083 E268 4BFD 845F 2B84 9E74 B695 8918 ED23 32CE";}]; 1874 + keys = [ { fingerprint = "7083 E268 4BFD 845F 2B84 9E74 B695 8918 ED23 32CE"; } ]; 1875 1875 }; 1876 1876 appleboblin = { 1877 1877 email = "github@appleboblin.com"; ··· 1885 1885 githubId = 2477952; 1886 1886 name = "Kalle Fagerberg"; 1887 1887 keys = [ 1888 - {fingerprint = "F68E 6DB3 79FB 1FF0 7C72 6479 9874 DEDD 3592 5ED0";} 1889 - {fingerprint = "8DDB 3994 0A34 4FE5 4F3B 3E77 F161 001D EE78 1051";} 1888 + { fingerprint = "F68E 6DB3 79FB 1FF0 7C72 6479 9874 DEDD 3592 5ED0"; } 1889 + { fingerprint = "8DDB 3994 0A34 4FE5 4F3B 3E77 F161 001D EE78 1051"; } 1890 1890 ]; 1891 1891 }; 1892 1892 applePrincess = { ··· 1894 1894 github = "applePrincess"; 1895 1895 githubId = 17154507; 1896 1896 name = "Lein Matsumaru"; 1897 - keys = [{fingerprint = "BF8B F725 DA30 E53E 7F11 4ED8 AAA5 0652 F047 9205";}]; 1897 + keys = [ { fingerprint = "BF8B F725 DA30 E53E 7F11 4ED8 AAA5 0652 F047 9205"; } ]; 1898 1898 }; 1899 1899 appsforartists = { 1900 1900 github = "appsforartists"; ··· 2118 2118 github = "artemist"; 2119 2119 githubId = 1226638; 2120 2120 name = "Artemis Tosini"; 2121 - keys = [{fingerprint = "3D2B B230 F9FA F0C5 1832 46DD 4FDC 96F1 61E7 BA8A";}]; 2121 + keys = [ { fingerprint = "3D2B B230 F9FA F0C5 1832 46DD 4FDC 96F1 61E7 BA8A"; } ]; 2122 2122 }; 2123 2123 arthsmn = { 2124 2124 name = "Arthur Cerqueira"; ··· 2215 2215 email = "software@conlon.dev"; 2216 2216 github = "a1994sc"; 2217 2217 githubId = 1966320; 2218 - keys = [{fingerprint = "E1F3 9B80 47A5 1EB9 01F8 C385 7FE3 F668 49737 F37";}]; 2218 + keys = [ { fingerprint = "E1F3 9B80 47A5 1EB9 01F8 C385 7FE3 F668 49737 F37"; } ]; 2219 2219 }; 2220 2220 asciimoth = { 2221 2221 name = "Andrew"; 2222 2222 email = "ascii@moth.contact"; 2223 2223 github = "asciimoth"; 2224 2224 githubId = 91414737; 2225 - keys = [{fingerprint = "C5C8 4658 CCFD 7E8E 71DE E933 AF3A E54F C3A3 5C9F";}]; 2225 + keys = [ { fingerprint = "C5C8 4658 CCFD 7E8E 71DE E933 AF3A E54F C3A3 5C9F"; } ]; 2226 2226 }; 2227 2227 ashalkhakov = { 2228 2228 email = "artyom.shalkhakov@gmail.com"; ··· 2266 2266 github = "ashuramaruzxc"; 2267 2267 githubId = 72100551; 2268 2268 name = "Mariia Holovata"; 2269 - keys = [{fingerprint = "409D 201E 9450 8732 A49E D0FC 6BDA F874 0068 08DF";}]; 2269 + keys = [ { fingerprint = "409D 201E 9450 8732 A49E D0FC 6BDA F874 0068 08DF"; } ]; 2270 2270 }; 2271 2271 asininemonkey = { 2272 2272 email = "nixpkgs@asininemonkey.com"; ··· 2297 2297 github = "AsPulse"; 2298 2298 githubId = 84216737; 2299 2299 name = "AsPulse / あすぱる"; 2300 - keys = [{fingerprint = "C919 E69E A7C0 E147 9E0F C26E 1EDA D0C6 70BD 062D";}]; 2300 + keys = [ { fingerprint = "C919 E69E A7C0 E147 9E0F C26E 1EDA D0C6 70BD 062D"; } ]; 2301 2301 }; 2302 2302 assistant = { 2303 2303 email = "assistant.moetron@gmail.com"; ··· 2330 2330 github = "astrobeastie"; 2331 2331 githubId = 26362368; 2332 2332 name = "Vincent Fischer"; 2333 - keys = [{fingerprint = "BF47 81E1 F304 1ADF 18CE C401 DE16 C7D1 536D A72F";}]; 2333 + keys = [ { fingerprint = "BF47 81E1 F304 1ADF 18CE C401 DE16 C7D1 536D A72F"; } ]; 2334 2334 }; 2335 2335 astronaut0212 = { 2336 2336 email = "goatastronaut0212@outlook.com"; ··· 2350 2350 github = "aszlig"; 2351 2351 githubId = 192147; 2352 2352 name = "aszlig"; 2353 - keys = [{fingerprint = "DD52 6BC7 767D BA28 16C0 95E5 6840 89CE 67EB B691";}]; 2353 + keys = [ { fingerprint = "DD52 6BC7 767D BA28 16C0 95E5 6840 89CE 67EB B691"; } ]; 2354 2354 }; 2355 2355 atagen = { 2356 2356 name = "atagen"; ··· 2375 2375 github = "AtaraxiaSjel"; 2376 2376 githubId = 5314145; 2377 2377 name = "Dmitriy"; 2378 - keys = [{fingerprint = "922D A6E7 58A0 FE4C FAB4 E4B2 FD26 6B81 0DF4 8DF2";}]; 2378 + keys = [ { fingerprint = "922D A6E7 58A0 FE4C FAB4 E4B2 FD26 6B81 0DF4 8DF2"; } ]; 2379 2379 }; 2380 2380 atemu = { 2381 2381 name = "Atemu"; ··· 2417 2417 email = "m.abdolirad@gmail.com"; 2418 2418 github = "atkrad"; 2419 2419 githubId = 351364; 2420 - keys = [{fingerprint = "0380 F2F8 DF7A BA1A E7DB D84A 1935 1496 62CA FDB8";}]; 2420 + keys = [ { fingerprint = "0380 F2F8 DF7A BA1A E7DB D84A 1935 1496 62CA FDB8"; } ]; 2421 2421 }; 2422 2422 atnnn = { 2423 2423 email = "etienne@atnnn.com"; ··· 2436 2436 email = "attila@dorn.haus"; 2437 2437 github = "attilaolah"; 2438 2438 githubId = 196617; 2439 - keys = [{fingerprint = "BF2E 4759 74D3 88E0 E30C 9604 07E6 C064 3FD1 42C3";}]; 2439 + keys = [ { fingerprint = "BF2E 4759 74D3 88E0 E30C 9604 07E6 C064 3FD1 42C3"; } ]; 2440 2440 }; 2441 2441 auchter = { 2442 2442 name = "Michael Auchter"; ··· 2497 2497 email = "sven@autumnal.de"; 2498 2498 github = "sevenautumns"; 2499 2499 githubId = 20627275; 2500 - keys = [{fingerprint = "6A2E 7FDD 1037 11A8 B996 E28E B051 064E 2FCA B71B";}]; 2500 + keys = [ { fingerprint = "6A2E 7FDD 1037 11A8 B996 E28E B051 064E 2FCA B71B"; } ]; 2501 2501 }; 2502 2502 av-gal = { 2503 2503 email = "alex.v.galvin@gmail.com"; ··· 2552 2552 email = "alex@averyan.ru"; 2553 2553 github = "averyanalex"; 2554 2554 githubId = 59499799; 2555 - keys = [{fingerprint = "A0FF 4F26 6B80 0B86 726D EA5B 3C23 C7BD 9945 2036";}]; 2555 + keys = [ { fingerprint = "A0FF 4F26 6B80 0B86 726D EA5B 3C23 C7BD 9945 2036"; } ]; 2556 2556 }; 2557 2557 averyvigolo = { 2558 2558 email = "nixpkgs@averyv.me"; 2559 2559 github = "averyvigolo"; 2560 2560 githubId = 26379999; 2561 2561 name = "Avery Vigolo"; 2562 - keys = [{fingerprint = "9848 B216 BCBE 29BB 1C6A E0D5 7A4D F5A8 CDBD 49C7";}]; 2562 + keys = [ { fingerprint = "9848 B216 BCBE 29BB 1C6A E0D5 7A4D F5A8 CDBD 49C7"; } ]; 2563 2563 }; 2564 2564 avh4 = { 2565 2565 email = "gruen0aermel@gmail.com"; ··· 2572 2572 github = "aviallon"; 2573 2573 githubId = 7479436; 2574 2574 name = "Antoine Viallon"; 2575 - keys = [{fingerprint = "4AC4 A28D 7208 FC6F 2B51 5EA9 D126 B13A B555 E16F";}]; 2575 + keys = [ { fingerprint = "4AC4 A28D 7208 FC6F 2B51 5EA9 D126 B13A B555 E16F"; } ]; 2576 2576 }; 2577 2577 avitex = { 2578 2578 email = "theavitex@gmail.com"; 2579 2579 github = "avitex"; 2580 2580 githubId = 5110816; 2581 2581 name = "avitex"; 2582 - keys = [{fingerprint = "271E 136C 178E 06FA EA4E B854 8B36 6C44 3CAB E942";}]; 2582 + keys = [ { fingerprint = "271E 136C 178E 06FA EA4E B854 8B36 6C44 3CAB E942"; } ]; 2583 2583 }; 2584 2584 avnik = { 2585 2585 email = "avn@avnik.info"; ··· 2646 2646 matrix = "@azahi:azahi.cc"; 2647 2647 github = "azahi"; 2648 2648 githubId = 22211000; 2649 - keys = [{fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B";}]; 2649 + keys = [ { fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B"; } ]; 2650 2650 }; 2651 2651 azazak123 = { 2652 2652 email = "azazaka2002@gmail.com"; ··· 2689 2689 github = "B4dM4n"; 2690 2690 githubId = 448169; 2691 2691 name = "Fabian Möller"; 2692 - keys = [{fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50";}]; 2692 + keys = [ { fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50"; } ]; 2693 2693 }; 2694 2694 babbaj = { 2695 2695 name = "babbaj"; 2696 2696 email = "babbaj45@gmail.com"; 2697 2697 github = "babbaj"; 2698 2698 githubId = 12820770; 2699 - keys = [{fingerprint = "6FBC A462 4EAF C69C A7C4 98C1 F044 3098 48A0 7CAC";}]; 2699 + keys = [ { fingerprint = "6FBC A462 4EAF C69C A7C4 98C1 F044 3098 48A0 7CAC"; } ]; 2700 2700 }; 2701 2701 babeuh = { 2702 2702 name = "Raphael Le Goaller"; ··· 2723 2723 matrix = "@badele:matrix.org"; 2724 2724 github = "badele"; 2725 2725 githubId = 2806307; 2726 - keys = [{fingerprint = "00F4 21C4 C537 7BA3 9820 E13F 6B95 E13D E469 CC5D";}]; 2726 + keys = [ { fingerprint = "00F4 21C4 C537 7BA3 9820 E13F 6B95 E13D E469 CC5D"; } ]; 2727 2727 }; 2728 2728 badmutex = { 2729 2729 email = "github@badi.sh"; ··· 2850 2850 github = "wandersoncferreira"; 2851 2851 githubId = 17708295; 2852 2852 name = "Wanderson Ferreira"; 2853 - keys = [{fingerprint = "A3E1 C409 B705 50B3 BF41 492B 5684 0A61 4DBE 37AE";}]; 2853 + keys = [ { fingerprint = "A3E1 C409 B705 50B3 BF41 492B 5684 0A61 4DBE 37AE"; } ]; 2854 2854 }; 2855 2855 bashsu = { 2856 2856 name = "Joeal Subash"; ··· 2864 2864 matrix = "@bastaynav:matrix.org"; 2865 2865 github = "bastaynav"; 2866 2866 githubId = 6987136; 2867 - keys = [{fingerprint = "2C6D 37D4 6AA1 DCDA BE8D F346 43E2 CF4C 01B9 4940";}]; 2867 + keys = [ { fingerprint = "2C6D 37D4 6AA1 DCDA BE8D F346 43E2 CF4C 01B9 4940"; } ]; 2868 2868 }; 2869 2869 BastianAsmussen = { 2870 2870 name = "Bastian Asmussen"; 2871 2871 email = "bastian@asmussen.tech"; 2872 2872 github = "BastianAsmussen"; 2873 2873 githubId = 76102128; 2874 - keys = [{fingerprint = "3B11 7469 0893 85E7 16C2 7CD9 0FE5 A355 DBC9 2568";}]; 2874 + keys = [ { fingerprint = "3B11 7469 0893 85E7 16C2 7CD9 0FE5 A355 DBC9 2568"; } ]; 2875 2875 }; 2876 2876 basvandijk = { 2877 2877 email = "v.dijk.bas@gmail.com"; ··· 2903 2903 matrix = "@baukexyz:matrix.org"; 2904 2904 github = "Bauke"; 2905 2905 githubId = 19501722; 2906 - keys = [{fingerprint = "C593 27B5 9D0F 2622 23F6 1D03 C1C0 F299 52BC F558";}]; 2906 + keys = [ { fingerprint = "C593 27B5 9D0F 2622 23F6 1D03 C1C0 F299 52BC F558"; } ]; 2907 2907 }; 2908 2908 bb2020 = { 2909 2909 github = "bb2020"; ··· 3032 3032 email = "blcknc@pm.me"; 3033 3033 github = "bellackn"; 3034 3034 githubId = 32039602; 3035 - keys = [{fingerprint = "2B46 58FF 887A 8366 F88B BE92 CF83 0BB3 B973 9A6A";}]; 3035 + keys = [ { fingerprint = "2B46 58FF 887A 8366 F88B BE92 CF83 0BB3 B973 9A6A"; } ]; 3036 3036 }; 3037 3037 ben9986 = { 3038 3038 name = "Ben Carmichael"; 3039 3039 email = "ben9986.unvmn@passinbox.com"; 3040 3040 github = "Ben9986"; 3041 3041 githubId = 38633150; 3042 - keys = [{fingerprint = "03C7 A587 74B3 F0E8 CE1F 4F8E ABBC DD77 69BC D3B0";}]; 3042 + keys = [ { fingerprint = "03C7 A587 74B3 F0E8 CE1F 4F8E ABBC DD77 69BC D3B0"; } ]; 3043 3043 }; 3044 3044 benaryorg = { 3045 3045 name = "benaryorg"; 3046 3046 email = "binary@benary.org"; 3047 3047 github = "benaryorg"; 3048 3048 githubId = 6145260; 3049 - keys = [{fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D";}]; 3049 + keys = [ { fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D"; } ]; 3050 3050 }; 3051 3051 benchand = { 3052 3052 name = "Ben Chand"; ··· 3066 3066 email = "b.broich@posteo.de"; 3067 3067 github = "BenediktBroich"; 3068 3068 githubId = 32903896; 3069 - keys = [{fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976";}]; 3069 + keys = [ { fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976"; } ]; 3070 3070 }; 3071 3071 benesim = { 3072 3072 name = "Benjamin Isbarn"; 3073 3073 email = "benjamin.isbarn@gmail.com"; 3074 3074 github = "BeneSim"; 3075 3075 githubId = 29384538; 3076 - keys = [{fingerprint = "D35E C9CE E631 638F F1D8 B401 6F0E 410D C3EE D02";}]; 3076 + keys = [ { fingerprint = "D35E C9CE E631 638F F1D8 B401 6F0E 410D C3EE D02"; } ]; 3077 3077 }; 3078 3078 bengsparks = { 3079 3079 email = "benjamin.sparks@protonmail.com"; ··· 3098 3098 email = "benjaminedwardwebb@gmail.com"; 3099 3099 github = "benjaminedwardwebb"; 3100 3100 githubId = 7118777; 3101 - keys = [{fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25";}]; 3101 + keys = [ { fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25"; } ]; 3102 3102 }; 3103 3103 benkuhn = { 3104 3104 email = "ben@ben-kuhn.com"; ··· 3111 3111 github = "benlemasurier"; 3112 3112 githubId = 47993; 3113 3113 name = "Ben LeMasurier"; 3114 - keys = [{fingerprint = "0FD4 7407 EFD4 8FD8 8BF5 87B3 248D 430A E8E7 4189";}]; 3114 + keys = [ { fingerprint = "0FD4 7407 EFD4 8FD8 8BF5 87B3 248D 430A E8E7 4189"; } ]; 3115 3115 }; 3116 3116 benley = { 3117 3117 email = "benley@gmail.com"; ··· 3161 3161 email = "nicolas@normie.dev"; 3162 3162 github = "berbiche"; 3163 3163 githubId = 20448408; 3164 - keys = [{fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696";}]; 3164 + keys = [ { fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696"; } ]; 3165 3165 }; 3166 3166 berce = { 3167 3167 email = "bert.moens@gmail.com"; ··· 3192 3192 email = "eric.berquist@gmail.com"; 3193 3193 github = "berquist"; 3194 3194 githubId = 727571; 3195 - keys = [{fingerprint = "AAD4 3B70 A504 9675 CFC8 B101 BAFD 205D 5FA2 B329";}]; 3195 + keys = [ { fingerprint = "AAD4 3B70 A504 9675 CFC8 B101 BAFD 205D 5FA2 B329"; } ]; 3196 3196 }; 3197 3197 berrij = { 3198 3198 email = "jonathan@berrisch.biz"; ··· 3200 3200 name = "Jonathan Berrisch"; 3201 3201 github = "BerriJ"; 3202 3202 githubId = 37799358; 3203 - keys = [{fingerprint = "42 B6 CC90 6 A91 EA4F 8 A7E 315 B 30 DC 5398 152 C 5310";}]; 3203 + keys = [ { fingerprint = "42 B6 CC90 6 A91 EA4F 8 A7E 315 B 30 DC 5398 152 C 5310"; } ]; 3204 3204 }; 3205 3205 berryp = { 3206 3206 email = "berryphillips@gmail.com"; ··· 3213 3213 email = "berto.f@protonmail.com"; 3214 3214 github = "bertof"; 3215 3215 githubId = 9915675; 3216 - keys = [{fingerprint = "17C5 1EF9 C0FE 2EB2 FE56 BB53 FE98 AE5E C52B 1056";}]; 3216 + keys = [ { fingerprint = "17C5 1EF9 C0FE 2EB2 FE56 BB53 FE98 AE5E C52B 1056"; } ]; 3217 3217 }; 3218 3218 betaboon = { 3219 3219 email = "betaboon@0x80.ninja"; ··· 3226 3226 email = "nixpkgs@beviu.com"; 3227 3227 github = "beviu"; 3228 3228 githubId = 56923875; 3229 - keys = [{fingerprint = "30D6 A755 E3C3 5797 CBBB 05B6 CD20 2E66 5CAD 7D06";}]; 3229 + keys = [ { fingerprint = "30D6 A755 E3C3 5797 CBBB 05B6 CD20 2E66 5CAD 7D06"; } ]; 3230 3230 }; 3231 3231 bew = { 3232 3232 email = "benoit.dechezelles@gmail.com"; ··· 3310 3310 github = "Binary-Eater"; 3311 3311 githubId = 10691440; 3312 3312 name = "Rahul Rameshbabu"; 3313 - keys = [{fingerprint = "678A 8DF1 D9F2 B51B 7110 BE53 FF24 7B3E 5411 387B";}]; 3313 + keys = [ { fingerprint = "678A 8DF1 D9F2 B51B 7110 BE53 FF24 7B3E 5411 387B"; } ]; 3314 3314 }; 3315 3315 binarycat = { 3316 3316 email = "binarycat@envs.net"; ··· 3382 3382 email = "blankparticle@gmail.com"; 3383 3383 github = "BlankParticle"; 3384 3384 githubId = 130567419; 3385 - keys = [{fingerprint = "1757 64C3 7065 AA8D 614D 41C9 0ACE 126D 7B35 9261";}]; 3385 + keys = [ { fingerprint = "1757 64C3 7065 AA8D 614D 41C9 0ACE 126D 7B35 9261"; } ]; 3386 3386 }; 3387 3387 blanky0230 = { 3388 3388 email = "blanky0230@gmail.com"; ··· 3396 3396 name = "Brian Lee"; 3397 3397 github = "bleetube"; 3398 3398 githubId = 77934086; 3399 - keys = [{fingerprint = "4CA3 48F6 8FE1 1777 8EDA 3860 B9A2 C1B0 25EC 2C55";}]; 3399 + keys = [ { fingerprint = "4CA3 48F6 8FE1 1777 8EDA 3860 B9A2 C1B0 25EC 2C55"; } ]; 3400 3400 }; 3401 3401 blenderfreaky = { 3402 3402 name = "blenderfreaky"; ··· 3548 3548 matrix = "@bonus:bonusplay.pl"; 3549 3549 github = "BonusPlay"; 3550 3550 githubId = 8405359; 3551 - keys = [{fingerprint = "8279 6487 A4CA 2A28 E8B3 3CD6 C7F9 9743 6A20 4683";}]; 3551 + keys = [ { fingerprint = "8279 6487 A4CA 2A28 E8B3 3CD6 C7F9 9743 6A20 4683"; } ]; 3552 3552 }; 3553 3553 booklearner = { 3554 3554 name = "booklearner"; ··· 3556 3556 matrix = "@booklearner:matrix.org"; 3557 3557 github = "booklearner"; 3558 3558 githubId = 103979114; 3559 - keys = [{fingerprint = "17C7 95D4 871C 2F87 83C8 053D 0C61 C4E5 907F 76C8";}]; 3559 + keys = [ { fingerprint = "17C7 95D4 871C 2F87 83C8 053D 0C61 C4E5 907F 76C8"; } ]; 3560 3560 }; 3561 3561 booniepepper = { 3562 3562 name = "J.R. Hill"; ··· 3625 3625 matrix = "@soispha:vhack.eu"; 3626 3626 github = "bpeetz"; 3627 3627 githubId = 140968250; 3628 - keys = [{fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26";}]; 3628 + keys = [ { fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26"; } ]; 3629 3629 }; 3630 3630 Br1ght0ne = { 3631 3631 email = "brightone@protonmail.com"; 3632 3632 github = "Br1ght0ne"; 3633 3633 githubId = 12615679; 3634 3634 name = "Oleksii Filonenko"; 3635 - keys = [{fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8";}]; 3635 + keys = [ { fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8"; } ]; 3636 3636 }; 3637 3637 br337 = { 3638 3638 email = "brian.porumb@proton.me"; ··· 3693 3693 github = "bretek"; 3694 3694 githubId = 79257746; 3695 3695 name = "Joseph Madden"; 3696 - keys = [{fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C";}]; 3696 + keys = [ { fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C"; } ]; 3697 3697 }; 3698 3698 brettlyons = { 3699 3699 email = "blyons@fastmail.com"; ··· 3718 3718 email = "brian@linuxpenguins.xyz"; 3719 3719 github = "brianmay"; 3720 3720 githubId = 112729; 3721 - keys = [{fingerprint = "D636 5126 A92D B560 C627 ACED 1784 577F 811F 6EAC";}]; 3721 + keys = [ { fingerprint = "D636 5126 A92D B560 C627 ACED 1784 577F 811F 6EAC"; } ]; 3722 3722 }; 3723 3723 brianmcgee = { 3724 3724 name = "Brian McGee"; ··· 3737 3737 email = "hello@bricked.dev"; 3738 3738 github = "brckd"; 3739 3739 githubId = 92804487; 3740 - keys = [{fingerprint = "58A2 81E6 2FBD 6E4E 664C B603 7B4D 2A02 BB0E C28C";}]; 3740 + keys = [ { fingerprint = "58A2 81E6 2FBD 6E4E 664C B603 7B4D 2A02 BB0E C28C"; } ]; 3741 3741 }; 3742 3742 bricklou = { 3743 3743 name = "Bricklou"; 3744 3744 email = "louis13.bailleau@gmail.com"; 3745 3745 github = "bricklou"; 3746 3746 githubId = 15181236; 3747 - keys = [{fingerprint = "AE1E 3B80 7727 C974 B972 AB3C C324 01C3 BF52 1179";}]; 3747 + keys = [ { fingerprint = "AE1E 3B80 7727 C974 B972 AB3C C324 01C3 BF52 1179"; } ]; 3748 3748 }; 3749 3749 britter = { 3750 3750 name = "Benedikt Ritter"; ··· 3757 3757 github = "brhoades"; 3758 3758 githubId = 4763746; 3759 3759 name = "Billy Rhoades"; 3760 - keys = [{fingerprint = "BF4FCB85C69989B4ED95BF938AE74787A4B7C07E";}]; 3760 + keys = [ { fingerprint = "BF4FCB85C69989B4ED95BF938AE74787A4B7C07E"; } ]; 3761 3761 }; 3762 3762 broke = { 3763 3763 email = "broke@in-fucking.space"; ··· 3782 3782 email = "bsc@brsvh.org"; 3783 3783 github = "brsvh"; 3784 3784 githubId = 63050399; 3785 - keys = [{fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218";}]; 3785 + keys = [ { fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218"; } ]; 3786 3786 matrix = "@brsvh:mozilla.org"; 3787 3787 name = "Burgess Chang"; 3788 3788 }; ··· 3852 3852 github = "Builditluc"; 3853 3853 githubId = 37375448; 3854 3854 name = "Builditluc"; 3855 - keys = [{fingerprint = "FF16E475723B8C1E57A6B2569374074AE2D6F20E";}]; 3855 + keys = [ { fingerprint = "FF16E475723B8C1E57A6B2569374074AE2D6F20E"; } ]; 3856 3856 }; 3857 3857 buurro = { 3858 3858 email = "marcoburro98@gmail.com"; ··· 3944 3944 github = "c4patino"; 3945 3945 githubId = 79673111; 3946 3946 keys = [ 3947 - {fingerprint = "EA60 D516 A926 7532 369D 3E67 E161 DF22 9EC1 280E";} 3948 - {fingerprint = "D088 A5AF C45B 78D1 CD4F 457C 6957 B3B6 46F2 BB4E";} 3947 + { fingerprint = "EA60 D516 A926 7532 369D 3E67 E161 DF22 9EC1 280E"; } 3948 + { fingerprint = "D088 A5AF C45B 78D1 CD4F 457C 6957 B3B6 46F2 BB4E"; } 3949 3949 ]; 3950 3950 }; 3951 3951 caarlos0 = { ··· 3961 3961 name = "Vladimir Serov"; 3962 3962 keys = [ 3963 3963 # compare with https://keybase.io/cab404 3964 - {fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3";} 3965 - {fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A";} 3964 + { fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3"; } 3965 + { fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A"; } 3966 3966 ]; 3967 3967 }; 3968 3968 CactiChameleon9 = { ··· 3984 3984 github = "cafkafk"; 3985 3985 githubId = 89321978; 3986 3986 keys = [ 3987 - {fingerprint = "7B9E E848 D074 AE03 7A0C 651A 8ED4 DEF7 375A 30C8";} 3988 - {fingerprint = "208A 2A66 8A2F CDE7 B5D3 8F64 CDDC 792F 6552 51ED";} 3987 + { fingerprint = "7B9E E848 D074 AE03 7A0C 651A 8ED4 DEF7 375A 30C8"; } 3988 + { fingerprint = "208A 2A66 8A2F CDE7 B5D3 8F64 CDDC 792F 6552 51ED"; } 3989 3989 ]; 3990 3990 }; 3991 3991 cageyv = { ··· 3994 3994 githubId = 51059484; 3995 3995 name = "Vladmir Samoylov"; 3996 3996 keys = [ 3997 - {fingerprint = "8916 F727 734E 77AB 437F A33A 19AB 76F5 CEE1 1392";} 3997 + { fingerprint = "8916 F727 734E 77AB 437F A33A 19AB 76F5 CEE1 1392"; } 3998 3998 ]; 3999 3999 }; 4000 4000 CaiqueFigueiredo = { ··· 4034 4034 githubId = 16057677; 4035 4035 name = "Callum Leslie"; 4036 4036 keys = [ 4037 - {fingerprint = "BC82 4BB5 1656 D144 285E A0EC D382 C4AF EECE AA90";} 4038 - {fingerprint = "890B 06FB 209A 3E44 9491 C028 03B0 1F42 7831 BCFD";} 4037 + { fingerprint = "BC82 4BB5 1656 D144 285E A0EC D382 C4AF EECE AA90"; } 4038 + { fingerprint = "890B 06FB 209A 3E44 9491 C028 03B0 1F42 7831 BCFD"; } 4039 4039 ]; 4040 4040 }; 4041 4041 calvertvl = { ··· 4098 4098 github = "cameronraysmith"; 4099 4099 githubId = 420942; 4100 4100 name = "Cameron Smith"; 4101 - keys = [{fingerprint = "3F14 C258 856E 88AE E0F9 661E FF04 3B36 8811 DD1C";}]; 4101 + keys = [ { fingerprint = "3F14 C258 856E 88AE E0F9 661E FF04 3B36 8811 DD1C"; } ]; 4102 4102 }; 4103 4103 cameronyule = { 4104 4104 email = "cameron@cameronyule.com"; ··· 4153 4153 email = "kiran@ostrolenk.co.uk"; 4154 4154 github = "CardboardTurkey"; 4155 4155 githubId = 34030186; 4156 - keys = [{fingerprint = "8BC7 74E4 A2EC 7507 3B61 A647 0BBB 1C8B 1C36 39EE";}]; 4156 + keys = [ { fingerprint = "8BC7 74E4 A2EC 7507 3B61 A647 0BBB 1C8B 1C36 39EE"; } ]; 4157 4157 }; 4158 4158 carloscraveiro = { 4159 4159 email = "carlos.craveiro@usp.br"; ··· 4388 4388 github = "LostAttractor"; 4389 4389 githubId = 46527539; 4390 4390 name = "ChaosAttractor"; 4391 - keys = [{fingerprint = "A137 4415 DB7C 6439 10EA 5BF1 0FEE 4E47 5940 E125";}]; 4391 + keys = [ { fingerprint = "A137 4415 DB7C 6439 10EA 5BF1 0FEE 4E47 5940 E125"; } ]; 4392 4392 }; 4393 4393 charain = { 4394 4394 email = "charain_li@outlook.com"; ··· 4430 4430 email = "chayleaf-nix@pavluk.org"; 4431 4431 github = "chayleaf"; 4432 4432 githubId = 9590981; 4433 - keys = [{fingerprint = "4314 3701 154D 9E5F 7051 7ECF 7817 1AD4 6227 E68E";}]; 4433 + keys = [ { fingerprint = "4314 3701 154D 9E5F 7051 7ECF 7817 1AD4 6227 E68E"; } ]; 4434 4434 matrix = "@chayleaf:matrix.pavluk.org"; 4435 4435 name = "Anna Pavlyuk"; 4436 4436 }; ··· 4470 4470 githubId = 20300586; 4471 4471 matrix = "@sammy:cherrykitten.dev"; 4472 4472 name = "CherryKitten"; 4473 - keys = [{fingerprint = "264C FA1A 194C 585D F822 F673 C01A 7CBB A617 BD5F";}]; 4473 + keys = [ { fingerprint = "264C FA1A 194C 585D F822 F673 C01A 7CBB A617 BD5F"; } ]; 4474 4474 }; 4475 4475 cherrypiejam = { 4476 4476 github = "cherrypiejam"; ··· 4493 4493 name = "Diego Rodriguez"; 4494 4494 github = "Chili-Man"; 4495 4495 githubId = 631802; 4496 - keys = [{fingerprint = "099E 3F97 FA08 3D47 8C75 EBEC E0EB AD78 F019 0BD9";}]; 4496 + keys = [ { fingerprint = "099E 3F97 FA08 3D47 8C75 EBEC E0EB AD78 F019 0BD9"; } ]; 4497 4497 }; 4498 4498 chillcicada = { 4499 4499 email = "2210227279@qq.com"; 4500 4500 name = "chillcicada"; 4501 4501 github = "chillcicada"; 4502 4502 githubId = 116548943; 4503 - keys = [{fingerprint = "734C 20B3 33C4 FAB3 0BD0 743A 34C2 1231 0A99 754B";}]; 4503 + keys = [ { fingerprint = "734C 20B3 33C4 FAB3 0BD0 743A 34C2 1231 0A99 754B"; } ]; 4504 4504 }; 4505 4505 chiroptical = { 4506 4506 email = "chiroptical@gmail.com"; ··· 4618 4618 github = "christoph-heiss"; 4619 4619 githubId = 7571069; 4620 4620 name = "Christoph Heiss"; 4621 - keys = [{fingerprint = "9C56 1D64 30B2 8D6B DCBC 9CEB 73D5 E7FD EE3D E49A";}]; 4621 + keys = [ { fingerprint = "9C56 1D64 30B2 8D6B DCBC 9CEB 73D5 E7FD EE3D E49A"; } ]; 4622 4622 }; 4623 4623 christophcharles = { 4624 4624 github = "christophcharles"; ··· 4636 4636 github = "chrjabs"; 4637 4637 githubId = 98587286; 4638 4638 name = "Christoph Jabs"; 4639 - keys = [{fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D";}]; 4639 + keys = [ { fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D"; } ]; 4640 4640 }; 4641 4641 chrpinedo = { 4642 4642 github = "chrpinedo"; ··· 4654 4654 email = "nixos@chuang.cz"; 4655 4655 github = "chuangzhu"; 4656 4656 githubId = 31200881; 4657 - keys = [{fingerprint = "5D03 A5E6 0754 A3E3 CA57 5037 E838 CED8 1CFF D3F9";}]; 4657 + keys = [ { fingerprint = "5D03 A5E6 0754 A3E3 CA57 5037 E838 CED8 1CFF D3F9"; } ]; 4658 4658 }; 4659 4659 chvp = { 4660 4660 email = "nixpkgs@cvpetegem.be"; ··· 4680 4680 email = "cig0.github@gmail.com"; 4681 4681 github = "cig0"; 4682 4682 githubId = 394089; 4683 - keys = [{fingerprint = "1828 B459 DB9A 7EE2 03F4 7E6E AFBE ACC5 5D93 84A0";}]; 4683 + keys = [ { fingerprint = "1828 B459 DB9A 7EE2 03F4 7E6E AFBE ACC5 5D93 84A0"; } ]; 4684 4684 }; 4685 4685 cigrainger = { 4686 4686 name = "Christopher Grainger"; ··· 4716 4716 github = "RealityAnomaly"; 4717 4717 githubId = 5567402; 4718 4718 name = "Alex Zero"; 4719 - keys = [{fingerprint = "A0AA 4646 B8F6 9D45 4553 5A88 A515 50ED B450 302C";}]; 4719 + keys = [ { fingerprint = "A0AA 4646 B8F6 9D45 4553 5A88 A515 50ED B450 302C"; } ]; 4720 4720 }; 4721 4721 cizra = { 4722 4722 email = "todurov+nix@gmail.com"; ··· 4777 4777 github = "clebs"; 4778 4778 githubId = 1059661; 4779 4779 name = "Borja Clemente"; 4780 - keys = [{fingerprint = "C4E1 58BD FD33 3C77 B6C7 178E 2539 757E F64C 60DD";}]; 4780 + keys = [ { fingerprint = "C4E1 58BD FD33 3C77 B6C7 178E 2539 757E F64C 60DD"; } ]; 4781 4781 }; 4782 4782 cleeyv = { 4783 4783 email = "cleeyv@riseup.net"; ··· 4846 4846 github = "cmars"; 4847 4847 githubId = 23741; 4848 4848 name = "Casey Marshall"; 4849 - keys = [{fingerprint = "6B78 7E5F B493 FA4F D009 5D10 6DEC 2758 ACD5 A973";}]; 4849 + keys = [ { fingerprint = "6B78 7E5F B493 FA4F D009 5D10 6DEC 2758 ACD5 A973"; } ]; 4850 4850 }; 4851 4851 cmcdragonkai = { 4852 4852 email = "roger.qiu@matrix.ai"; ··· 4901 4901 github = "Coca162"; 4902 4902 githubId = 62479942; 4903 4903 name = "Coca"; 4904 - keys = [{fingerprint = "99CB 86FF 62BB 7DA4 8903 B16D 0328 2DF8 8179 AB19";}]; 4904 + keys = [ { fingerprint = "99CB 86FF 62BB 7DA4 8903 B16D 0328 2DF8 8179 AB19"; } ]; 4905 4905 }; 4906 4906 cococolanosugar = { 4907 4907 name = "George Xu"; ··· 4920 4920 github = "code-asher"; 4921 4921 githubId = 45609798; 4922 4922 name = "Asher"; 4923 - keys = [{fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC";}]; 4923 + keys = [ { fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC"; } ]; 4924 4924 }; 4925 4925 codebam = { 4926 4926 name = "Sean Behan"; ··· 4928 4928 matrix = "@codebam:fedora.im"; 4929 4929 github = "codebam"; 4930 4930 githubId = 6035884; 4931 - keys = [{fingerprint = "42CD E212 593C F2FD C723 48A8 0F6D 5021 A87F 92BA";}]; 4931 + keys = [ { fingerprint = "42CD E212 593C F2FD C723 48A8 0F6D 5021 A87F 92BA"; } ]; 4932 4932 }; 4933 4933 codec = { 4934 4934 email = "codec@fnord.cx"; ··· 4958 4958 name = "Guy Boldon"; 4959 4959 github = "codifryed"; 4960 4960 githubId = 27779510; 4961 - keys = [{fingerprint = "FDF5 EF67 8CC1 FE22 1845 6A22 CF7B BB5B C756 1BD3";}]; 4961 + keys = [ { fingerprint = "FDF5 EF67 8CC1 FE22 1845 6A22 CF7B BB5B C756 1BD3"; } ]; 4962 4962 }; 4963 4963 codsl = { 4964 4964 email = "codsl@riseup.net"; ··· 4984 4984 matrix = "@cofob:matrix.org"; 4985 4985 github = "cofob"; 4986 4986 githubId = 49928332; 4987 - keys = [{fingerprint = "5F3D 9D3D ECE0 8651 DE14 D29F ACAD 4265 E193 794D";}]; 4987 + keys = [ { fingerprint = "5F3D 9D3D ECE0 8651 DE14 D29F ACAD 4265 E193 794D"; } ]; 4988 4988 }; 4989 4989 Cogitri = { 4990 4990 email = "oss@cogitri.dev"; ··· 5018 5018 matrix = "@cole-h:matrix.org"; 5019 5019 github = "cole-h"; 5020 5020 githubId = 28582702; 5021 - keys = [{fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C";}]; 5021 + keys = [ { fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C"; } ]; 5022 5022 }; 5023 5023 colemickens = { 5024 5024 email = "cole.mickens@gmail.com"; ··· 5156 5156 matrix = "@corbansolo:matrix.org"; 5157 5157 name = "Corban Raun"; 5158 5158 keys = [ 5159 - {fingerprint = "6607 0B24 8CE5 64ED 22CE 0950 A697 A56F 1F15 1189";} 5160 - {fingerprint = "D8CB 816A B678 A4E6 1EC7 5325 230F 4AC1 53F9 0F29";} 5159 + { fingerprint = "6607 0B24 8CE5 64ED 22CE 0950 A697 A56F 1F15 1189"; } 5160 + { fingerprint = "D8CB 816A B678 A4E6 1EC7 5325 230F 4AC1 53F9 0F29"; } 5161 5161 ]; 5162 5162 }; 5163 5163 corbinwunderlich = { ··· 5212 5212 github = "cpu"; 5213 5213 githubId = 292650; 5214 5214 name = "Daniel McCarney"; 5215 - keys = [{fingerprint = "8026 D24A A966 BF9C D3CD CB3C 08FB 2BFC 470E 75B4";}]; 5215 + keys = [ { fingerprint = "8026 D24A A966 BF9C D3CD CB3C 08FB 2BFC 470E 75B4"; } ]; 5216 5216 }; 5217 5217 cr0n = { 5218 5218 name = "cr0n"; ··· 5273 5273 name = "Robert Medeiros"; 5274 5274 github = "crimeminister"; 5275 5275 githubId = 29072; 5276 - keys = [{fingerprint = "E3BD A35E 590A 8D29 701A 9723 F448 7FA0 4BC6 44F2";}]; 5276 + keys = [ { fingerprint = "E3BD A35E 590A 8D29 701A 9723 F448 7FA0 4BC6 44F2"; } ]; 5277 5277 }; 5278 5278 crinklywrappr = { 5279 5279 email = "crinklywrappr@pm.me"; ··· 5298 5298 name = "Jan Möller"; 5299 5299 github = "croissong"; 5300 5300 githubId = 4162215; 5301 - keys = [{fingerprint = "CE97 9DEE 904C 26AA 3716 78C2 96A4 38F9 EE72 572F";}]; 5301 + keys = [ { fingerprint = "CE97 9DEE 904C 26AA 3716 78C2 96A4 38F9 EE72 572F"; } ]; 5302 5302 }; 5303 5303 crschnick = { 5304 5304 email = "crschnick@xpipe.io"; ··· 5312 5312 github = "CRTified"; 5313 5313 githubId = 2440581; 5314 5314 name = "Carl Richard Theodor Schneider"; 5315 - keys = [{fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788";}]; 5315 + keys = [ { fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788"; } ]; 5316 5316 }; 5317 5317 Cryolitia = { 5318 5318 name = "Cryolitia PukNgae"; 5319 5319 email = "Cryolitia@gmail.com"; 5320 5320 github = "Cryolitia"; 5321 5321 githubId = 23723294; 5322 - keys = [{fingerprint = "1C3C 6547 538D 7152 310C 0EEA 84DD 0C01 30A5 4DF7";}]; 5322 + keys = [ { fingerprint = "1C3C 6547 538D 7152 310C 0EEA 84DD 0C01 30A5 4DF7"; } ]; 5323 5323 }; 5324 5324 cryptix = { 5325 5325 email = "cryptix@riseup.net"; ··· 5386 5386 github = "cust0dian"; 5387 5387 githubId = 119854490; 5388 5388 name = "Serg Nesterov"; 5389 - keys = [{fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C";}]; 5389 + keys = [ { fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C"; } ]; 5390 5390 }; 5391 5391 cwoac = { 5392 5392 email = "oliver@codersoffortune.net"; ··· 5412 5412 github = "CyberShadow"; 5413 5413 githubId = 160894; 5414 5414 5415 - keys = [{fingerprint = "BBED 1B08 8CED 7F95 8917 FBE8 5004 F0FA D051 576D";}]; 5415 + keys = [ { fingerprint = "BBED 1B08 8CED 7F95 8917 FBE8 5004 F0FA D051 576D"; } ]; 5416 5416 }; 5417 5417 cynerd = { 5418 5418 name = "Karel Kočí"; 5419 5419 email = "cynerd@email.cz"; 5420 5420 github = "Cynerd"; 5421 5421 githubId = 3811900; 5422 - keys = [{fingerprint = "2B1F 70F9 5F1B 48DA 2265 A7FA A6BC 8B8C EB31 659B";}]; 5422 + keys = [ { fingerprint = "2B1F 70F9 5F1B 48DA 2265 A7FA A6BC 8B8C EB31 659B"; } ]; 5423 5423 }; 5424 5424 cyntheticfox = { 5425 5425 email = "cyntheticfox@gh0st.sh"; 5426 5426 github = "cyntheticfox"; 5427 5427 githubId = 17628961; 5428 - keys = [{fingerprint = "73C1 C5DF 51E7 BB92 85E9 A262 5960 278C E235 F821";}]; 5428 + keys = [ { fingerprint = "73C1 C5DF 51E7 BB92 85E9 A262 5960 278C E235 F821"; } ]; 5429 5429 matrix = "@houstdav000:gh0st.ems.host"; 5430 5430 name = "Cynthia Fox"; 5431 5431 }; ··· 5441 5441 githubId = 2217136; 5442 5442 name = "Ștefan D. Mihăilă"; 5443 5443 keys = [ 5444 - {fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB";} 5445 - {fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52";} 5444 + { fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB"; } 5445 + { fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52"; } 5446 5446 ]; 5447 5447 }; 5448 5448 cyplo = { ··· 5468 5468 github = "d-goldin"; 5469 5469 githubId = 43349662; 5470 5470 name = "Dima"; 5471 - keys = [{fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE";}]; 5471 + keys = [ { fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; } ]; 5472 5472 }; 5473 5473 d3vil0p3r = { 5474 5474 name = "Antonio Voza"; ··· 5511 5511 email = "dadada@dadada.li"; 5512 5512 github = "dadada"; 5513 5513 githubId = 7216772; 5514 - keys = [{fingerprint = "D68C 8469 5C08 7E0F 733A 28D0 EEB8 D1CE 62C4 DFEA";}]; 5514 + keys = [ { fingerprint = "D68C 8469 5C08 7E0F 733A 28D0 EEB8 D1CE 62C4 DFEA"; } ]; 5515 5515 }; 5516 5516 dalance = { 5517 5517 email = "dalance@gmail.com"; ··· 5530 5530 github = "DAlperin"; 5531 5531 githubId = 16063713; 5532 5532 name = "Dov Alperin"; 5533 - keys = [{fingerprint = "4EED 5096 B925 86FA 1101 6673 7F2C 07B9 1B52 BB61";}]; 5533 + keys = [ { fingerprint = "4EED 5096 B925 86FA 1101 6673 7F2C 07B9 1B52 BB61"; } ]; 5534 5534 }; 5535 5535 damhiya = { 5536 5536 name = "SoonWon Moon"; ··· 5574 5574 email = "djc@djc.id.au"; 5575 5575 github = "danc86"; 5576 5576 githubId = 398575; 5577 - keys = [{fingerprint = "1C56 01F1 D70A B56F EABB 6BC0 26B5 AA2F DAF2 F30A";}]; 5577 + keys = [ { fingerprint = "1C56 01F1 D70A B56F EABB 6BC0 26B5 AA2F DAF2 F30A"; } ]; 5578 5578 }; 5579 5579 dancek = { 5580 5580 email = "hannu.hartikainen@gmail.com"; ··· 5691 5691 matrix = "@danth:danth.me"; 5692 5692 github = "danth"; 5693 5693 githubId = 28959268; 5694 - keys = [{fingerprint = "4779 D1D5 3C97 2EAE 34A5 ED3D D8AF C4BF 0567 0F9D";}]; 5694 + keys = [ { fingerprint = "4779 D1D5 3C97 2EAE 34A5 ED3D D8AF C4BF 0567 0F9D"; } ]; 5695 5695 }; 5696 5696 dariof4 = { 5697 5697 name = "dariof4"; ··· 5747 5747 email = "dasisdormax@mailbox.org"; 5748 5748 github = "dasisdormax"; 5749 5749 githubId = 3714905; 5750 - keys = [{fingerprint = "E59B A198 61B0 A9ED C1FA 3FB2 02BA 0D44 80CA 6C44";}]; 5750 + keys = [ { fingerprint = "E59B A198 61B0 A9ED C1FA 3FB2 02BA 0D44 80CA 6C44"; } ]; 5751 5751 name = "Maximilian Wende"; 5752 5752 }; 5753 5753 dasj19 = { ··· 5773 5773 githubId = 28595242; 5774 5774 name = "DataHearth"; 5775 5775 keys = [ 5776 - {fingerprint = "E8F9 0B80 908E 723D 0EDF 0916 5803 CDA5 9C26 A96A";} 5776 + { fingerprint = "E8F9 0B80 908E 723D 0EDF 0916 5803 CDA5 9C26 A96A"; } 5777 5777 ]; 5778 5778 }; 5779 5779 dav-wolff = { ··· 5811 5811 github = "david-r-cox"; 5812 5812 githubId = 4259949; 5813 5813 name = "David Cox"; 5814 - keys = [{fingerprint = "0056 A3F6 9918 1E0D 8FF0 BCDE 65BB 07FA A4D9 4634";}]; 5814 + keys = [ { fingerprint = "0056 A3F6 9918 1E0D 8FF0 BCDE 65BB 07FA A4D9 4634"; } ]; 5815 5815 }; 5816 5816 david-sawatzke = { 5817 5817 email = "d-nix@sawatzke.dev"; ··· 5855 5855 github = "davidtwco"; 5856 5856 githubId = 1295100; 5857 5857 name = "David Wood"; 5858 - keys = [{fingerprint = "5B08 313C 6853 E5BF FA91 A817 0176 0B4F 9F53 F154";}]; 5858 + keys = [ { fingerprint = "5B08 313C 6853 E5BF FA91 A817 0176 0B4F 9F53 F154"; } ]; 5859 5859 }; 5860 5860 davisrichard437 = { 5861 5861 email = "davisrichard437@gmail.com"; ··· 5916 5916 github = "dbirks"; 5917 5917 githubId = 7545665; 5918 5918 name = "David Birks"; 5919 - keys = [{fingerprint = "B26F 9AD8 DA20 3392 EF87 C61A BB99 9F83 D9A1 9A36";}]; 5919 + keys = [ { fingerprint = "B26F 9AD8 DA20 3392 EF87 C61A BB99 9F83 D9A1 9A36"; } ]; 5920 5920 }; 5921 5921 dblsaiko = { 5922 5922 email = "me@dblsaiko.net"; ··· 5941 5941 github = "dbrgn"; 5942 5942 githubId = 105168; 5943 5943 name = "Danilo B."; 5944 - keys = [{fingerprint = "20EE 002D 778A E197 EF7D 0D2C B993 FF98 A90C 9AB1";}]; 5944 + keys = [ { fingerprint = "20EE 002D 778A E197 EF7D 0D2C B993 FF98 A90C 9AB1"; } ]; 5945 5945 }; 5946 5946 dbrock = { 5947 5947 email = "daniel@brockman.se"; ··· 5994 5994 email = "dearrude@tfwno.gf"; 5995 5995 github = "DearRude"; 5996 5996 githubId = 30749142; 5997 - keys = [{fingerprint = "4E35 F2E5 2132 D654 E815 A672 DB2C BC24 2868 6000";}]; 5997 + keys = [ { fingerprint = "4E35 F2E5 2132 D654 E815 A672 DB2C BC24 2868 6000"; } ]; 5998 5998 }; 5999 5999 debling = { 6000 6000 name = "Denilson S. Ebling"; 6001 6001 email = "d.ebling8@gmail.com"; 6002 6002 github = "debling"; 6003 6003 githubId = 32403873; 6004 - keys = [{fingerprint = "3EDD 9C88 B0F2 58F8 C25F 5D2C CCBC 8AA1 AF06 2142";}]; 6004 + keys = [ { fingerprint = "3EDD 9C88 B0F2 58F8 C25F 5D2C CCBC 8AA1 AF06 2142"; } ]; 6005 6005 }; 6006 6006 declan = { 6007 6007 name = "Declan Rixon"; ··· 6013 6013 github = "deeengan"; 6014 6014 githubId = 87693324; 6015 6015 name = "Dee Engan"; 6016 - keys = [{fingerprint = "9C24 79F5 F0CE 48F4 00EE 4A5B B8ED 46EB 468B F72D";}]; 6016 + keys = [ { fingerprint = "9C24 79F5 F0CE 48F4 00EE 4A5B B8ED 46EB 468B F72D"; } ]; 6017 6017 }; 6018 6018 deejayem = { 6019 6019 email = "nixpkgs.bu5hq@simplelogin.com"; 6020 6020 github = "deejayem"; 6021 6021 githubId = 2564003; 6022 6022 name = "David Morgan"; 6023 - keys = [{fingerprint = "9B43 6B14 77A8 79C2 6CDB 6604 C171 2510 02C2 00F2";}]; 6023 + keys = [ { fingerprint = "9B43 6B14 77A8 79C2 6CDB 6604 C171 2510 02C2 00F2"; } ]; 6024 6024 }; 6025 6025 deekahy = { 6026 6026 email = "Lennart.Diego.Kahn@gmail.com"; ··· 6051 6051 matrix = "@defelo:matrix.defelo.de"; 6052 6052 github = "Defelo"; 6053 6053 githubId = 41747605; 6054 - keys = [{fingerprint = "6130 3BBA D7D1 BF74 EFA4 4E3B E7FE 2087 E438 0E64";}]; 6054 + keys = [ { fingerprint = "6130 3BBA D7D1 BF74 EFA4 4E3B E7FE 2087 E438 0E64"; } ]; 6055 6055 }; 6056 6056 definfo = { 6057 6057 name = "Adrien SUN"; ··· 6082 6082 matrix = "@delafthi:matrix.org"; 6083 6083 github = "delafthi"; 6084 6084 githubId = 50531499; 6085 - keys = [{fingerprint = "6DBB 0BB9 AEE6 2C2A 8059 7E1C 0092 6686 9818 63CB";}]; 6085 + keys = [ { fingerprint = "6DBB 0BB9 AEE6 2C2A 8059 7E1C 0092 6686 9818 63CB"; } ]; 6086 6086 }; 6087 6087 delehef = { 6088 6088 name = "Franklin Delehelle"; ··· 6439 6439 matrix = "@dtc:diogotc.com"; 6440 6440 github = "diogotcorreia"; 6441 6441 githubId = 7467891; 6442 - keys = [{fingerprint = "111F 91B7 5F61 99D8 985B 4C70 12CF 31FD FF17 2B77";}]; 6442 + keys = [ { fingerprint = "111F 91B7 5F61 99D8 985B 4C70 12CF 31FD FF17 2B77"; } ]; 6443 6443 }; 6444 6444 diogox = { 6445 6445 name = "Diogo Xavier"; ··· 6487 6487 email = "hello@ditsuke.com"; 6488 6488 github = "ditsuke"; 6489 6489 githubId = 72784348; 6490 - keys = [{fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21";}]; 6490 + keys = [ { fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21"; } ]; 6491 6491 }; 6492 6492 dixslyf = { 6493 6493 name = "Dixon Sean Low Yan Feng"; 6494 6494 email = "dixonseanlow@protonmail.com"; 6495 6495 github = "dixslyf"; 6496 6496 githubId = 56017218; 6497 - keys = [{fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8";}]; 6497 + keys = [ { fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8"; } ]; 6498 6498 }; 6499 6499 Djabx = { 6500 6500 email = "alexandre@badez.eu"; ··· 6637 6637 email = "silkmoth@protonmail.com"; 6638 6638 github = "asciimoth"; 6639 6639 githubId = 91414737; 6640 - keys = [{fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087";}]; 6640 + keys = [ { fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087"; } ]; 6641 6641 }; 6642 6642 dominikh = { 6643 6643 email = "dominik@honnef.co"; ··· 6649 6649 github = "donovanglover"; 6650 6650 githubId = 2374245; 6651 6651 name = "Donovan Glover"; 6652 - keys = [{fingerprint = "EE7D 158E F9E7 660E 0C33 86B2 8FC5 F7D9 0A5D 8F4D";}]; 6652 + keys = [ { fingerprint = "EE7D 158E F9E7 660E 0C33 86B2 8FC5 F7D9 0A5D 8F4D"; } ]; 6653 6653 }; 6654 6654 donteatoreo = { 6655 6655 name = "DontEatOreo"; ··· 6661 6661 name = "Dopplerian"; 6662 6662 github = "Dopplerian"; 6663 6663 githubId = 53937537; 6664 - keys = [{fingerprint = "BBC4 C071 516B A147 8D07 F9DC D2FD E6EC 2E8C 2BF4";}]; 6664 + keys = [ { fingerprint = "BBC4 C071 516B A147 8D07 F9DC D2FD E6EC 2E8C 2BF4"; } ]; 6665 6665 }; 6666 6666 doriath = { 6667 6667 email = "tomasz.zurkowski@gmail.com"; ··· 6699 6699 github = "dottedmag"; 6700 6700 githubId = 16120; 6701 6701 name = "Misha Gusarov"; 6702 - keys = [{fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888";}]; 6702 + keys = [ { fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888"; } ]; 6703 6703 }; 6704 6704 dottybot = { 6705 6705 name = "Scala Organization (dottybot)"; ··· 6724 6724 github = "dpausp"; 6725 6725 githubId = 1965950; 6726 6726 name = "Tobias Stenzel"; 6727 - keys = [{fingerprint = "4749 0887 CF3B 85A1 6355 C671 78C7 DD40 DF23 FB16";}]; 6727 + keys = [ { fingerprint = "4749 0887 CF3B 85A1 6355 C671 78C7 DD40 DF23 FB16"; } ]; 6728 6728 }; 6729 6729 dpc = { 6730 6730 email = "dpc@dpc.pw"; ··· 6732 6732 githubId = 9209; 6733 6733 matrix = "@dpc:matrix.org"; 6734 6734 name = "Dawid Ciężarkiewicz"; 6735 - keys = [{fingerprint = "0402 11D2 0830 2D71 5792 8197 86BB 1D5B 5575 7D38";}]; 6735 + keys = [ { fingerprint = "0402 11D2 0830 2D71 5792 8197 86BB 1D5B 5575 7D38"; } ]; 6736 6736 }; 6737 6737 DPDmancul = { 6738 6738 name = "Davide Peressoni"; ··· 6758 6758 github = "dr460nf1r3"; 6759 6759 githubId = 12834713; 6760 6760 name = "Nico Jensch"; 6761 - keys = [{fingerprint = "D245 D484 F357 8CB1 7FD6 DA6B 67DB 29BF F3C9 6757";}]; 6761 + keys = [ { fingerprint = "D245 D484 F357 8CB1 7FD6 DA6B 67DB 29BF F3C9 6757"; } ]; 6762 6762 }; 6763 6763 dragonginger = { 6764 6764 email = "dragonginger10@gmail.com"; ··· 6825 6825 github = "drperceptron"; 6826 6826 githubId = 92106371; 6827 6827 name = "Dr Perceptron"; 6828 - keys = [{fingerprint = "7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0";}]; 6828 + keys = [ { fingerprint = "7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0"; } ]; 6829 6829 }; 6830 6830 DrSensor = { 6831 6831 name = "Fahmi Akbar Wildana"; ··· 6840 6840 matrix = "@drupol:matrix.org"; 6841 6841 github = "drupol"; 6842 6842 githubId = 252042; 6843 - keys = [{fingerprint = "85F3 72DF 4AF3 EF13 ED34 72A3 0AAF 2901 E804 0715";}]; 6843 + keys = [ { fingerprint = "85F3 72DF 4AF3 EF13 ED34 72A3 0AAF 2901 E804 0715"; } ]; 6844 6844 }; 6845 6845 DrymarchonShaun = { 6846 6846 name = "Shaun"; ··· 6859 6859 email = "daniel.salwasser@outlook.com"; 6860 6860 github = "dsalwasser"; 6861 6861 githubId = 148379503; 6862 - keys = [{fingerprint = "DBA9 AE6B 84A9 C08E C4AD 1E46 6CD2 0B2D 0655 BDF6";}]; 6862 + keys = [ { fingerprint = "DBA9 AE6B 84A9 C08E C4AD 1E46 6CD2 0B2D 0655 BDF6"; } ]; 6863 6863 }; 6864 6864 dschrempf = { 6865 6865 name = "Dominik Schrempf"; 6866 6866 email = "dominik.schrempf@gmail.com"; 6867 6867 github = "dschrempf"; 6868 6868 githubId = 5596239; 6869 - keys = [{fingerprint = "62BC E2BD 49DF ECC7 35C7 E153 875F 2BCF 163F 1B29";}]; 6869 + keys = [ { fingerprint = "62BC E2BD 49DF ECC7 35C7 E153 875F 2BCF 163F 1B29"; } ]; 6870 6870 }; 6871 6871 dseelp = { 6872 6872 name = "dsee"; ··· 6898 6898 matrix = "@dani0854:matrix.org"; 6899 6899 github = "dani0854"; 6900 6900 githubId = 32674935; 6901 - keys = [{fingerprint = "E033 FE26 0E62 224B B35C 75C9 DE8B 9CED 0696 C600";}]; 6901 + keys = [ { fingerprint = "E033 FE26 0E62 224B B35C 75C9 DE8B 9CED 0696 C600"; } ]; 6902 6902 }; 6903 6903 dsymbol = { 6904 6904 name = "dsymbol"; ··· 6910 6910 github = "dtomvan"; 6911 6911 githubId = 51440893; 6912 6912 name = "Tom van Dijk"; 6913 - keys = [{fingerprint = "D044 F07B 8863 B681 26BD 79FE 7A98 4C82 07AD BA51";}]; 6913 + keys = [ { fingerprint = "D044 F07B 8863 B681 26BD 79FE 7A98 4C82 07AD BA51"; } ]; 6914 6914 }; 6915 6915 dtzWill = { 6916 6916 email = "w@wdtz.org"; 6917 6917 github = "dtzWill"; 6918 6918 githubId = 817330; 6919 6919 name = "Will Dietz"; 6920 - keys = [{fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8";}]; 6920 + keys = [ { fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8"; } ]; 6921 6921 }; 6922 6922 dudymas = { 6923 6923 email = "jeremy.white@cloudposse.com"; ··· 6937 6937 githubId = 1749762; 6938 6938 name = "Mikhail Klementev"; 6939 6939 keys = [ 6940 - {fingerprint = "5AC8 C9A1 68C7 9451 1A91 2295 C990 5BA7 2B5E 02BB";} 6941 - {fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A";} 6940 + { fingerprint = "5AC8 C9A1 68C7 9451 1A91 2295 C990 5BA7 2B5E 02BB"; } 6941 + { fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A"; } 6942 6942 ]; 6943 6943 }; 6944 6944 dunxen = { ··· 6947 6947 github = "dunxen"; 6948 6948 githubId = 3072149; 6949 6949 name = "Duncan Dean"; 6950 - keys = [{fingerprint = "9484 44FC E03B 05BA 5AB0 591E C37B 1C1D 44C7 86EE";}]; 6950 + keys = [ { fingerprint = "9484 44FC E03B 05BA 5AB0 591E C37B 1C1D 44C7 86EE"; } ]; 6951 6951 }; 6952 6952 DutchGerman = { 6953 6953 name = "Stefan Visser"; 6954 6954 email = "stefan.visser@apm-ecampus.de"; 6955 6955 github = "DutchGerman"; 6956 6956 githubId = 60694691; 6957 - keys = [{fingerprint = "A7C9 3DC7 E891 046A 980F 2063 F222 A13B 2053 27A5";}]; 6957 + keys = [ { fingerprint = "A7C9 3DC7 E891 046A 980F 2063 F222 A13B 2053 27A5"; } ]; 6958 6958 }; 6959 6959 dvaerum = { 6960 6960 email = "nixpkgs-maintainer@varum.dk"; ··· 7059 7059 github = "e1mo"; 7060 7060 githubId = 61651268; 7061 7061 name = "Nina Fromm"; 7062 - keys = [{fingerprint = "67BE E563 43B6 420D 550E DF2A 6D61 7FD0 A85B AADA";}]; 7062 + keys = [ { fingerprint = "67BE E563 43B6 420D 550E DF2A 6D61 7FD0 A85B AADA"; } ]; 7063 7063 }; 7064 7064 eadwu = { 7065 7065 email = "edmund.wu@protonmail.com"; ··· 7102 7102 github = "ebbertd"; 7103 7103 githubId = 20522234; 7104 7104 name = "Daniel Ebbert"; 7105 - keys = [{fingerprint = "E765 FCA3 D9BF 7FDB 856E AD73 47BC 1559 27CB B9C7";}]; 7105 + keys = [ { fingerprint = "E765 FCA3 D9BF 7FDB 856E AD73 47BC 1559 27CB B9C7"; } ]; 7106 7106 }; 7107 7107 ebzzry = { 7108 7108 email = "ebzzry@ebzzry.io"; ··· 7139 7139 github = "eddsteel"; 7140 7140 githubId = 206872; 7141 7141 name = "Edd Steel"; 7142 - keys = [{fingerprint = "1BE8 48D7 6C7C 4C51 349D DDCC 3362 0159 D403 85A0";}]; 7142 + keys = [ { fingerprint = "1BE8 48D7 6C7C 4C51 349D DDCC 3362 0159 D403 85A0"; } ]; 7143 7143 }; 7144 7144 edef = { 7145 7145 email = "edef@edef.eu"; ··· 7165 7165 matrix = "@edgar.vincent:matrix.org"; 7166 7166 github = "edgar-vincent"; 7167 7167 githubId = 63352906; 7168 - keys = [{fingerprint = "922F CA48 5FDB 20B1 ED1B A61F 284D 11D3 33C4 D21B";}]; 7168 + keys = [ { fingerprint = "922F CA48 5FDB 20B1 ED1B A61F 284D 11D3 33C4 D21B"; } ]; 7169 7169 }; 7170 7170 edlimerkaj = { 7171 7171 name = "Edli Merkaj"; ··· 7184 7184 email = "ericdrex@gmail.com"; 7185 7185 github = "edrex"; 7186 7186 githubId = 14615; 7187 - keys = [{fingerprint = "AC47 2CCC 9867 4644 A9CF EB28 1C5C 1ED0 9F66 6824";}]; 7187 + keys = [ { fingerprint = "AC47 2CCC 9867 4644 A9CF EB28 1C5C 1ED0 9F66 6824"; } ]; 7188 7188 matrix = "@edrex:matrix.org"; 7189 7189 name = "Eric Drechsel"; 7190 7190 }; ··· 7476 7476 github = "emiliaaah"; 7477 7477 githubId = 55017867; 7478 7478 name = "Emilia"; 7479 - keys = [{fingerprint = "F772 3569 4B43 B599 73C2 A931 1EFB E941 B89B B810";}]; 7479 + keys = [ { fingerprint = "F772 3569 4B43 B599 73C2 A931 1EFB E941 B89B B810"; } ]; 7480 7480 }; 7481 7481 emilioziniades = { 7482 7482 email = "emilioziniades@protonmail.com"; ··· 7588 7588 email = "eownerdead@disroot.org"; 7589 7589 github = "eownerdead"; 7590 7590 githubId = 141208772; 7591 - keys = [{fingerprint = "4715 17D6 2495 A273 4DDB 5661 009E 5630 5CA5 4D63";}]; 7591 + keys = [ { fingerprint = "4715 17D6 2495 A273 4DDB 5661 009E 5630 5CA5 4D63"; } ]; 7592 7592 }; 7593 7593 eperuffo = { 7594 7594 email = "info@emanueleperuffo.com"; ··· 7624 7624 github = "erdnaxe"; 7625 7625 githubId = 2663216; 7626 7626 name = "Alexandre Iooss"; 7627 - keys = [{fingerprint = "2D37 1AD2 7E2B BC77 97E1 B759 6C79 278F 3FCD CC02";}]; 7627 + keys = [ { fingerprint = "2D37 1AD2 7E2B BC77 97E1 B759 6C79 278F 3FCD CC02"; } ]; 7628 7628 }; 7629 7629 ereslibre = { 7630 7630 email = "ereslibre@ereslibre.es"; ··· 7664 7664 github = "erictapen"; 7665 7665 githubId = 11532355; 7666 7666 name = "Kerstin Humm"; 7667 - keys = [{fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B";}]; 7667 + keys = [ { fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B"; } ]; 7668 7668 }; 7669 7669 ericthemagician = { 7670 7670 email = "eric@ericyen.com"; ··· 7697 7697 email = "erikeah@protonmail.com"; 7698 7698 github = "erikeah"; 7699 7699 githubId = 11900869; 7700 - keys = [{fingerprint = "4142 0380 C7F8 BCDA CC9E 7ABA 0FF3 076B 71F2 5DEF";}]; 7700 + keys = [ { fingerprint = "4142 0380 C7F8 BCDA CC9E 7ABA 0FF3 076B 71F2 5DEF"; } ]; 7701 7701 name = "Erik Alonso"; 7702 7702 }; 7703 7703 erikryb = { ··· 7721 7721 erooke = { 7722 7722 email = "ethan@roo.ke"; 7723 7723 name = "Ethan Rooke"; 7724 - keys = [{fingerprint = "B66B EB9F 6111 E44B 7588 8240 B287 4A77 049A 5923";}]; 7724 + keys = [ { fingerprint = "B66B EB9F 6111 E44B 7588 8240 B287 4A77 049A 5923"; } ]; 7725 7725 github = "erooke"; 7726 7726 githubId = 46689793; 7727 7727 matrix = "@ethan:roo.ke"; ··· 7770 7770 email = "esrh@esrh.me"; 7771 7771 github = "eshrh"; 7772 7772 githubId = 16175276; 7773 - keys = [{fingerprint = "E4CE B0F0 B2EC 09A3 9678 F294 CC7A 7E3C 6CF3 1343";}]; 7773 + keys = [ { fingerprint = "E4CE B0F0 B2EC 09A3 9678 F294 CC7A 7E3C 6CF3 1343"; } ]; 7774 7774 }; 7775 7775 EstebanMacanek = { 7776 7776 name = "Esteban Macanek"; ··· 7784 7784 githubId = 60861925; 7785 7785 name = "Ethan Carter Edwards"; 7786 7786 keys = [ 7787 - {fingerprint = "0E69 0F46 3457 D812 3387 C978 F93D DAFA 26EF 2458";} 7788 - {fingerprint = "2E51 F618 39D1 FA94 7A73 00C2 34C0 4305 D581 DBFE";} 7787 + { fingerprint = "0E69 0F46 3457 D812 3387 C978 F93D DAFA 26EF 2458"; } 7788 + { fingerprint = "2E51 F618 39D1 FA94 7A73 00C2 34C0 4305 D581 DBFE"; } 7789 7789 ]; 7790 7790 }; 7791 7791 ethercrow = { ··· 7825 7825 github = "etu"; 7826 7826 githubId = 461970; 7827 7827 name = "Elis Hirwing"; 7828 - keys = [{fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F";}]; 7828 + keys = [ { fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F"; } ]; 7829 7829 }; 7830 7830 eu90h = { 7831 7831 email = "stefan@eu90h.com"; ··· 7863 7863 matrix = "@evalexpr:matrix.org"; 7864 7864 github = "evalexpr"; 7865 7865 githubId = 23485511; 7866 - keys = [{fingerprint = "8129 5B85 9C5A F703 C2F4 1E29 2D1D 402E 1776 3DD6";}]; 7866 + keys = [ { fingerprint = "8129 5B85 9C5A F703 C2F4 1E29 2D1D 402E 1776 3DD6"; } ]; 7867 7867 }; 7868 7868 evan-goode = { 7869 7869 email = "mail@evangoo.de"; ··· 7920 7920 github = "evilbulgarian"; 7921 7921 githubId = 1960413; 7922 7922 name = "Vladi Gergov"; 7923 - keys = [{fingerprint = "50D5 67C5 D693 15A2 76F5 5634 3758 5F3C A9EC BFA4";}]; 7923 + keys = [ { fingerprint = "50D5 67C5 D693 15A2 76F5 5634 3758 5F3C A9EC BFA4"; } ]; 7924 7924 }; 7925 7925 evilmav = { 7926 7926 email = "elenskiy.ilya@gmail.com"; ··· 8049 8049 name = "Fabian Affolter"; 8050 8050 github = "fabaff"; 8051 8051 githubId = 116184; 8052 - keys = [{fingerprint = "2F6C 930F D3C4 7E38 6AFA 4EB4 E23C D2DD 36A4 397F";}]; 8052 + keys = [ { fingerprint = "2F6C 930F D3C4 7E38 6AFA 4EB4 E23C D2DD 36A4 397F"; } ]; 8053 8053 }; 8054 8054 fabiangd = { 8055 8055 email = "fabian.g.droege@gmail.com"; ··· 8062 8062 github = "fabianhauser"; 8063 8063 githubId = 368799; 8064 8064 name = "Fabian Hauser"; 8065 - keys = [{fingerprint = "50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C";}]; 8065 + keys = [ { fingerprint = "50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C"; } ]; 8066 8066 }; 8067 8067 fabianhjr = { 8068 8068 email = "fabianhjr@protonmail.com"; ··· 8094 8094 github = "fangpenlin"; 8095 8095 githubId = 201615; 8096 8096 name = "Fang-Pen Lin"; 8097 - keys = [{fingerprint = "7130 3454 A7CD 0F0A 941A F9A3 2A26 9964 AD29 2131";}]; 8097 + keys = [ { fingerprint = "7130 3454 A7CD 0F0A 941A F9A3 2A26 9964 AD29 2131"; } ]; 8098 8098 }; 8099 8099 farcaller = { 8100 8100 name = "Vladimir Pouzanov"; ··· 8125 8125 github = "fauxmight"; 8126 8126 githubId = 53975399; 8127 8127 name = "A Frederick Christensen"; 8128 - keys = [{fingerprint = "5A49 F4F9 3EDC 21E9 B7CC 4E94 9EEF 4142 5355 8AC4";}]; 8128 + keys = [ { fingerprint = "5A49 F4F9 3EDC 21E9 B7CC 4E94 9EEF 4142 5355 8AC4"; } ]; 8129 8129 }; 8130 8130 fazzi = { 8131 8131 email = "faaris.ansari@proton.me"; ··· 8206 8206 matrix = "@nicof2000:matrix.org"; 8207 8207 github = "felbinger"; 8208 8208 githubId = 26925347; 8209 - keys = [{fingerprint = "0797 D238 9769 CA1E 57B7 2ED9 2BA7 8116 87C9 0DE4";}]; 8209 + keys = [ { fingerprint = "0797 D238 9769 CA1E 57B7 2ED9 2BA7 8116 87C9 0DE4"; } ]; 8210 8210 }; 8211 8211 felipe-9 = { 8212 8212 name = "Felipe Pinto"; ··· 8214 8214 github = "Felipe-9"; 8215 8215 githubId = 32753781; 8216 8216 keys = [ 8217 - {fingerprint = "1533 0D57 3312 0936 AB38 3C9B 7D36 1E4B 83CD AEFB";} 8218 - {fingerprint = "2BD0 AD01 F91D A0DC 47DF 0AEE 7AA1 649F 6B71 42F2";} 8217 + { fingerprint = "1533 0D57 3312 0936 AB38 3C9B 7D36 1E4B 83CD AEFB"; } 8218 + { fingerprint = "2BD0 AD01 F91D A0DC 47DF 0AEE 7AA1 649F 6B71 42F2"; } 8219 8219 ]; 8220 8220 }; 8221 8221 felipeqq2 = { ··· 8223 8223 email = "nixpkgs@felipeqq2.rocks"; 8224 8224 github = "felipeqq2"; 8225 8225 githubId = 71830138; 8226 - keys = [{fingerprint = "7391 BF2D A2C3 B2C9 BE25 ACA9 C7A7 4616 F302 5DF4";}]; 8226 + keys = [ { fingerprint = "7391 BF2D A2C3 B2C9 BE25 ACA9 C7A7 4616 F302 5DF4"; } ]; 8227 8227 matrix = "@felipeqq2:pub.solar"; 8228 8228 }; 8229 8229 felixalbrigtsen = { ··· 8268 8268 # historical 8269 8269 fingerprint = "6AB3 7A28 5420 9A41 82D9 0068 910A CB9F 6BD2 6F58"; 8270 8270 } 8271 - {fingerprint = "7E08 6842 0934 AA1D 6821 1F2A 671E 39E6 744C 807D";} 8271 + { fingerprint = "7E08 6842 0934 AA1D 6821 1F2A 671E 39E6 744C 807D"; } 8272 8272 ]; 8273 8273 }; 8274 8274 fernsehmuell = { ··· 8322 8322 github = "fidgetingbits"; 8323 8323 githubId = 13679876; 8324 8324 keys = [ 8325 - {fingerprint = "U+vNNrQxJRj3NPu9EoD0LFZssRbk6LBg4YPN5nFvQvs";} 8326 - {fingerprint = "lX5ewVcaQLxuzqI92gujs3jFNki4d8qF+PATexMijoQ";} 8327 - {fingerprint = "elY15tXap1tddxbBVoUoAioe1u0RDWti5rc9cauSmwo";} 8325 + { fingerprint = "U+vNNrQxJRj3NPu9EoD0LFZssRbk6LBg4YPN5nFvQvs"; } 8326 + { fingerprint = "lX5ewVcaQLxuzqI92gujs3jFNki4d8qF+PATexMijoQ"; } 8327 + { fingerprint = "elY15tXap1tddxbBVoUoAioe1u0RDWti5rc9cauSmwo"; } 8328 8328 ]; 8329 8329 }; 8330 8330 figboy9 = { ··· 8417 8417 github = "Flakebi"; 8418 8418 githubId = 6499211; 8419 8419 name = "Sebastian Neubauer"; 8420 - keys = [{fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672";}]; 8420 + keys = [ { fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672"; } ]; 8421 8421 }; 8422 8422 Flameopathic = { 8423 8423 email = "flameopathic@gmail.com"; ··· 8533 8533 github = "fnune"; 8534 8534 githubId = 16181067; 8535 8535 name = "Fausto Núñez Alberro"; 8536 - keys = [{fingerprint = "668E 01D1 B129 3F42 0A0F 933A C880 6451 94A2 D562";}]; 8536 + keys = [ { fingerprint = "668E 01D1 B129 3F42 0A0F 933A C880 6451 94A2 D562"; } ]; 8537 8537 }; 8538 8538 foo-dogsquared = { 8539 8539 email = "foodogsquared@foodogsquared.one"; ··· 8541 8541 githubId = 34962634; 8542 8542 matrix = "@foodogsquared:matrix.org"; 8543 8543 name = "Gabriel Arazas"; 8544 - keys = [{fingerprint = "DDD7 D0BD 602E 564B AA04 FC35 1431 0D91 4115 2B92";}]; 8544 + keys = [ { fingerprint = "DDD7 D0BD 602E 564B AA04 FC35 1431 0D91 4115 2B92"; } ]; 8545 8545 }; 8546 8546 fooker = { 8547 8547 email = "fooker@lab.sh"; ··· 8554 8554 github = "foolnotion"; 8555 8555 githubId = 844222; 8556 8556 name = "Bogdan Burlacu"; 8557 - keys = [{fingerprint = "B722 6464 838F 8BDB 2BEA C8C8 5B0E FDDF BA81 6105";}]; 8557 + keys = [ { fingerprint = "B722 6464 838F 8BDB 2BEA C8C8 5B0E FDDF BA81 6105"; } ]; 8558 8558 }; 8559 8559 Forden = { 8560 8560 email = "forden@zuku.tech"; ··· 8585 8585 github = "fpletz"; 8586 8586 githubId = 114159; 8587 8587 name = "Franz Pletz"; 8588 - keys = [{fingerprint = "8A39 615D CE78 AF08 2E23 F303 846F DED7 7926 17B4";}]; 8588 + keys = [ { fingerprint = "8A39 615D CE78 AF08 2E23 F303 846F DED7 7926 17B4"; } ]; 8589 8589 }; 8590 8590 fps = { 8591 8591 email = "mista.tapas@gmx.net"; ··· 8720 8720 githubId = 10263813; 8721 8721 name = "Dominic Shelton"; 8722 8722 matrix = "@frogamic:beeper.com"; 8723 - keys = [{fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5";}]; 8723 + keys = [ { fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5"; } ]; 8724 8724 }; 8725 8725 frontear = { 8726 8726 name = "Ali Rizvi"; ··· 8728 8728 matrix = "@frontear:matrix.org"; 8729 8729 github = "Frontear"; 8730 8730 githubId = 31909298; 8731 - keys = [{fingerprint = "6A25 DEBE 41DB 0C15 3AB5 BB34 5290 E18B 8705 1A83";}]; 8731 + keys = [ { fingerprint = "6A25 DEBE 41DB 0C15 3AB5 BB34 5290 E18B 8705 1A83"; } ]; 8732 8732 }; 8733 8733 frontsideair = { 8734 8734 email = "photonia@gmail.com"; ··· 8747 8747 email = "luiz@lferraz.com"; 8748 8748 github = "Fryuni"; 8749 8749 githubId = 11063910; 8750 - keys = [{fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC";}]; 8750 + keys = [ { fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC"; } ]; 8751 8751 }; 8752 8752 fsagbuya = { 8753 8753 email = "fa@m-labs.ph"; ··· 8809 8809 github = "funkeleinhorn"; 8810 8810 githubId = 103313934; 8811 8811 name = "Funkeleinhorn"; 8812 - keys = [{fingerprint = "689D 1C81 DA0D 1EB2 F029 D24E C7BE A25A 0A33 5A72";}]; 8812 + keys = [ { fingerprint = "689D 1C81 DA0D 1EB2 F029 D24E C7BE A25A 0A33 5A72"; } ]; 8813 8813 }; 8814 8814 fusion809 = { 8815 8815 email = "brentonhorne77@gmail.com"; ··· 8851 8851 github = "fx-chun"; 8852 8852 githubId = 40049608; 8853 8853 name = "Faye Chun"; 8854 - keys = [{fingerprint = "ACB8 DB1F E88D A908 6332 BDB1 5A71 B010 2FD7 3FC0";}]; 8854 + keys = [ { fingerprint = "ACB8 DB1F E88D A908 6332 BDB1 5A71 B010 2FD7 3FC0"; } ]; 8855 8855 }; 8856 8856 fxfactorial = { 8857 8857 email = "edgar.factorial@gmail.com"; ··· 8901 8901 github = "gabyx"; 8902 8902 githubId = 647437; 8903 8903 name = "Gabriel Nützi"; 8904 - keys = [{fingerprint = "90AE CCB9 7AD3 4CE4 3AED 9402 E969 172A B075 7EB8";}]; 8904 + keys = [ { fingerprint = "90AE CCB9 7AD3 4CE4 3AED 9402 E969 172A B075 7EB8"; } ]; 8905 8905 }; 8906 8906 gador = { 8907 8907 email = "florian.brandes@posteo.de"; 8908 8908 github = "gador"; 8909 8909 githubId = 1883533; 8910 8910 name = "Florian Brandes"; 8911 - keys = [{fingerprint = "0200 3EF8 8D2B CF2D 8F00 FFDC BBB3 E40E 5379 7FD9";}]; 8911 + keys = [ { fingerprint = "0200 3EF8 8D2B CF2D 8F00 FFDC BBB3 E40E 5379 7FD9"; } ]; 8912 8912 }; 8913 8913 gaelj = { 8914 8914 name = "Gaël James"; ··· 8922 8922 name = "Gaël Reyrol"; 8923 8923 github = "gaelreyrol"; 8924 8924 githubId = 498465; 8925 - keys = [{fingerprint = "3492 D8FA ACFF 4C5F A56E 50B7 DFB9 B69A 2C42 7F61";}]; 8925 + keys = [ { fingerprint = "3492 D8FA ACFF 4C5F A56E 50B7 DFB9 B69A 2C42 7F61"; } ]; 8926 8926 }; 8927 8927 GaetanLepage = { 8928 8928 email = "gaetan@glepage.com"; ··· 8948 8948 name = "The Galaxy"; 8949 8949 github = "ga1aksy"; 8950 8950 githubId = 148551648; 8951 - keys = [{fingerprint = "48CA 3873 9E9F CA8E 76A0 835A E3DE CF85 4212 E1EA";}]; 8951 + keys = [ { fingerprint = "48CA 3873 9E9F CA8E 76A0 835A E3DE CF85 4212 E1EA"; } ]; 8952 8952 }; 8953 8953 gale-username = { 8954 8954 name = "gale"; 8955 8955 email = "git@galewebsite.com"; 8956 8956 github = "gale-username"; 8957 8957 githubId = 168143489; 8958 - keys = [{fingerprint = "1234 3726 9042 01F3 CE07 59BF A3B6 1E91 5508 F702";}]; 8958 + keys = [ { fingerprint = "1234 3726 9042 01F3 CE07 59BF A3B6 1E91 5508 F702"; } ]; 8959 8959 }; 8960 8960 galen = { 8961 8961 github = "galenhuntington"; ··· 9022 9022 name = "Gavin Rogers"; 9023 9023 }; 9024 9024 gavink97 = { 9025 - email = "78187175+gavink97@users.noreply.github.com"; 9025 + email = "gavin@gav.ink"; 9026 9026 github = "gavink97"; 9027 9027 githubId = 78187175; 9028 9028 name = "Gavin Kondrath"; ··· 9093 9093 email = "genericnerdyusername@proton.me"; 9094 9094 github = "GenericNerdyUsername"; 9095 9095 githubId = 111183546; 9096 - keys = [{fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3";}]; 9096 + keys = [ { fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3"; } ]; 9097 9097 }; 9098 9098 genga898 = { 9099 9099 email = "genga898@gmail.com"; ··· 9106 9106 email = "geno+dev@fireorbit.de"; 9107 9107 github = "genofire"; 9108 9108 githubId = 6905586; 9109 - keys = [{fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC";}]; 9109 + keys = [ { fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC"; } ]; 9110 9110 }; 9111 9111 geoffreyfrogeye = { 9112 9112 name = "Geoffrey Frogeye"; ··· 9114 9114 matrix = "@geoffrey:frogeye.fr"; 9115 9115 github = "GeoffreyFrogeye"; 9116 9116 githubId = 1685403; 9117 - keys = [{fingerprint = "4FBA 930D 314A 0321 5E2C DB0A 8312 C8CA C1BA C289";}]; 9117 + keys = [ { fingerprint = "4FBA 930D 314A 0321 5E2C DB0A 8312 C8CA C1BA C289"; } ]; 9118 9118 }; 9119 9119 georgesalkhouri = { 9120 9120 name = "Georges Alkhouri"; 9121 9121 email = "incense.stitch_0w@icloud.com"; 9122 9122 github = "GeorgesAlkhouri"; 9123 9123 githubId = 6077574; 9124 - keys = [{fingerprint = "1608 9E8D 7C59 54F2 6A7A 7BD0 8BD2 09DC C54F D339";}]; 9124 + keys = [ { fingerprint = "1608 9E8D 7C59 54F2 6A7A 7BD0 8BD2 09DC C54F D339"; } ]; 9125 9125 }; 9126 9126 georgewhewell = { 9127 9127 email = "georgerw@gmail.com"; ··· 9134 9134 github = "georgyo"; 9135 9135 githubId = 19374; 9136 9136 name = "George Shammas"; 9137 - keys = [{fingerprint = "D0CF 440A A703 E0F9 73CB A078 82BB 70D5 41AE 2DB4";}]; 9137 + keys = [ { fingerprint = "D0CF 440A A703 E0F9 73CB A078 82BB 70D5 41AE 2DB4"; } ]; 9138 9138 }; 9139 9139 gepbird = { 9140 9140 email = "gutyina.gergo.2@gmail.com"; ··· 9142 9142 githubId = 29818440; 9143 9143 name = "Gutyina Gergő"; 9144 9144 keys = [ 9145 - {fingerprint = "RoAfvqa6w1l8Vdm3W60TDXurYwJ6h03VEGD+wDNGEwc";} 9146 - {fingerprint = "MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs";} 9145 + { fingerprint = "RoAfvqa6w1l8Vdm3W60TDXurYwJ6h03VEGD+wDNGEwc"; } 9146 + { fingerprint = "MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs"; } 9147 9147 ]; 9148 9148 }; 9149 9149 geraldog = { ··· 9226 9226 github = "ghthor"; 9227 9227 githubId = 160298; 9228 9228 name = "Will Owens"; 9229 - keys = [{fingerprint = "8E98 BB01 BFF8 AEA4 E303 FC4C 8074 09C9 2CE2 3033";}]; 9229 + keys = [ { fingerprint = "8E98 BB01 BFF8 AEA4 E303 FC4C 8074 09C9 2CE2 3033"; } ]; 9230 9230 }; 9231 9231 ghuntley = { 9232 9232 email = "ghuntley@ghuntley.com"; ··· 9246 9246 githubId = 334958; 9247 9247 matrix = "@giggio:matrix.org"; 9248 9248 name = "Giovanni Bassi"; 9249 - keys = [{fingerprint = "275F 6749 AFD2 379D 1033 548C 1237 AB12 2E6F 4761";}]; 9249 + keys = [ { fingerprint = "275F 6749 AFD2 379D 1033 548C 1237 AB12 2E6F 4761"; } ]; 9250 9250 }; 9251 9251 gigglesquid = { 9252 9252 email = "jack.connors@protonmail.com"; 9253 9253 github = "GiggleSquid"; 9254 9254 githubId = 3685154; 9255 9255 name = "Jack connors"; 9256 - keys = [{fingerprint = "21DF 8034 B212 EDFF 9F19 9C19 F65B 7583 7ABF D019";}]; 9256 + keys = [ { fingerprint = "21DF 8034 B212 EDFF 9F19 9C19 F65B 7583 7ABF D019"; } ]; 9257 9257 }; 9258 9258 gila = { 9259 9259 email = "jeffry.molanus@gmail.com"; ··· 9354 9354 email = "root@gws.fyi"; 9355 9355 github = "glittershark"; 9356 9356 githubId = 1481027; 9357 - keys = [{fingerprint = "0F11 A989 879E 8BBB FDC1 E236 44EF 5B5E 861C 09A7";}]; 9357 + keys = [ { fingerprint = "0F11 A989 879E 8BBB FDC1 E236 44EF 5B5E 861C 09A7"; } ]; 9358 9358 }; 9359 9359 gloaming = { 9360 9360 email = "ch9871@gmail.com"; ··· 9401 9401 github = "Gobidev"; 9402 9402 githubId = 50576978; 9403 9403 name = "Adrian Groh"; 9404 - keys = [{fingerprint = "62BD BF30 83E9 7076 9665 B60B 3AA3 153E 98B0 D771";}]; 9404 + keys = [ { fingerprint = "62BD BF30 83E9 7076 9665 B60B 3AA3 153E 98B0 D771"; } ]; 9405 9405 }; 9406 9406 goertzenator = { 9407 9407 email = "daniel.goertzen@gmail.com"; ··· 9414 9414 github = "GoldsteinE"; 9415 9415 githubId = 12019211; 9416 9416 name = "Maximilian Siling"; 9417 - keys = [{fingerprint = "0BAF 2D87 CB43 746F 6237 2D78 DE60 31AB A0BB 269A";}]; 9417 + keys = [ { fingerprint = "0BAF 2D87 CB43 746F 6237 2D78 DE60 31AB A0BB 269A"; } ]; 9418 9418 }; 9419 9419 Golo300 = { 9420 9420 email = "lanzingertm@gmail.com"; ··· 9457 9457 email = "gauvain@govanify.com"; 9458 9458 github = "GovanifY"; 9459 9459 githubId = 6375438; 9460 - keys = [{fingerprint = "5214 2D39 A7CE F8FA 872B CA7F DE62 E1E2 A614 5556";}]; 9460 + keys = [ { fingerprint = "5214 2D39 A7CE F8FA 872B CA7F DE62 E1E2 A614 5556"; } ]; 9461 9461 }; 9462 9462 gp2112 = { 9463 9463 email = "me@guip.dev"; 9464 9464 github = "gp2112"; 9465 9465 githubId = 26512375; 9466 9466 name = "Guilherme Paixão"; 9467 - keys = [{fingerprint = "4382 7E28 86E5 C34F 38D5 7753 8C81 4D62 5FBD 99D1";}]; 9467 + keys = [ { fingerprint = "4382 7E28 86E5 C34F 38D5 7753 8C81 4D62 5FBD 99D1"; } ]; 9468 9468 }; 9469 9469 gpanders = { 9470 9470 name = "Gregory Anders"; 9471 9471 email = "greg@gpanders.com"; 9472 9472 github = "gpanders"; 9473 9473 githubId = 8965202; 9474 - keys = [{fingerprint = "B9D5 0EDF E95E ECD0 C135 00A9 56E9 3C2F B6B0 8BDB";}]; 9474 + keys = [ { fingerprint = "B9D5 0EDF E95E ECD0 C135 00A9 56E9 3C2F B6B0 8BDB"; } ]; 9475 9475 }; 9476 9476 gpl = { 9477 9477 email = "nixos-6c64ce18-bbbc-414f-8dcb-f9b6b47fe2bc@isopleth.org"; ··· 9533 9533 github = "GRBurst"; 9534 9534 githubId = 4647221; 9535 9535 name = "GRBurst"; 9536 - keys = [{fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2";}]; 9536 + keys = [ { fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2"; } ]; 9537 9537 }; 9538 9538 greaka = { 9539 9539 email = "git@greaka.de"; 9540 9540 github = "greaka"; 9541 9541 githubId = 2805834; 9542 9542 name = "Greaka"; 9543 - keys = [{fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C";}]; 9543 + keys = [ { fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C"; } ]; 9544 9544 }; 9545 9545 greg = { 9546 9546 email = "greg.hellings@gmail.com"; ··· 9566 9566 matrix = "@gregor:giesen.net"; 9567 9567 github = "grgi"; 9568 9568 githubId = 6435815; 9569 - keys = [{fingerprint = "0F92 602B 1860 4476 77F4 8A67 C303 16AA C10F 3EA7";}]; 9569 + keys = [ { fingerprint = "0F92 602B 1860 4476 77F4 8A67 C303 16AA C10F 3EA7"; } ]; 9570 9570 }; 9571 9571 gridaphobe = { 9572 9572 email = "eric@seidel.io"; ··· 9635 9635 github = "Guanran928"; 9636 9636 githubId = 68757440; 9637 9637 name = "Guanran Wang"; 9638 - keys = [{fingerprint = "7835 BC13 4560 0660 0448 5A2C 91F9 7D9E D126 39CF";}]; 9638 + keys = [ { fingerprint = "7835 BC13 4560 0660 0448 5A2C 91F9 7D9E D126 39CF"; } ]; 9639 9639 }; 9640 9640 guekka = { 9641 9641 github = "Guekka"; ··· 9743 9743 matrix = "@h7x4:nani.wtf"; 9744 9744 github = "h7x4"; 9745 9745 githubId = 14929991; 9746 - keys = [{fingerprint = "F7D3 7890 228A 9074 40E1 FD48 46B9 228E 814A 2AAC";}]; 9746 + keys = [ { fingerprint = "F7D3 7890 228A 9074 40E1 FD48 46B9 228E 814A 2AAC"; } ]; 9747 9747 }; 9748 9748 hacker1024 = { 9749 9749 name = "hacker1024"; ··· 9756 9756 email = "hadilq.dev@gmail.com"; 9757 9757 github = "hadilq"; 9758 9758 githubId = 5190539; 9759 - keys = [{fingerprint = "AD3D 53CB A68A FEC0 8065 BCBB 416A D9E8 E372 C075";}]; 9759 + keys = [ { fingerprint = "AD3D 53CB A68A FEC0 8065 BCBB 416A D9E8 E372 C075"; } ]; 9760 9760 }; 9761 9761 hagl = { 9762 9762 email = "harald@glie.be"; ··· 9829 9829 github = "HaoZeke"; 9830 9830 githubId = 4336207; 9831 9831 name = "Rohit Goswami"; 9832 - keys = [{fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6";}]; 9832 + keys = [ { fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6"; } ]; 9833 9833 }; 9834 9834 happy-river = { 9835 9835 email = "happyriver93@runbox.com"; ··· 9862 9862 github = "hardselius"; 9863 9863 githubId = 1422583; 9864 9864 name = "Martin Hardselius"; 9865 - keys = [{fingerprint = "3F35 E4CA CBF4 2DE1 2E90 53E5 03A6 E6F7 8693 6619";}]; 9865 + keys = [ { fingerprint = "3F35 E4CA CBF4 2DE1 2E90 53E5 03A6 E6F7 8693 6619"; } ]; 9866 9866 }; 9867 9867 HarisDotParis = { 9868 9868 name = "Haris"; ··· 9894 9894 email = "haskellisierer@proton.me"; 9895 9895 github = "HaskellHegemonie"; 9896 9896 githubId = 73712423; 9897 - keys = [{fingerprint = "A559 0A2A 5B06 1923 3917 5F13 5622 C205 6513 577B";}]; 9897 + keys = [ { fingerprint = "A559 0A2A 5B06 1923 3917 5F13 5622 C205 6513 577B"; } ]; 9898 9898 }; 9899 9899 haslersn = { 9900 9900 email = "haslersn@fius.informatik.uni-stuttgart.de"; ··· 9914 9914 email = "hauskens-git@disp.lease>"; 9915 9915 github = "hauskens"; 9916 9916 githubId = 79340822; 9917 - keys = [{fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650";}]; 9917 + keys = [ { fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650"; } ]; 9918 9918 }; 9919 9919 havvy = { 9920 9920 email = "ryan.havvy@gmail.com"; ··· 9964 9964 email = "hdhog@hdhog.ru"; 9965 9965 github = "hdhog"; 9966 9966 githubId = 386666; 9967 - keys = [{fingerprint = "A25F 6321 AAB4 4151 4085 9924 952E ACB7 6703 BA63";}]; 9967 + keys = [ { fingerprint = "A25F 6321 AAB4 4151 4085 9924 952E ACB7 6703 BA63"; } ]; 9968 9968 }; 9969 9969 hectorj = { 9970 9970 email = "hector.jusforgues+nixos@gmail.com"; ··· 10146 10146 github = "heyimnova"; 10147 10147 githubId = 115728866; 10148 10148 name = "Nova Witterick"; 10149 - keys = [{fingerprint = "4304 6B43 8D83 078E 3DF7 10D6 DEB0 E15C 6D2A 5A7C";}]; 10149 + keys = [ { fingerprint = "4304 6B43 8D83 078E 3DF7 10D6 DEB0 E15C 6D2A 5A7C"; } ]; 10150 10150 }; 10151 10151 heywoodlh = { 10152 10152 email = "nixpkgs@heywoodlh.io"; ··· 10200 10200 github = "vale981"; 10201 10201 githubId = 4025991; 10202 10202 name = "Valentin Boettcher"; 10203 - keys = [{fingerprint = "45A9 9917 578C D629 9F5F B5B4 C22D 4DE4 D7B3 2D19";}]; 10203 + keys = [ { fingerprint = "45A9 9917 578C D629 9F5F B5B4 C22D 4DE4 D7B3 2D19"; } ]; 10204 10204 }; 10205 10205 hitsmaxft = { 10206 10206 name = "Bhe Hongtyu"; ··· 10219 10219 name = "Henrik Jonsson"; 10220 10220 github = "hkjn"; 10221 10221 githubId = 287215; 10222 - keys = [{fingerprint = "D618 7A03 A40A 3D56 62F5 4B46 03EF BF83 9A5F DC15";}]; 10222 + keys = [ { fingerprint = "D618 7A03 A40A 3D56 62F5 4B46 03EF BF83 9A5F DC15"; } ]; 10223 10223 }; 10224 10224 hlad = { 10225 10225 email = "hlad+nix@hlad.org"; ··· 10251 10251 email = "hello@haseebmajid.dev"; 10252 10252 github = "hmajid2301"; 10253 10253 githubId = 998807; 10254 - keys = [{fingerprint = "A236 785D 59F1 9076 1E9C E8EC 7828 3DB3 D233 E1F9";}]; 10254 + keys = [ { fingerprint = "A236 785D 59F1 9076 1E9C E8EC 7828 3DB3 D233 E1F9"; } ]; 10255 10255 }; 10256 10256 hmenke = { 10257 10257 name = "Henri Menke"; ··· 10259 10259 matrix = "@hmenke:matrix.org"; 10260 10260 github = "hmenke"; 10261 10261 githubId = 1903556; 10262 - keys = [{fingerprint = "F1C5 760E 45B9 9A44 72E9 6BFB D65C 9AFB 4C22 4DA3";}]; 10262 + keys = [ { fingerprint = "F1C5 760E 45B9 9A44 72E9 6BFB D65C 9AFB 4C22 4DA3"; } ]; 10263 10263 }; 10264 10264 hodapp = { 10265 10265 email = "hodapp87@gmail.com"; ··· 10309 10309 matrix = "@honnip:matrix.org"; 10310 10310 github = "honnip"; 10311 10311 githubId = 108175486; 10312 - keys = [{fingerprint = "E4DD 51F7 FA3F DCF1 BAF6 A72C 576E 43EF 8482 E415";}]; 10312 + keys = [ { fingerprint = "E4DD 51F7 FA3F DCF1 BAF6 A72C 576E 43EF 8482 E415"; } ]; 10313 10313 }; 10314 10314 hoppla20 = { 10315 10315 email = "privat@vincentcui.de"; ··· 10329 10329 matrix = "@hougo:liiib.re"; 10330 10330 github = "hrenard"; 10331 10331 githubId = 7594435; 10332 - keys = [{fingerprint = "3AE9 67F9 2C9F 55E9 03C8 283F 3A28 5FD4 7020 9C59";}]; 10332 + keys = [ { fingerprint = "3AE9 67F9 2C9F 55E9 03C8 283F 3A28 5FD4 7020 9C59"; } ]; 10333 10333 }; 10334 10334 hoverbear = { 10335 10335 email = "operator+nix@hoverbear.org"; ··· 10398 10398 matrix = "@huantian:huantian.dev"; 10399 10399 github = "huantianad"; 10400 10400 githubId = 20760920; 10401 - keys = [{fingerprint = "731A 7A05 AD8B 3AE5 956A C227 4A03 18E0 4E55 5DE5";}]; 10401 + keys = [ { fingerprint = "731A 7A05 AD8B 3AE5 956A C227 4A03 18E0 4E55 5DE5"; } ]; 10402 10402 }; 10403 10403 hubble = { 10404 10404 name = "Hubble the Wolverine"; ··· 10448 10448 github = "HugoReeves"; 10449 10449 githubId = 20039091; 10450 10450 name = "Hugo Reeves"; 10451 - keys = [{fingerprint = "78C2 E81C 828A 420B 269A EBC1 49FA 39F8 A7F7 35F9";}]; 10451 + keys = [ { fingerprint = "78C2 E81C 828A 420B 269A EBC1 49FA 39F8 A7F7 35F9"; } ]; 10452 10452 }; 10453 10453 hulr = { 10454 10454 github = "hulr"; ··· 10478 10478 github = "huskyistaken"; 10479 10479 githubId = 20684258; 10480 10480 name = "Luna Perego"; 10481 - keys = [{fingerprint = "09E4 B981 9B93 5B0C 0B91 1274 0578 7332 9217 08FF";}]; 10481 + keys = [ { fingerprint = "09E4 B981 9B93 5B0C 0B91 1274 0578 7332 9217 08FF"; } ]; 10482 10482 }; 10483 10483 hustlerone = { 10484 10484 email = "nine-ball@tutanota.com"; ··· 10492 10492 github = "Huy-Ngo"; 10493 10493 name = "Ngô Ngọc Đức Huy"; 10494 10494 githubId = 19296926; 10495 - keys = [{fingerprint = "DF12 23B1 A9FD C5BE 3DA5 B6F7 904A F1C7 CDF6 95C3";}]; 10495 + keys = [ { fingerprint = "DF12 23B1 A9FD C5BE 3DA5 B6F7 904A F1C7 CDF6 95C3"; } ]; 10496 10496 }; 10497 10497 hxtmdev = { 10498 10498 email = "daniel@hxtm.dev"; ··· 10517 10517 email = "bryan@hyshka.com"; 10518 10518 github = "hyshka"; 10519 10519 githubId = 2090758; 10520 - keys = [{fingerprint = "24F4 1925 28C4 8797 E539 F247 DB2D 93D1 BFAA A6EA";}]; 10520 + keys = [ { fingerprint = "24F4 1925 28C4 8797 E539 F247 DB2D 93D1 BFAA A6EA"; } ]; 10521 10521 }; 10522 10522 hyzual = { 10523 10523 email = "hyzual@gmail.com"; ··· 10552 10552 github = "iagocq"; 10553 10553 githubId = 18238046; 10554 10554 name = "Iago Manoel Brito"; 10555 - keys = [{fingerprint = "DF90 9D58 BEE4 E73A 1B8C 5AF3 35D3 9F9A 9A1B C8DA";}]; 10555 + keys = [ { fingerprint = "DF90 9D58 BEE4 E73A 1B8C 5AF3 35D3 9F9A 9A1B C8DA"; } ]; 10556 10556 }; 10557 10557 iamanaws = { 10558 10558 email = "nixpkgs.yjzaw@slmail.me"; ··· 10590 10590 github = "ibizaman"; 10591 10591 githubId = 1044950; 10592 10592 name = "Pierre Penninckx"; 10593 - keys = [{fingerprint = "A01F 10C6 7176 B2AE 2A34 1A56 D4C5 C37E 6031 A3FE";}]; 10593 + keys = [ { fingerprint = "A01F 10C6 7176 B2AE 2A34 1A56 D4C5 C37E 6031 A3FE"; } ]; 10594 10594 }; 10595 10595 iblech = { 10596 10596 email = "iblech@speicherleck.de"; ··· 10834 10834 github = "impl"; 10835 10835 githubId = 41129; 10836 10836 name = "Noah Fontes"; 10837 - keys = [{fingerprint = "F5B2 BE1B 9AAD 98FE 2916 5597 3665 FFF7 9D38 7BAA";}]; 10837 + keys = [ { fingerprint = "F5B2 BE1B 9AAD 98FE 2916 5597 3665 FFF7 9D38 7BAA"; } ]; 10838 10838 }; 10839 10839 imrying = { 10840 10840 email = "philiprying@gmail.com"; ··· 10847 10847 github = "ImSapphire"; 10848 10848 githubId = 48931512; 10849 10849 name = "Sapphire"; 10850 - keys = [{fingerprint = "D303 4473 1843 D27B 5D4E 2273 6429 11AA 4025 C8CC";}]; 10850 + keys = [ { fingerprint = "D303 4473 1843 D27B 5D4E 2273 6429 11AA 4025 C8CC"; } ]; 10851 10851 }; 10852 10852 imsick = { 10853 10853 email = "lent-lather-excuse@duck.com"; ··· 10916 10916 github = "infinisil"; 10917 10917 githubId = 20525370; 10918 10918 name = "Silvan Mosberger"; 10919 - keys = [{fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170";}]; 10919 + keys = [ { fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170"; } ]; 10920 10920 }; 10921 10921 ingenieroariel = { 10922 10922 email = "ariel@nunez.co"; ··· 10929 10929 github = "Intuinewin"; 10930 10930 githubId = 13691729; 10931 10931 name = "Antoine Labarussias"; 10932 - keys = [{fingerprint = "5CB5 9AA0 D180 1997 2FB3 E0EC 943A 1DE9 372E BE4E";}]; 10932 + keys = [ { fingerprint = "5CB5 9AA0 D180 1997 2FB3 E0EC 943A 1DE9 372E BE4E"; } ]; 10933 10933 }; 10934 10934 invokes-su = { 10935 10935 email = "nixpkgs-commits@deshaw.com"; ··· 10983 10983 matrix = "@irenes:matrix.org"; 10984 10984 github = "IreneKnapp"; 10985 10985 githubId = 157678; 10986 - keys = [{fingerprint = "E864 BDFA AB55 36FD C905 5195 DBF2 52AF FB26 19FD";}]; 10986 + keys = [ { fingerprint = "E864 BDFA AB55 36FD C905 5195 DBF2 52AF FB26 19FD"; } ]; 10987 10987 }; 10988 10988 ironicbadger = { 10989 10989 email = "alexktz@gmail.com"; ··· 11015 11015 email = "isgy@teiyg.com"; 11016 11016 github = "tgys"; 11017 11017 githubId = 13622947; 11018 - keys = [{fingerprint = "1412 816B A9FA F62F D051 1975 D3E1 B013 B463 1293";}]; 11018 + keys = [ { fingerprint = "1412 816B A9FA F62F D051 1975 D3E1 B013 B463 1293"; } ]; 11019 11019 }; 11020 11020 isotoxal = { 11021 11021 name = "Abhinav Kuruvila Joseph"; ··· 11039 11039 github = "itepastra"; 11040 11040 githubId = 27058689; 11041 11041 email = "itepastra@gmail.com"; 11042 - keys = [{fingerprint = "E681 4CAF 06AE B076 D55D 3E32 A16C DCBF 1472 541F";}]; 11042 + keys = [ { fingerprint = "E681 4CAF 06AE B076 D55D 3E32 A16C DCBF 1472 541F"; } ]; 11043 11043 }; 11044 11044 itsvic-dev = { 11045 11045 email = "contact@itsvic.dev"; 11046 11046 name = "Victor B."; 11047 11047 github = "itsvic-dev"; 11048 11048 githubId = 17727163; 11049 - keys = [{fingerprint = "FBAA B86A 101B 4C5F D4F1 25D2 E93D DAC1 7E5D 6CA1";}]; 11049 + keys = [ { fingerprint = "FBAA B86A 101B 4C5F D4F1 25D2 E93D DAC1 7E5D 6CA1"; } ]; 11050 11050 }; 11051 11051 ius = { 11052 11052 email = "j.de.gram@gmail.com"; ··· 11059 11059 name = "iv-nn"; 11060 11060 github = "iv-nn"; 11061 11061 githubId = 49885246; 11062 - keys = [{fingerprint = "6358 EF87 86E0 EF2F 1628 103F BAB5 F165 1C71 C9C3";}]; 11062 + keys = [ { fingerprint = "6358 EF87 86E0 EF2F 1628 103F BAB5 F165 1C71 C9C3"; } ]; 11063 11063 }; 11064 11064 ivalery111 = { 11065 11065 name = "Valery"; ··· 11102 11102 github = "ivanbrennan"; 11103 11103 githubId = 1672874; 11104 11104 name = "Ivan Brennan"; 11105 - keys = [{fingerprint = "7311 2700 AB4F 4CDF C68C F6A5 79C3 C47D C652 EA54";}]; 11105 + keys = [ { fingerprint = "7311 2700 AB4F 4CDF C68C F6A5 79C3 C47D C652 EA54"; } ]; 11106 11106 }; 11107 11107 ivankovnatsky = { 11108 11108 github = "ivankovnatsky"; 11109 11109 githubId = 75213; 11110 11110 name = "Ivan Kovnatsky"; 11111 - keys = [{fingerprint = "6BD3 7248 30BD 941E 9180 C1A3 3A33 FA4C 82ED 674F";}]; 11111 + keys = [ { fingerprint = "6BD3 7248 30BD 941E 9180 C1A3 3A33 FA4C 82ED 674F"; } ]; 11112 11112 }; 11113 11113 ivanmoreau = { 11114 11114 email = "Iván Molina Rebolledo"; ··· 11139 11139 github = "ixhbinphoenix"; 11140 11140 githubId = 47122082; 11141 11141 name = "Emilia Nyx"; 11142 - keys = [{fingerprint = "91DB 328E 3FAB 8A08 9AF6 5276 3E62 370C 1D77 3013";}]; 11142 + keys = [ { fingerprint = "91DB 328E 3FAB 8A08 9AF6 5276 3E62 370C 1D77 3013"; } ]; 11143 11143 }; 11144 11144 ixmatus = { 11145 11145 email = "parnell@digitalmentat.com"; ··· 11236 11236 email = "contact@ja1den.me"; 11237 11237 github = "ja1den"; 11238 11238 githubId = 49811314; 11239 - keys = [{fingerprint = "CC36 4CF4 32DD 443F 27FC 033C 3475 AA20 D72F 6A93";}]; 11239 + keys = [ { fingerprint = "CC36 4CF4 32DD 443F 27FC 033C 3475 AA20 D72F 6A93"; } ]; 11240 11240 }; 11241 11241 jab = { 11242 11242 name = "Joshua Bronson"; ··· 11291 11291 email = "jacobkoziej@gmail.com"; 11292 11292 github = "jacobkoziej"; 11293 11293 githubId = 45084216; 11294 - keys = [{fingerprint = "1BF9 8D10 E0D0 0B41 5723 5836 4C13 3A84 E646 9228";}]; 11294 + keys = [ { fingerprint = "1BF9 8D10 E0D0 0B41 5723 5836 4C13 3A84 E646 9228"; } ]; 11295 11295 }; 11296 11296 JacoMalan1 = { 11297 11297 name = "Jaco Malan"; 11298 11298 email = "jacom@codelog.co.za"; 11299 11299 github = "JacoMalan1"; 11300 11300 githubId = 10290409; 11301 - keys = [{fingerprint = "339C 9213 7F2D 5D6E 2B6A 6E98 240B B4C4 27BC 327A";}]; 11301 + keys = [ { fingerprint = "339C 9213 7F2D 5D6E 2B6A 6E98 240B B4C4 27BC 327A"; } ]; 11302 11302 }; 11303 11303 jaculabilis = { 11304 11304 name = "Tim Van Baak"; ··· 11323 11323 github = "jakecleary"; 11324 11324 githubId = 4572429; 11325 11325 name = "Jake Cleary"; 11326 - keys = [{fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2";}]; 11326 + keys = [ { fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2"; } ]; 11327 11327 }; 11328 11328 jakedevs = { 11329 11329 email = "work@jakedevs.net"; ··· 11337 11337 matrix = "@jakehamilton:matrix.org"; 11338 11338 github = "jakehamilton"; 11339 11339 githubId = 7005773; 11340 - keys = [{fingerprint = "B982 0250 1720 D540 6A18 2DA8 188E 4945 E85B 2D21";}]; 11340 + keys = [ { fingerprint = "B982 0250 1720 D540 6A18 2DA8 188E 4945 E85B 2D21"; } ]; 11341 11341 }; 11342 11342 jakeisnt = { 11343 11343 name = "Jacob Chvatal"; ··· 11386 11386 name = "jamalam"; 11387 11387 github = "Jamalam360"; 11388 11388 githubId = 56727311; 11389 - keys = [{fingerprint = "B1B2 2BA0 FC39 D4B4 2240 5F55 D86C D68E 8DB2 E368";}]; 11389 + keys = [ { fingerprint = "B1B2 2BA0 FC39 D4B4 2240 5F55 D86C D68E 8DB2 E368"; } ]; 11390 11390 }; 11391 11391 james-atkins = { 11392 11392 name = "James Atkins"; ··· 11398 11398 name = "James Ward"; 11399 11399 github = "jamesward"; 11400 11400 githubId = 65043; 11401 - keys = [{fingerprint = "82F9 4BBD F95C 247B BD21 396B 9A0B 94DE C0FF A7EE";}]; 11401 + keys = [ { fingerprint = "82F9 4BBD F95C 247B BD21 396B 9A0B 94DE C0FF A7EE"; } ]; 11402 11402 }; 11403 11403 jamiemagee = { 11404 11404 email = "jamie.magee@gmail.com"; ··· 11582 11582 githubId = 740022; 11583 11583 matrix = "@jeff:ocjtech.us"; 11584 11584 name = "Jeffrey C. Ollie"; 11585 - keys = [{fingerprint = "A8CF 5B72 ABC3 9A17 3FEA 620E 6F86 035A 6D97 044E";}]; 11585 + keys = [ { fingerprint = "A8CF 5B72 ABC3 9A17 3FEA 620E 6F86 035A 6D97 044E"; } ]; 11586 11586 }; 11587 11587 jcouyang = { 11588 11588 email = "oyanglulu@gmail.com"; 11589 11589 github = "jcouyang"; 11590 11590 githubId = 1235045; 11591 11591 name = "Jichao Ouyang"; 11592 - keys = [{fingerprint = "A506 C38D 5CC8 47D0 DF01 134A DA8B 833B 5260 4E63";}]; 11592 + keys = [ { fingerprint = "A506 C38D 5CC8 47D0 DF01 134A DA8B 833B 5260 4E63"; } ]; 11593 11593 }; 11594 11594 jcs090218 = { 11595 11595 email = "jcs090218@gmail.com"; ··· 11625 11625 email = "jdanek@redhat.com"; 11626 11626 github = "jirkadanek"; 11627 11627 githubId = 17877663; 11628 - keys = [{fingerprint = "D4A6 F051 AD58 2E7C BCED 5439 6927 5CAD F15D 872E";}]; 11628 + keys = [ { fingerprint = "D4A6 F051 AD58 2E7C BCED 5439 6927 5CAD F15D 872E"; } ]; 11629 11629 name = "Jiri Daněk"; 11630 11630 }; 11631 11631 jdbaldry = { ··· 11754 11754 github = "jervw"; 11755 11755 githubId = 53620688; 11756 11756 name = "Jere Vuola"; 11757 - keys = [{fingerprint = "56C2 5B5B 2075 6352 B4B0 E17E F188 3717 47DA 5895";}]; 11757 + keys = [ { fingerprint = "56C2 5B5B 2075 6352 B4B0 E17E F188 3717 47DA 5895"; } ]; 11758 11758 }; 11759 11759 jeschli = { 11760 11760 email = "jeschli@gmail.com"; ··· 11808 11808 github = "jezcope"; 11809 11809 githubId = 457628; 11810 11810 name = "Jez Cope"; 11811 - keys = [{fingerprint = "D9DA 3E47 E8BD 377D A317 B3D0 9E42 CE07 1C45 59D1";}]; 11811 + keys = [ { fingerprint = "D9DA 3E47 E8BD 377D A317 B3D0 9E42 CE07 1C45 59D1"; } ]; 11812 11812 }; 11813 11813 jfchevrette = { 11814 11814 email = "jfchevrette@gmail.com"; 11815 11815 github = "jfchevrette"; 11816 11816 githubId = 3001; 11817 11817 name = "Jean-Francois Chevrette"; 11818 - keys = [{fingerprint = "B612 96A9 498E EECD D5E9 C0F0 67A0 5858 0129 0DC6";}]; 11818 + keys = [ { fingerprint = "B612 96A9 498E EECD D5E9 C0F0 67A0 5858 0129 0DC6"; } ]; 11819 11819 }; 11820 11820 jflanglois = { 11821 11821 email = "yourstruly@julienlanglois.me"; ··· 11828 11828 email = "jeremyfleischman@gmail.com"; 11829 11829 github = "jfly"; 11830 11830 githubId = 277474; 11831 - keys = [{fingerprint = "F1F1 3395 8E8E 9CC4 D9FC 9647 1931 9CD8 416A 642B";}]; 11831 + keys = [ { fingerprint = "F1F1 3395 8E8E 9CC4 D9FC 9647 1931 9CD8 416A 642B"; } ]; 11832 11832 }; 11833 11833 jfroche = { 11834 11834 name = "Jean-François Roche"; ··· 11836 11836 matrix = "@jfroche:matrix.pyxel.cloud"; 11837 11837 github = "jfroche"; 11838 11838 githubId = 207369; 11839 - keys = [{fingerprint = "7EB1 C02A B62B B464 6D7C E4AE D1D0 9DE1 69EA 19A0";}]; 11839 + keys = [ { fingerprint = "7EB1 C02A B62B B464 6D7C E4AE D1D0 9DE1 69EA 19A0"; } ]; 11840 11840 }; 11841 11841 jfvillablanca = { 11842 11842 email = "jmfv.dev@gmail.com"; ··· 11910 11910 email = "joel@airwebreathe.org.uk"; 11911 11911 github = "jhol"; 11912 11912 githubId = 1449493; 11913 - keys = [{fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889";}]; 11913 + keys = [ { fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889"; } ]; 11914 11914 }; 11915 11915 jhollowe = { 11916 11916 email = "jhollowe@johnhollowell.com"; ··· 12012 12012 github = "jlamur"; 12013 12013 githubId = 7054317; 12014 12014 name = "Jules Lamur"; 12015 - keys = [{fingerprint = "B768 6CD7 451A 650D 9C54 4204 6710 CF0C 1CBD 7762";}]; 12015 + keys = [ { fingerprint = "B768 6CD7 451A 650D 9C54 4204 6710 CF0C 1CBD 7762"; } ]; 12016 12016 }; 12017 12017 jlbribeiro = { 12018 12018 email = "nix@jlbribeiro.com"; ··· 12087 12087 name = "João Figueira"; 12088 12088 keys = [ 12089 12089 # GitHub signing key 12090 - {fingerprint = "EC08 7AA3 DEAD A972 F015 6371 DC7A E56A E98E 02D7";} 12090 + { fingerprint = "EC08 7AA3 DEAD A972 F015 6371 DC7A E56A E98E 02D7"; } 12091 12091 # Email encryption 12092 - {fingerprint = "816D 23F5 E672 EC58 7674 4A73 197F 9A63 2D13 9E30";} 12092 + { fingerprint = "816D 23F5 E672 EC58 7674 4A73 197F 9A63 2D13 9E30"; } 12093 12093 ]; 12094 12094 }; 12095 12095 jmendyk = { ··· 12168 12168 github = "joaoymoreira"; 12169 12169 githubId = 151087767; 12170 12170 name = "João Moreira"; 12171 - keys = [{fingerprint = "F457 0A3A 5F89 22F8 F572 E075 EF8B F2C8 C5F4 097D";}]; 12171 + keys = [ { fingerprint = "F457 0A3A 5F89 22F8 F572 E075 EF8B F2C8 C5F4 097D"; } ]; 12172 12172 }; 12173 12173 joaquintrinanes = { 12174 12174 email = "hi@joaquint.io"; 12175 12175 github = "JoaquinTrinanes"; 12176 12176 name = "Joaquín Triñanes"; 12177 12177 githubId = 1385934; 12178 - keys = [{fingerprint = "3A13 5C15 E1D5 850D 2F90 AB25 6E14 46DD 451C 6BAF";}]; 12178 + keys = [ { fingerprint = "3A13 5C15 E1D5 850D 2F90 AB25 6E14 46DD 451C 6BAF"; } ]; 12179 12179 }; 12180 12180 joblade = { 12181 12181 email = "bladeur13@free.fr"; ··· 12326 12326 github = "joinemm"; 12327 12327 githubId = 26210439; 12328 12328 name = "Joonas Rautiola"; 12329 - keys = [{fingerprint = "87EC DD30 6614 E510 5299 F0D4 090E B48A 4669 AA54";}]; 12329 + keys = [ { fingerprint = "87EC DD30 6614 E510 5299 F0D4 090E B48A 4669 AA54"; } ]; 12330 12330 }; 12331 12331 Jojo4GH = { 12332 12332 name = "Jonas Broeckmann"; ··· 12339 12339 matrix = "@jojosch:jswc.de"; 12340 12340 github = "jojosch"; 12341 12341 githubId = 327488; 12342 - keys = [{fingerprint = "7249 70E6 A661 D84E 8B47 678A 0590 93B1 A278 BCD0";}]; 12342 + keys = [ { fingerprint = "7249 70E6 A661 D84E 8B47 678A 0590 93B1 A278 BCD0"; } ]; 12343 12343 }; 12344 12344 jokatzke = { 12345 12345 email = "jokatzke@fastmail.com"; ··· 12365 12365 github = "jolars"; 12366 12366 githubId = 13087841; 12367 12367 name = "Johan Larsson"; 12368 - keys = [{fingerprint = "F0D6 BDE7 C7D1 6B3F 7883 73E7 2A41 C0FE DD6F F540";}]; 12368 + keys = [ { fingerprint = "F0D6 BDE7 C7D1 6B3F 7883 73E7 2A41 C0FE DD6F F540"; } ]; 12369 12369 }; 12370 12370 jolheiser = { 12371 12371 email = "nixpkgs@jolheiser.com"; ··· 12379 12379 matrix = "@jona:matrix.jonaenz.de"; 12380 12380 github = "JonaEnz"; 12381 12381 githubId = 57130301; 12382 - keys = [{fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202";}]; 12382 + keys = [ { fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202"; } ]; 12383 12383 }; 12384 12384 jonas-w = { 12385 12385 email = "nixpkgs@03j.de"; ··· 12443 12443 email = "jordan@bravo.cc"; 12444 12444 github = "jordan-bravo"; 12445 12445 githubId = 62706808; 12446 - keys = [{fingerprint = "9C7B 45CD CF53 B483 9BB8 000E C6E3 AECE B5E1 0B1E";}]; 12446 + keys = [ { fingerprint = "9C7B 45CD CF53 B483 9BB8 000E C6E3 AECE B5E1 0B1E"; } ]; 12447 12447 }; 12448 12448 jordanisaacs = { 12449 12449 name = "Jordan Isaacs"; ··· 12622 12622 matrix = "@6pak:matrix.org"; 12623 12623 github = "js6pak"; 12624 12624 githubId = 35262707; 12625 - keys = [{fingerprint = "66D1 1EA6 571D E4F9 16B3 B8EB 3E3C D91E B1AA FB06";}]; 12625 + keys = [ { fingerprint = "66D1 1EA6 571D E4F9 16B3 B8EB 3E3C D91E B1AA FB06"; } ]; 12626 12626 }; 12627 12627 jshcmpbll = { 12628 12628 email = "me@joshuadcampbell.com"; ··· 12678 12678 name = "Julien Coolen"; 12679 12679 github = "jtcoolen"; 12680 12680 githubId = 54635632; 12681 - keys = [{fingerprint = "4C68 56EE DFDA 20FB 77E8 9169 1964 2151 C218 F6F5";}]; 12681 + keys = [ { fingerprint = "4C68 56EE DFDA 20FB 77E8 9169 1964 2151 C218 F6F5"; } ]; 12682 12682 }; 12683 12683 jthulhu = { 12684 12684 name = "Adrien Mathieu"; ··· 12717 12717 github = "jcmuller"; 12718 12718 matrix = "@jcmuller@beeper.com"; 12719 12719 name = "Juan C. Müller"; 12720 - keys = [{fingerprint = "D78D 25D8 A1B8 2596 267F 35B8 F44E A51A 28F9 B4A7";}]; 12720 + keys = [ { fingerprint = "D78D 25D8 A1B8 2596 267F 35B8 F44E A51A 28F9 B4A7"; } ]; 12721 12721 }; 12722 12722 juaningan = { 12723 12723 email = "juaningan@gmail.com"; ··· 12756 12756 matrix = "@julian:matrix.epiccraft-mc.de"; 12757 12757 github = "juli0604"; 12758 12758 githubId = 62934740; 12759 - keys = [{fingerprint = "E9C6 44C7 F6AA A865 4CB9 2723 22C8 B0CE B9AC 4AFF";}]; 12759 + keys = [ { fingerprint = "E9C6 44C7 F6AA A865 4CB9 2723 22C8 B0CE B9AC 4AFF"; } ]; 12760 12760 }; 12761 12761 juliabru = { 12762 12762 name = "Julia Brunenberg"; ··· 12774 12774 name = "Julian Partanen"; 12775 12775 github = "JulianFP"; 12776 12776 githubId = 70963316; 12777 - keys = [{fingerprint = "C61D 7747 43DE EF05 4E4A 3AC1 6FE2 79EB 5C9F 3466";}]; 12777 + keys = [ { fingerprint = "C61D 7747 43DE EF05 4E4A 3AC1 6FE2 79EB 5C9F 3466"; } ]; 12778 12778 }; 12779 12779 juliendehos = { 12780 12780 email = "dehos@lisic.univ-littoral.fr"; ··· 12823 12823 github = "junestepp"; 12824 12824 githubId = 26205306; 12825 12825 name = "June Stepp"; 12826 - keys = [{fingerprint = "2561 0243 2233 CFE6 E13E 3C33 348C 6EB3 39AE C582";}]; 12826 + keys = [ { fingerprint = "2561 0243 2233 CFE6 E13E 3C33 348C 6EB3 39AE C582"; } ]; 12827 12827 }; 12828 12828 junjihashimoto = { 12829 12829 email = "junji.hashimoto@gmail.com"; ··· 12883 12883 github = "jvanbruegge"; 12884 12884 githubId = 1529052; 12885 12885 name = "Jan van Brügge"; 12886 - keys = [{fingerprint = "3513 5CE5 77AD 711F 3825 9A99 3665 72BE 7D6C 78A2";}]; 12886 + keys = [ { fingerprint = "3513 5CE5 77AD 711F 3825 9A99 3665 72BE 7D6C 78A2"; } ]; 12887 12887 }; 12888 12888 jwatt = { 12889 12889 email = "jwatt@broken.watch"; ··· 12896 12896 github = "jwiegley"; 12897 12897 githubId = 8460; 12898 12898 name = "John Wiegley"; 12899 - keys = [{fingerprint = "4710 CF98 AF9B 327B B80F 60E1 46C4 BD1A 7AC1 4BA2";}]; 12899 + keys = [ { fingerprint = "4710 CF98 AF9B 327B B80F 60E1 46C4 BD1A 7AC1 4BA2"; } ]; 12900 12900 }; 12901 12901 jwijenbergh = { 12902 12902 email = "jeroenwijenbergh@protonmail.com"; ··· 12909 12909 github = "jwillikers"; 12910 12910 githubId = 19399197; 12911 12911 name = "Jordan Williams"; 12912 - keys = [{fingerprint = "A6AB 406A F5F1 DE02 CEA3 B6F0 9FB4 2B0E 7F65 7D8C";}]; 12912 + keys = [ { fingerprint = "A6AB 406A F5F1 DE02 CEA3 B6F0 9FB4 2B0E 7F65 7D8C"; } ]; 12913 12913 }; 12914 12914 jwygoda = { 12915 12915 email = "jaroslaw@wygoda.me"; ··· 12947 12947 github = "kachick"; 12948 12948 githubId = 1180335; 12949 12949 name = "Kenichi Kamiya"; 12950 - keys = [{fingerprint = "9121 5D87 20CA B405 C63F 24D2 EF6E 574D 040A E2A5";}]; 12950 + keys = [ { fingerprint = "9121 5D87 20CA B405 C63F 24D2 EF6E 574D 040A E2A5"; } ]; 12951 12951 }; 12952 12952 kaction = { 12953 12953 name = "Dmitry Bogatov"; 12954 12954 email = "KAction@disroot.org"; 12955 12955 github = "KAction"; 12956 12956 githubId = 44864956; 12957 - keys = [{fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236";}]; 12957 + keys = [ { fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236"; } ]; 12958 12958 }; 12959 12959 kaeeraa = { 12960 12960 name = "kaeeraa"; ··· 13004 13004 email = "kamadorueda@gmail.com"; 13005 13005 github = "kamadorueda"; 13006 13006 githubId = 47480384; 13007 - keys = [{fingerprint = "2BE3 BAFD 793E A349 ED1F F00F 04D0 CEAF 916A 9A40";}]; 13007 + keys = [ { fingerprint = "2BE3 BAFD 793E A349 ED1F F00F 04D0 CEAF 916A 9A40"; } ]; 13008 13008 }; 13009 13009 kamilchm = { 13010 13010 email = "kamil.chm@gmail.com"; ··· 13017 13017 email = "me@kamillaova.dev"; 13018 13018 github = "Kamillaova"; 13019 13019 githubId = 54859825; 13020 - keys = [{fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834";}]; 13020 + keys = [ { fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834"; } ]; 13021 13021 }; 13022 13022 kampfschlaefer = { 13023 13023 email = "arnold@arnoldarts.de"; ··· 13126 13126 email = "git@keksgesicht.de"; 13127 13127 github = "Keksgesicht"; 13128 13128 githubId = 32649612; 13129 - keys = [{fingerprint = "65DF D21C 22A9 E4CD FD1A 0804 C3D7 16E7 29B3 C86A";}]; 13129 + keys = [ { fingerprint = "65DF D21C 22A9 E4CD FD1A 0804 C3D7 16E7 29B3 C86A"; } ]; 13130 13130 }; 13131 13131 keldu = { 13132 13132 email = "mail@keldu.de"; ··· 13145 13145 github = "kennyballou"; 13146 13146 githubId = 2186188; 13147 13147 name = "Kenny Ballou"; 13148 - keys = [{fingerprint = "932F 3E8E 1C0F 4A98 95D7 B8B8 B0CA A28A 0295 8308";}]; 13148 + keys = [ { fingerprint = "932F 3E8E 1C0F 4A98 95D7 B8B8 B0CA A28A 0295 8308"; } ]; 13149 13149 }; 13150 13150 kenran = { 13151 13151 email = "johannes.maier@mailbox.org"; ··· 13183 13183 github = "kevincox"; 13184 13184 githubId = 494012; 13185 13185 name = "Kevin Cox"; 13186 - keys = [{fingerprint = "B66B 891D D83B 0E67 7D84 FC30 9BB9 2CC1 552E 99AA";}]; 13186 + keys = [ { fingerprint = "B66B 891D D83B 0E67 7D84 FC30 9BB9 2CC1 552E 99AA"; } ]; 13187 13187 }; 13188 13188 kevingriffin = { 13189 13189 email = "me@kevin.jp"; ··· 13221 13221 github = "kgtkr"; 13222 13222 githubId = 17868838; 13223 13223 name = "kgtkr"; 13224 - keys = [{fingerprint = "B30D BE93 81E0 3D5D F301 88C8 1F6E B951 9F57 3241";}]; 13224 + keys = [ { fingerprint = "B30D BE93 81E0 3D5D F301 88C8 1F6E B951 9F57 3241"; } ]; 13225 13225 }; 13226 13226 khaneliman = { 13227 13227 email = "khaneliman12@gmail.com"; ··· 13246 13246 github = "khrj"; 13247 13247 githubId = 44947946; 13248 13248 name = "Khushraj Rathod"; 13249 - keys = [{fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19";}]; 13249 + keys = [ { fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19"; } ]; 13250 13250 }; 13251 13251 kiara = { 13252 13252 name = "kiara"; ··· 13410 13410 github = "kittywitch"; 13411 13411 githubId = 67870215; 13412 13412 name = "Kat Inskip"; 13413 - keys = [{fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0";}]; 13413 + keys = [ { fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0"; } ]; 13414 13414 }; 13415 13415 kivikakk = { 13416 13416 email = "ashe@kivikakk.ee"; ··· 13465 13465 name = "Fiona Behrens"; 13466 13466 github = "kloenk"; 13467 13467 githubId = 12898828; 13468 - keys = [{fingerprint = "B44A DFDF F869 A66A 3FDF DD8B 8609 A7B5 19E5 E342";}]; 13468 + keys = [ { fingerprint = "B44A DFDF F869 A66A 3FDF DD8B 8609 A7B5 19E5 E342"; } ]; 13469 13469 }; 13470 13470 kmatasfp = { 13471 13471 email = "el-development@protonmail.com"; ··· 13808 13808 github = "kugland"; 13809 13809 githubId = 1173932; 13810 13810 name = "André Kugland"; 13811 - keys = [{fingerprint = "6A62 5E60 E3FF FCAE B3AA 50DC 1DA9 3817 80CD D833";}]; 13811 + keys = [ { fingerprint = "6A62 5E60 E3FF FCAE B3AA 50DC 1DA9 3817 80CD D833"; } ]; 13812 13812 }; 13813 13813 kuglimon = { 13814 13814 name = "Tatu Argillander"; 13815 13815 email = "tatu.argillander@kouralabs.com"; 13816 13816 github = "kuglimon"; 13817 13817 githubId = 629430; 13818 - keys = [{fingerprint = "2843 750C B1AB E256 94BE 40E2 D843 D30B 42CA 0E2D";}]; 13818 + keys = [ { fingerprint = "2843 750C B1AB E256 94BE 40E2 D843 D30B 42CA 0E2D"; } ]; 13819 13819 }; 13820 13820 kupac = { 13821 13821 github = "Kupac"; ··· 13870 13870 matrix = "@kwaa:matrix.org"; 13871 13871 github = "kwaa"; 13872 13872 githubId = 50108258; 13873 - keys = [{fingerprint = "ABCB A12F 1A8E 3CCC F10B 5109 4444 7777 3333 4444";}]; 13873 + keys = [ { fingerprint = "ABCB A12F 1A8E 3CCC F10B 5109 4444 7777 3333 4444"; } ]; 13874 13874 }; 13875 13875 kwohlfahrt = { 13876 13876 email = "kai.wohlfahrt@gmail.com"; ··· 13901 13901 github = "KyleOndy"; 13902 13902 githubId = 1640900; 13903 13903 name = "Kyle Ondy"; 13904 - keys = [{fingerprint = "3C79 9D26 057B 64E6 D907 B0AC DB0E 3C33 491F 91C9";}]; 13904 + keys = [ { fingerprint = "3C79 9D26 057B 64E6 D907 B0AC DB0E 3C33 491F 91C9"; } ]; 13905 13905 }; 13906 13906 kylerisse = { 13907 13907 name = "Kyle Risse"; ··· 13916 13916 github = "kylesferrazza"; 13917 13917 githubId = 6677292; 13918 13918 13919 - keys = [{fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372";}]; 13919 + keys = [ { fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372"; } ]; 13920 13920 }; 13921 13921 l-as = { 13922 13922 email = "las@protonmail.ch"; 13923 13923 matrix = "@Las:matrix.org"; 13924 13924 github = "L-as"; 13925 13925 githubId = 22075344; 13926 - keys = [{fingerprint = "A093 EA17 F450 D4D1 60A0 1194 AC45 8A7D 1087 D025";}]; 13926 + keys = [ { fingerprint = "A093 EA17 F450 D4D1 60A0 1194 AC45 8A7D 1087 D025"; } ]; 13927 13927 name = "Las Safin"; 13928 13928 }; 13929 13929 l0b0 = { ··· 13974 13974 email = "iam@lach.pw"; 13975 13975 github = "CertainLach"; 13976 13976 githubId = 6235312; 13977 - keys = [{fingerprint = "323C 95B5 DBF7 2D74 8570 C0B7 40B5 D694 8143 175F";}]; 13977 + keys = [ { fingerprint = "323C 95B5 DBF7 2D74 8570 C0B7 40B5 D694 8143 175F"; } ]; 13978 13978 name = "Yaroslav Bolyukin"; 13979 13979 }; 13980 13980 lachrymal = { ··· 13993 13993 email = "joseph@lafreniere.xyz"; 13994 13994 github = "lafrenierejm"; 13995 13995 githubId = 11155300; 13996 - keys = [{fingerprint = "0375 DD9A EDD1 68A3 ADA3 9EBA EE23 6AA0 141E FCA3";}]; 13996 + keys = [ { fingerprint = "0375 DD9A EDD1 68A3 ADA3 9EBA EE23 6AA0 141E FCA3"; } ]; 13997 13997 name = "Joseph LaFreniere"; 13998 13998 }; 13999 13999 lagoja = { ··· 14135 14135 email = "leana.jiang+git@icloud.com"; 14136 14136 github = "leana8959"; 14137 14137 githubId = 87855546; 14138 - keys = [{fingerprint = "3659 D5C8 7A4B C5D7 699B 37D8 4E88 7A4C A971 4ADA";}]; 14138 + keys = [ { fingerprint = "3659 D5C8 7A4B C5D7 699B 37D8 4E88 7A4C A971 4ADA"; } ]; 14139 14139 }; 14140 14140 lebastr = { 14141 14141 email = "lebastr@gmail.com"; ··· 14147 14147 name = "Lucius Hu"; 14148 14148 github = "lebensterben"; 14149 14149 githubId = 1222865; 14150 - keys = [{fingerprint = "80C6 77F2 ED0B E732 3835 A8D3 7E47 4E82 E29B 5A7A";}]; 14150 + keys = [ { fingerprint = "80C6 77F2 ED0B E732 3835 A8D3 7E47 4E82 E29B 5A7A"; } ]; 14151 14151 }; 14152 14152 lecoqjacob = { 14153 14153 name = "Jacob LeCoq"; 14154 14154 email = "lecoqjacob@gmail.com"; 14155 14155 githubId = 9278174; 14156 14156 github = "bayou-brogrammer"; 14157 - keys = [{fingerprint = "C505 1E8B 06AC 1776 6875 1B60 93AF DAD0 10B3 CB8D";}]; 14157 + keys = [ { fingerprint = "C505 1E8B 06AC 1776 6875 1B60 93AF DAD0 10B3 CB8D"; } ]; 14158 14158 }; 14159 14159 ledif = { 14160 14160 email = "refuse@gmail.com"; ··· 14184 14184 github = "leifhelm"; 14185 14185 githubId = 31693262; 14186 14186 name = "Jakob Leifhelm"; 14187 - keys = [{fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822";}]; 14187 + keys = [ { fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822"; } ]; 14188 14188 }; 14189 14189 leiserfg = { 14190 14190 email = "leiserfg@gmail.com"; ··· 14198 14198 github = "Leixb"; 14199 14199 githubId = 17183803; 14200 14200 name = "Aleix Boné"; 14201 - keys = [{fingerprint = "63D3 F436 EDE8 7E1F 1292 24AF FC03 5BB2 BB28 E15D";}]; 14201 + keys = [ { fingerprint = "63D3 F436 EDE8 7E1F 1292 24AF FC03 5BB2 BB28 E15D"; } ]; 14202 14202 }; 14203 14203 lejonet = { 14204 14204 email = "daniel@kuehn.se"; ··· 14227 14227 lenny = { 14228 14228 name = "Lenny."; 14229 14229 matrix = "@lenny:flipdot.org"; 14230 - keys = [{fingerprint = "6D63 2D4D 0CFE 8D53 F5FD C7ED 738F C800 6E9E A634";}]; 14230 + keys = [ { fingerprint = "6D63 2D4D 0CFE 8D53 F5FD C7ED 738F C800 6E9E A634"; } ]; 14231 14231 }; 14232 14232 leo248 = { 14233 14233 github = "leo248"; 14234 14234 githubId = 95365184; 14235 - keys = [{fingerprint = "81E3 418D C1A2 9687 2C4D 96DC BB1A 818F F295 26D2";}]; 14235 + keys = [ { fingerprint = "81E3 418D C1A2 9687 2C4D 96DC BB1A 818F F295 26D2"; } ]; 14236 14236 name = "leo248"; 14237 14237 }; 14238 14238 leo60228 = { ··· 14241 14241 github = "leo60228"; 14242 14242 githubId = 8355305; 14243 14243 name = "leo60228"; 14244 - keys = [{fingerprint = "5BE4 98D5 1C24 2CCD C21A 4604 AC6F 4BA0 78E6 7833";}]; 14244 + keys = [ { fingerprint = "5BE4 98D5 1C24 2CCD C21A 4604 AC6F 4BA0 78E6 7833"; } ]; 14245 14245 }; 14246 14246 leona = { 14247 14247 email = "nix@leona.is"; ··· 14264 14264 leonm1 = { 14265 14265 github = "leonm1"; 14266 14266 githubId = 32306579; 14267 - keys = [{fingerprint = "C12D F14B DC9D 64E1 44C3 4D8A 755C DA4E 5923 416A";}]; 14267 + keys = [ { fingerprint = "C12D F14B DC9D 64E1 44C3 4D8A 755C DA4E 5923 416A"; } ]; 14268 14268 matrix = "@mattleon:matrix.org"; 14269 14269 name = "Matt Leon"; 14270 14270 }; ··· 14316 14316 email = "lexugeyky@outlook.com"; 14317 14317 github = "LEXUGE"; 14318 14318 githubId = 13804737; 14319 - keys = [{fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45";}]; 14319 + keys = [ { fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45"; } ]; 14320 14320 }; 14321 14321 lf- = { 14322 14322 name = "Jade Lovelace"; ··· 14377 14377 github = "Liassica"; 14378 14378 githubId = 115422798; 14379 14379 name = "Liassica"; 14380 - keys = [{fingerprint = "83BE 3033 6164 B971 FA82 7036 0D34 0E59 4980 7BDD";}]; 14380 + keys = [ { fingerprint = "83BE 3033 6164 B971 FA82 7036 0D34 0E59 4980 7BDD"; } ]; 14381 14381 }; 14382 14382 liberodark = { 14383 14383 email = "liberodark@gmail.com"; ··· 14447 14447 email = "olai@olai.dev"; 14448 14448 github = "LilleAila"; 14449 14449 githubId = 67327023; 14450 - keys = [{fingerprint = "8185 29F9 BB4C 33F0 69BB 9782 D1AC CDCF 2B9B 9799";}]; 14450 + keys = [ { fingerprint = "8185 29F9 BB4C 33F0 69BB 9782 D1AC CDCF 2B9B 9799"; } ]; 14451 14451 }; 14452 14452 lillycham = { 14453 14453 email = "lillycat332@gmail.com"; ··· 14479 14479 matrix = "@me:linj.tech"; 14480 14480 github = "jian-lin"; 14481 14481 githubId = 75130626; 14482 - keys = [{fingerprint = "80EE AAD8 43F9 3097 24B5 3D7E 27E9 7B91 E63A 7FF8";}]; 14482 + keys = [ { fingerprint = "80EE AAD8 43F9 3097 24B5 3D7E 27E9 7B91 E63A 7FF8"; } ]; 14483 14483 }; 14484 14484 link00000000 = { 14485 14485 email = "crandall.logan@gmail.com"; ··· 14543 14543 github = "livnev"; 14544 14544 githubId = 3964494; 14545 14545 name = "Lev Livnev"; 14546 - keys = [{fingerprint = "74F5 E5CC 19D3 B5CB 608F 6124 68FF 81E6 A785 0F49";}]; 14546 + keys = [ { fingerprint = "74F5 E5CC 19D3 B5CB 608F 6124 68FF 81E6 A785 0F49"; } ]; 14547 14547 }; 14548 14548 liyangau = { 14549 14549 email = "d@aufomm.com"; ··· 14586 14586 github = "LoCrealloc"; 14587 14587 githubId = 64095253; 14588 14588 name = "LoC"; 14589 - keys = [{fingerprint = "DCCE F73B 209A 6024 CAE7 F926 5563 EB4A 8634 4F15";}]; 14589 + keys = [ { fingerprint = "DCCE F73B 209A 6024 CAE7 F926 5563 EB4A 8634 4F15"; } ]; 14590 14590 }; 14591 14591 locallycompact = { 14592 14592 email = "dan.firth@homotopic.tech"; ··· 14600 14600 github = "lockejan"; 14601 14601 githubId = 25434434; 14602 14602 name = "Jan Schmitt"; 14603 - keys = [{fingerprint = "1763 9903 2D7C 5B82 5D5A 0EAD A2BC 3C6F 1435 1991";}]; 14603 + keys = [ { fingerprint = "1763 9903 2D7C 5B82 5D5A 0EAD A2BC 3C6F 1435 1991"; } ]; 14604 14604 }; 14605 14605 locochoco = { 14606 14606 email = "contact@locochoco.dev"; ··· 14633 14633 github = "legendofmiracles"; 14634 14634 githubId = 30902201; 14635 14635 name = "legendofmiracles"; 14636 - keys = [{fingerprint = "CC50 F82C 985D 2679 0703 AF15 19B0 82B3 DEFE 5451";}]; 14636 + keys = [ { fingerprint = "CC50 F82C 985D 2679 0703 AF15 19B0 82B3 DEFE 5451"; } ]; 14637 14637 }; 14638 14638 lonerOrz = { 14639 14639 email = "2788892716@qq.com"; ··· 14671 14671 matrix = "@lordmzte:mzte.de"; 14672 14672 github = "LordMZTE"; 14673 14673 githubId = 28735087; 14674 - keys = [{fingerprint = "AB47 3D70 53D2 74CA DC2C 230C B648 02DC 33A6 4FF6";}]; 14674 + keys = [ { fingerprint = "AB47 3D70 53D2 74CA DC2C 230C B648 02DC 33A6 4FF6"; } ]; 14675 14675 }; 14676 14676 lorenz = { 14677 14677 name = "Lorenz Brun"; ··· 14727 14727 github = "lovesegfault"; 14728 14728 githubId = 7243783; 14729 14729 name = "Bernardo Meurer"; 14730 - keys = [{fingerprint = "F193 7596 57D5 6DA4 CCD4 786B F4C0 D53B 8D14 C246";}]; 14730 + keys = [ { fingerprint = "F193 7596 57D5 6DA4 CCD4 786B F4C0 D53B 8D14 C246"; } ]; 14731 14731 }; 14732 14732 lowfatcomputing = { 14733 14733 email = "andreas.wagner@lowfatcomputing.org"; ··· 14747 14747 github = "loispostula"; 14748 14748 githubId = 1423612; 14749 14749 name = "Loïs Postula"; 14750 - keys = [{fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1";}]; 14750 + keys = [ { fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1"; } ]; 14751 14751 }; 14752 14752 lrewega = { 14753 14753 email = "lrewega@c32.ca"; ··· 14797 14797 githubId = 153414530; 14798 14798 matrix = "@ltstf1re:converser.eu"; 14799 14799 name = "Little Starfire"; 14800 - keys = [{fingerprint = "FE6C C3C9 2ACF 4367 2B56 5B22 8603 2ACC 051A 873D";}]; 14800 + keys = [ { fingerprint = "FE6C C3C9 2ACF 4367 2B56 5B22 8603 2ACC 051A 873D"; } ]; 14801 14801 }; 14802 14802 lu15w1r7h = { 14803 14803 email = "lwirth2000@gmail.com"; ··· 14822 14822 github = "lucas-deangelis"; 14823 14823 githubId = 55180995; 14824 14824 name = "Lucas De Angelis"; 14825 - keys = [{fingerprint = "3C8B D3AD 93BB 1F36 B8FF 30BD 8627 E5ED F74B 5BF4";}]; 14825 + keys = [ { fingerprint = "3C8B D3AD 93BB 1F36 B8FF 30BD 8627 E5ED F74B 5BF4"; } ]; 14826 14826 }; 14827 14827 lucasbergman = { 14828 14828 email = "lucas@bergmans.us"; ··· 14877 14877 github = "ludovicopiero"; 14878 14878 githubId = 44255157; 14879 14879 name = "Ludovico Piero"; 14880 - keys = [{fingerprint = "72CA 4F61 46C6 0DAB 6193 4D35 3911 DD27 6CFE 779C";}]; 14880 + keys = [ { fingerprint = "72CA 4F61 46C6 0DAB 6193 4D35 3911 DD27 6CFE 779C"; } ]; 14881 14881 }; 14882 14882 lufia = { 14883 14883 email = "lufia@lufia.org"; ··· 14890 14890 email = "luflosi@luflosi.de"; 14891 14891 github = "Luflosi"; 14892 14892 githubId = 15217907; 14893 - keys = [{fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9";}]; 14893 + keys = [ { fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9"; } ]; 14894 14894 }; 14895 14895 luftmensch-luftmensch = { 14896 14896 email = "valentinobocchetti59@gmail.com"; ··· 14909 14909 github = "propet"; 14910 14910 githubId = 8515861; 14911 14911 name = "Luis D. Aranda Sánchez"; 14912 - keys = [{fingerprint = "AB7C 81F4 9E07 CC64 F3E7 BC25 DCAC C6F4 AAFC C04E";}]; 14912 + keys = [ { fingerprint = "AB7C 81F4 9E07 CC64 F3E7 BC25 DCAC C6F4 AAFC C04E"; } ]; 14913 14913 }; 14914 14914 luisnquin = { 14915 14915 email = "lpaandres2020@gmail.com"; ··· 14936 14936 name = "Luiz Ribeiro"; 14937 14937 github = "luizribeiro"; 14938 14938 githubId = 112069; 14939 - keys = [{fingerprint = "97A0 AE5E 03F3 499B 7D7A 65C6 76A4 1432 37EF 5817";}]; 14939 + keys = [ { fingerprint = "97A0 AE5E 03F3 499B 7D7A 65C6 76A4 1432 37EF 5817"; } ]; 14940 14940 }; 14941 14941 lukas-heiligenbrunner = { 14942 14942 email = "lukas.heiligenbrunner@gmail.com"; ··· 15114 15114 email = "umutinanerdogan@proton.me"; 15115 15115 github = "lzcunt"; 15116 15116 githubId = 40492846; 15117 - keys = [{fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783";}]; 15117 + keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ]; 15118 15118 matrix = "@sananatheskenana:matrix.org"; 15119 15119 name = "sanana the skenana"; 15120 15120 }; ··· 15166 15166 email = "max@haland.org"; 15167 15167 github = "mabster314"; 15168 15168 githubId = 5741741; 15169 - keys = [{fingerprint = "71EF 8F1F 0C24 8B4D 5CDC 1B47 74B3 D790 77EE 37A8";}]; 15169 + keys = [ { fingerprint = "71EF 8F1F 0C24 8B4D 5CDC 1B47 74B3 D790 77EE 37A8"; } ]; 15170 15170 }; 15171 15171 mac-chaffee = { 15172 15172 name = "Mac Chaffee"; ··· 15178 15178 name = "Ian Macalinao"; 15179 15179 github = "macalinao"; 15180 15180 githubId = 401263; 15181 - keys = [{fingerprint = "1147 43F1 E707 6F3E 6F4B 2C96 B9A8 B592 F126 F8E8";}]; 15181 + keys = [ { fingerprint = "1147 43F1 E707 6F3E 6F4B 2C96 B9A8 B592 F126 F8E8"; } ]; 15182 15182 }; 15183 15183 macronova = { 15184 15184 name = "Sicheng Pan"; ··· 15186 15186 matrix = "@macronova:invariantspace.com"; 15187 15187 github = "Sicheng-Pan"; 15188 15188 githubId = 60079945; 15189 - keys = [{fingerprint = "7590 C9DD E19D 4497 9EE9 0B14 CE96 9670 FB4B 4A56";}]; 15189 + keys = [ { fingerprint = "7590 C9DD E19D 4497 9EE9 0B14 CE96 9670 FB4B 4A56"; } ]; 15190 15190 }; 15191 15191 madeddie = { 15192 15192 email = "edwin@madtech.cx"; ··· 15219 15219 github = "m-rey"; 15220 15220 githubId = 42996147; 15221 15221 name = "Mæve"; 15222 - keys = [{fingerprint = "96C9 D086 CC9D 7BD7 EF24 80E2 9168 796A 1CC3 AEA2";}]; 15222 + keys = [ { fingerprint = "96C9 D086 CC9D 7BD7 EF24 80E2 9168 796A 1CC3 AEA2"; } ]; 15223 15223 }; 15224 15224 maeve-oake = { 15225 15225 email = "maeve@oa.ke"; ··· 15252 15252 github = "magistau"; 15253 15253 githubId = 43097806; 15254 15254 keys = [ 15255 - {fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF";} 15256 - {fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8";} 15255 + { fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; } 15256 + { fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; } 15257 15257 ]; 15258 15258 }; 15259 15259 magneticflux- = { ··· 15261 15261 github = "magneticflux-"; 15262 15262 githubId = 9124288; 15263 15263 name = "Mitchell Skaggs"; 15264 - keys = [{fingerprint = "CA2A 3324 43A7 BD99 8FCE DFC4 4EB0 FECB 84AE 8967";}]; 15264 + keys = [ { fingerprint = "CA2A 3324 43A7 BD99 8FCE DFC4 4EB0 FECB 84AE 8967"; } ]; 15265 15265 }; 15266 15266 magnetophon = { 15267 15267 email = "bart@magnetophon.nl"; ··· 15310 15310 githubId = 19927330; 15311 15311 name = "Maiko Tan"; 15312 15312 keys = [ 15313 - {fingerprint = "9C68 989F ECF9 8993 3225 96DD 970A 6794 990C 52AE";} 15313 + { fingerprint = "9C68 989F ECF9 8993 3225 96DD 970A 6794 990C 52AE"; } 15314 15314 ]; 15315 15315 }; 15316 15316 majesticmullet = { ··· 15347 15347 github = "makuru-org"; 15348 15348 githubId = 58048293; 15349 15349 name = "Makuru"; 15350 - keys = [{fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7";}]; 15350 + keys = [ { fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7"; } ]; 15351 15351 }; 15352 15352 malbarbo = { 15353 15353 email = "malbarbo@gmail.com"; ··· 15360 15360 email = "abdelmalik.najhi@stud.hs-kempten.de"; 15361 15361 github = "malikwirin"; 15362 15362 githubId = 117918464; 15363 - keys = [{fingerprint = "B5ED 595C 8C7E 133C 6B68 63C8 CFEF 1E35 0351 F72D";}]; 15363 + keys = [ { fingerprint = "B5ED 595C 8C7E 133C 6B68 63C8 CFEF 1E35 0351 F72D"; } ]; 15364 15364 }; 15365 15365 malo = { 15366 15366 email = "mbourgon@gmail.com"; ··· 15407 15407 email = "me@mange.dev"; 15408 15408 github = "Mange"; 15409 15409 githubId = 1599; 15410 - keys = [{fingerprint = "2EA6 F4AA 110A 1BF2 2275 19A9 0443 C69F 6F02 2CDE";}]; 15410 + keys = [ { fingerprint = "2EA6 F4AA 110A 1BF2 2275 19A9 0443 C69F 6F02 2CDE"; } ]; 15411 15411 }; 15412 15412 mangoiv = { 15413 15413 email = "contact@mangoiv.com"; ··· 15476 15476 github = "marcin-serwin"; 15477 15477 githubId = 12128106; 15478 15478 email = "marcin@serwin.dev"; 15479 - keys = [{fingerprint = "F311 FA15 1A66 1875 0C4D A88D 82F5 C70C DC49 FD1D";}]; 15479 + keys = [ { fingerprint = "F311 FA15 1A66 1875 0C4D A88D 82F5 C70C DC49 FD1D"; } ]; 15480 15480 }; 15481 15481 marcovergueira = { 15482 15482 email = "vergueira.marco@gmail.com"; ··· 15621 15621 github = "marzipankaiser"; 15622 15622 githubId = 2551444; 15623 15623 name = "Marcial Gaißert"; 15624 - keys = [{fingerprint = "B573 5118 0375 A872 FBBF 7770 B629 036B E399 EEE9";}]; 15624 + keys = [ { fingerprint = "B573 5118 0375 A872 FBBF 7770 B629 036B E399 EEE9"; } ]; 15625 15625 }; 15626 15626 masaeedu = { 15627 15627 email = "masaeedu@gmail.com"; ··· 15824 15824 name = "Matthieu Barthel"; 15825 15825 github = "MatthieuBarthel"; 15826 15826 githubId = 435534; 15827 - keys = [{fingerprint = "80EB 0F2B 484A BB80 7BEF 4145 BA23 F10E AADC 2E26";}]; 15827 + keys = [ { fingerprint = "80EB 0F2B 484A BB80 7BEF 4145 BA23 F10E AADC 2E26"; } ]; 15828 15828 }; 15829 15829 matthuszagh = { 15830 15830 email = "huszaghmatt@gmail.com"; ··· 15856 15856 githubId = 5046562; 15857 15857 matrix = "@mattsturg:matrix.org"; 15858 15858 name = "Matt Sturgeon"; 15859 - keys = [{fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299";}]; 15859 + keys = [ { fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299"; } ]; 15860 15860 }; 15861 15861 matusf = { 15862 15862 email = "matus.ferech@gmail.com"; ··· 15881 15881 github = "mawis"; 15882 15882 githubId = 2042030; 15883 15883 name = "Matthias Wimmer"; 15884 - keys = [{fingerprint = "CAEC A12D CE23 37A6 6DFD 17B0 7AC7 631D 70D6 C898";}]; 15884 + keys = [ { fingerprint = "CAEC A12D CE23 37A6 6DFD 17B0 7AC7 631D 70D6 C898"; } ]; 15885 15885 }; 15886 15886 max = { 15887 15887 email = "max+nixpkgs@privatevoid.net"; ··· 15901 15901 github = "max-niederman"; 15902 15902 githubId = 19580458; 15903 15903 name = "Max Niederman"; 15904 - keys = [{fingerprint = "1DE4 424D BF77 1192 5DC4 CF5E 9AED 8814 81D8 444E";}]; 15904 + keys = [ { fingerprint = "1DE4 424D BF77 1192 5DC4 CF5E 9AED 8814 81D8 444E"; } ]; 15905 15905 }; 15906 15906 max06 = { 15907 15907 email = "max06.net@outlook.com"; ··· 15914 15914 github = "maxbrunet"; 15915 15915 githubId = 32458727; 15916 15916 name = "Maxime Brunet"; 15917 - keys = [{fingerprint = "E9A2 EE26 EAC6 B3ED 6C10 61F3 4379 62FF 87EC FE2B";}]; 15917 + keys = [ { fingerprint = "E9A2 EE26 EAC6 B3ED 6C10 61F3 4379 62FF 87EC FE2B"; } ]; 15918 15918 }; 15919 15919 maxdamantus = { 15920 15920 email = "maxdamantus@gmail.com"; ··· 16052 16052 github = "mccurdyc"; 16053 16053 githubId = 5546264; 16054 16054 name = "Colton J. McCurdy"; 16055 - keys = [{fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94";}]; 16055 + keys = [ { fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94"; } ]; 16056 16056 }; 16057 16057 mcmtroffaes = { 16058 16058 email = "matthias.troffaes@gmail.com"; ··· 16065 16065 github = "mcpar-land"; 16066 16066 githubId = 55669980; 16067 16067 name = "John McParland"; 16068 - keys = [{fingerprint = "39D2 171D D733 C718 DD21 285E B326 E14B 05D8 7A4E";}]; 16068 + keys = [ { fingerprint = "39D2 171D D733 C718 DD21 285E B326 E14B 05D8 7A4E"; } ]; 16069 16069 }; 16070 16070 MCSeekeri = { 16071 16071 email = "mcseekeri@outlook.com"; ··· 16073 16073 githubId = 20928094; 16074 16074 name = "MCSeekeri"; 16075 16075 keys = [ 16076 - {fingerprint = "5922 79AB D9D6 85EB 9D16 754C ECDC AD89 5A38 4A12";} 16077 - {fingerprint = "0762 A387 F160 76F1 116C BF13 3276 6666 6666 6666";} 16076 + { fingerprint = "5922 79AB D9D6 85EB 9D16 754C ECDC AD89 5A38 4A12"; } 16077 + { fingerprint = "0762 A387 F160 76F1 116C BF13 3276 6666 6666 6666"; } 16078 16078 ]; 16079 16079 }; 16080 16080 McSinyx = { ··· 16084 16084 matrix = "@cnx:loang.net"; 16085 16085 name = "Nguyễn Gia Phong"; 16086 16086 keys = [ 16087 - {fingerprint = "E90E 11B8 0493 343B 6132 E394 2714 8B2C 06A2 224B";} 16088 - {fingerprint = "838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767";} 16087 + { fingerprint = "E90E 11B8 0493 343B 6132 E394 2714 8B2C 06A2 224B"; } 16088 + { fingerprint = "838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767"; } 16089 16089 ]; 16090 16090 }; 16091 16091 mcwitt = { ··· 16123 16123 github = "mdlayher"; 16124 16124 githubId = 1926905; 16125 16125 name = "Matt Layher"; 16126 - keys = [{fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94";}]; 16126 + keys = [ { fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94"; } ]; 16127 16127 }; 16128 16128 mdorman = { 16129 16129 email = "mdorman@jaunder.io"; ··· 16161 16161 github = "meator"; 16162 16162 githubId = 67633081; 16163 16163 name = "meator"; 16164 - keys = [{fingerprint = "7B0F 58A5 E0F1 A2EA 1157 8A73 1A14 CB34 64CB E5BF";}]; 16164 + keys = [ { fingerprint = "7B0F 58A5 E0F1 A2EA 1157 8A73 1A14 CB34 64CB E5BF"; } ]; 16165 16165 }; 16166 16166 meditans = { 16167 16167 email = "meditans@gmail.com"; ··· 16206 16206 githubId = 10659529; 16207 16207 matrix = "@mel:rnrd.eu"; 16208 16208 name = "Mel G."; 16209 - keys = [{fingerprint = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B";}]; 16209 + keys = [ { fingerprint = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B"; } ]; 16210 16210 }; 16211 16211 melchips = { 16212 16212 email = "truphemus.francois@gmail.com"; ··· 16249 16249 github = "melvyn2"; 16250 16250 githubId = 9157412; 16251 16251 name = "melvyn"; 16252 - keys = [{fingerprint = "232B 9F00 2153 CA86 849C 9224 25A2 B728 0CE3 AFF6";}]; 16252 + keys = [ { fingerprint = "232B 9F00 2153 CA86 849C 9224 25A2 B728 0CE3 AFF6"; } ]; 16253 16253 }; 16254 16254 mephistophiles = { 16255 16255 email = "mussitantesmortem@gmail.com"; ··· 16345 16345 github = "mhemeryck"; 16346 16346 githubId = 5445250; 16347 16347 name = "Martijn Hemeryck"; 16348 - keys = [{fingerprint = "1B47 7ADA 04B4 7A5C E61A EDE0 1AA3 6833 BC86 F0F1";}]; 16348 + keys = [ { fingerprint = "1B47 7ADA 04B4 7A5C E61A EDE0 1AA3 6833 BC86 F0F1"; } ]; 16349 16349 }; 16350 16350 mhutter = { 16351 16351 email = "manuel@hutter.io"; 16352 16352 github = "mhutter"; 16353 16353 githubId = 346819; 16354 16354 name = "Manuel Hutter"; 16355 - keys = [{fingerprint = "BE27 20A9 0C16 C351 31E0 B2FB FC31 B4E5 4C4C F892";}]; 16355 + keys = [ { fingerprint = "BE27 20A9 0C16 C351 31E0 B2FB FC31 B4E5 4C4C F892"; } ]; 16356 16356 }; 16357 16357 mi-ael = { 16358 16358 email = "miael.oss.1970@gmail.com"; ··· 16365 16365 github = "miampf"; 16366 16366 githubId = 111570799; 16367 16367 name = "Mia Motte Mallon"; 16368 - keys = [{fingerprint = "7008 92AA 6F32 8CAC 8740 0070 EF03 9364 B5B6 886C";}]; 16368 + keys = [ { fingerprint = "7008 92AA 6F32 8CAC 8740 0070 EF03 9364 B5B6 886C"; } ]; 16369 16369 }; 16370 16370 miangraham = { 16371 16371 github = "miangraham"; 16372 16372 githubId = 704580; 16373 16373 name = "M. Ian Graham"; 16374 - keys = [{fingerprint = "8CE3 2906 516F C4D8 D373 308A E189 648A 55F5 9A9F";}]; 16374 + keys = [ { fingerprint = "8CE3 2906 516F C4D8 D373 308A E189 648A 55F5 9A9F"; } ]; 16375 16375 }; 16376 16376 mib = { 16377 16377 name = "mib"; ··· 16379 16379 matrix = "@mib:kanp.ai"; 16380 16380 github = "mibmo"; 16381 16381 githubId = 87388017; 16382 - keys = [{fingerprint = "AB0D C647 B2F7 86EB 045C 7EFE CF6E 67DE D6DC 1E3F";}]; 16382 + keys = [ { fingerprint = "AB0D C647 B2F7 86EB 045C 7EFE CF6E 67DE D6DC 1E3F"; } ]; 16383 16383 }; 16384 16384 mic92 = { 16385 16385 email = "joerg@thalheim.io"; ··· 16429 16429 name = "Michael Glass"; 16430 16430 github = "michaelglass"; 16431 16431 githubId = 60136; 16432 - keys = [{fingerprint = "46AF 8625 D92A 219B 8E6D B7F8 9CDD 3769 1649 1385";}]; 16432 + keys = [ { fingerprint = "46AF 8625 D92A 219B 8E6D B7F8 9CDD 3769 1649 1385"; } ]; 16433 16433 }; 16434 16434 michaelgrahamevans = { 16435 16435 email = "michaelgrahamevans@gmail.com"; ··· 16442 16442 name = "Michael Pacheco"; 16443 16443 github = "MichaelPachec0"; 16444 16444 githubId = 48970112; 16445 - keys = [{fingerprint = "8D12 991F 5558 C501 70B2 779C 7811 46B0 B5F9 5F64";}]; 16445 + keys = [ { fingerprint = "8D12 991F 5558 C501 70B2 779C 7811 46B0 B5F9 5F64"; } ]; 16446 16446 }; 16447 16447 michaelpj = { 16448 16448 email = "me@michaelpj.com"; ··· 16498 16498 github = "midchildan"; 16499 16499 githubId = 7343721; 16500 16500 name = "midchildan"; 16501 - keys = [{fingerprint = "FEF0 AE2D 5449 3482 5F06 40AA 186A 1EDA C5C6 3F83";}]; 16501 + keys = [ { fingerprint = "FEF0 AE2D 5449 3482 5F06 40AA 186A 1EDA C5C6 3F83"; } ]; 16502 16502 }; 16503 16503 midischwarz12 = { 16504 16504 email = "midischwarz@proton.me"; ··· 16571 16571 github = "mikroskeem"; 16572 16572 githubId = 3490861; 16573 16573 name = "Mark Vainomaa"; 16574 - keys = [{fingerprint = "DB43 2895 CF68 F0CE D4B7 EF60 DA01 5B05 B5A1 1B22";}]; 16574 + keys = [ { fingerprint = "DB43 2895 CF68 F0CE D4B7 EF60 DA01 5B05 B5A1 1B22"; } ]; 16575 16575 }; 16576 16576 mikut = { 16577 16577 email = "mikut@mikut.dev"; 16578 16578 github = "Mikutut"; 16579 16579 githubId = 65046942; 16580 16580 name = "Marcin Mikuła"; 16581 - keys = [{fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37";}]; 16581 + keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ]; 16582 16582 }; 16583 16583 milesbreslin = { 16584 16584 email = "milesbreslin@gmail.com"; ··· 16645 16645 github = "minijackson"; 16646 16646 githubId = 1200507; 16647 16647 name = "Rémi Nicole"; 16648 - keys = [{fingerprint = "3196 83D3 9A1B 4DE1 3DC2 51FD FEA8 88C9 F5D6 4F62";}]; 16648 + keys = [ { fingerprint = "3196 83D3 9A1B 4DE1 3DC2 51FD FEA8 88C9 F5D6 4F62"; } ]; 16649 16649 }; 16650 16650 minion3665 = { 16651 16651 name = "Skyler Grey"; ··· 16653 16653 matrix = "@minion3665:matrix.org"; 16654 16654 github = "Minion3665"; 16655 16655 githubId = 34243578; 16656 - keys = [{fingerprint = "D520 AC8D 7C96 9212 5B2B BD3A 1AFD 1025 6B3C 714D";}]; 16656 + keys = [ { fingerprint = "D520 AC8D 7C96 9212 5B2B BD3A 1AFD 1025 6B3C 714D"; } ]; 16657 16657 }; 16658 16658 minizilla = { 16659 16659 email = "m.billyzaelani@gmail.com"; ··· 16697 16697 github = "mirrorwitch"; 16698 16698 githubId = 146672255; 16699 16699 name = "mirrorwitch"; 16700 - keys = [{fingerprint = "C3E7 F8C4 9CBC 9320 D360 B117 8516 D0FA 7D8F 58FC";}]; 16700 + keys = [ { fingerprint = "C3E7 F8C4 9CBC 9320 D360 B117 8516 D0FA 7D8F 58FC"; } ]; 16701 16701 }; 16702 16702 Misaka13514 = { 16703 16703 name = "Misaka13514"; ··· 16705 16705 matrix = "@misaka13514:matrix.org"; 16706 16706 github = "Misaka13514"; 16707 16707 githubId = 54669781; 16708 - keys = [{fingerprint = "293B 93D8 A471 059F 85D7 16A6 5BA9 2099 D9BE 2DAA";}]; 16708 + keys = [ { fingerprint = "293B 93D8 A471 059F 85D7 16A6 5BA9 2099 D9BE 2DAA"; } ]; 16709 16709 }; 16710 16710 misilelab = { 16711 16711 name = "misilelab"; ··· 16725 16725 githubId = 5727578; 16726 16726 matrix = "@misterio:matrix.org"; 16727 16727 name = "Gabriel Fontes"; 16728 - keys = [{fingerprint = "7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9";}]; 16728 + keys = [ { fingerprint = "7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9"; } ]; 16729 16729 }; 16730 16730 mistydemeo = { 16731 16731 email = "misty@axo.dev"; ··· 16787 16787 github = "mkf"; 16788 16788 githubId = 7753506; 16789 16789 name = "Michał Krzysztof Feiler"; 16790 - keys = [{fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724";}]; 16790 + keys = [ { fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724"; } ]; 16791 16791 }; 16792 16792 mkg = { 16793 16793 email = "mkg@vt.edu"; ··· 16801 16801 github = "mkg20001"; 16802 16802 githubId = 7735145; 16803 16803 name = "Maciej Krüger"; 16804 - keys = [{fingerprint = "E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F";}]; 16804 + keys = [ { fingerprint = "E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F"; } ]; 16805 16805 }; 16806 16806 mksafavi = { 16807 16807 name = "MK Safavi"; ··· 16814 16814 github = "mktip"; 16815 16815 githubId = 45905717; 16816 16816 name = "Mohammad Issa"; 16817 - keys = [{fingerprint = "64BE BF11 96C3 DD7A 443E 8314 1DC0 82FA DE5B A863";}]; 16817 + keys = [ { fingerprint = "64BE BF11 96C3 DD7A 443E 8314 1DC0 82FA DE5B A863"; } ]; 16818 16818 }; 16819 16819 mlaradji = { 16820 16820 name = "Mohamed Laradji"; ··· 16921 16921 email = "me@momee.mt"; 16922 16922 github = "momeemt"; 16923 16923 githubId = 43488453; 16924 - keys = [{fingerprint = "D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6";}]; 16924 + keys = [ { fingerprint = "D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6"; } ]; 16925 16925 }; 16926 16926 monaaraj = { 16927 16927 name = "Mon Aaraj"; ··· 16959 16959 email = "chris@cdom.io"; 16960 16960 github = "montchr"; 16961 16961 githubId = 1757914; 16962 - keys = [{fingerprint = "6460 4147 C434 F65E C306 A21F 135E EDD0 F719 34F3";}]; 16962 + keys = [ { fingerprint = "6460 4147 C434 F65E C306 A21F 135E EDD0 F719 34F3"; } ]; 16963 16963 }; 16964 16964 moody = { 16965 16965 email = "moody@posixcafe.org"; ··· 16979 16979 matrix = "@moraxyc:qaq.li"; 16980 16980 github = "Moraxyc"; 16981 16981 githubId = 69713071; 16982 - keys = [{fingerprint = "7DD1 A4DF 7DD6 AEEB F07B 1108 8296 4F3A B1D9 DE79";}]; 16982 + keys = [ { fingerprint = "7DD1 A4DF 7DD6 AEEB F07B 1108 8296 4F3A B1D9 DE79"; } ]; 16983 16983 }; 16984 16984 moredread = { 16985 16985 email = "code@apb.name"; 16986 16986 github = "Moredread"; 16987 16987 githubId = 100848; 16988 16988 name = "André-Patrick Bubel"; 16989 - keys = [{fingerprint = "4412 38AD CAD3 228D 876C 5455 118C E7C4 24B4 5728";}]; 16989 + keys = [ { fingerprint = "4412 38AD CAD3 228D 876C 5455 118C E7C4 24B4 5728"; } ]; 16990 16990 }; 16991 16991 moretea = { 16992 16992 email = "maarten@moretea.nl"; ··· 17034 17034 email = "motiejus@jakstys.lt"; 17035 17035 github = "motiejus"; 17036 17036 githubId = 107720; 17037 - keys = [{fingerprint = "5F6B 7A8A 92A2 60A4 3704 9BEB 6F13 3A0C 1C28 48D7";}]; 17037 + keys = [ { fingerprint = "5F6B 7A8A 92A2 60A4 3704 9BEB 6F13 3A0C 1C28 48D7"; } ]; 17038 17038 matrix = "@motiejus:jakstys.lt"; 17039 17039 name = "Motiejus Jakštys"; 17040 17040 }; ··· 17087 17087 matrix = "@mrdev023:matrix.org"; 17088 17088 github = "mrdev023"; 17089 17089 githubId = 11292703; 17090 - keys = [{fingerprint = "B19E 3F4A 2D80 6AB4 793F DF2F C73D 37CB ED7B FC77";}]; 17090 + keys = [ { fingerprint = "B19E 3F4A 2D80 6AB4 793F DF2F C73D 37CB ED7B FC77"; } ]; 17091 17091 }; 17092 17092 mredaelli = { 17093 17093 email = "massimo@typish.io"; ··· 17148 17148 name = "Egor Martynov"; 17149 17149 github = "mrtnvgr"; 17150 17150 githubId = 48406064; 17151 - keys = [{fingerprint = "6FAD DB43 D5A5 FE52 6835 0943 5B33 79E9 81EF 48B1";}]; 17151 + keys = [ { fingerprint = "6FAD DB43 D5A5 FE52 6835 0943 5B33 79E9 81EF 48B1"; } ]; 17152 17152 }; 17153 17153 mrVanDalo = { 17154 17154 email = "contact@ingolf-wagner.de"; ··· 17162 17162 name = "Moritz Sanft"; 17163 17163 github = "msanft"; 17164 17164 githubId = 58110325; 17165 - keys = [{fingerprint = "3CAC 1D21 3D97 88FF 149A E116 BB8B 30F5 A024 C31C";}]; 17165 + keys = [ { fingerprint = "3CAC 1D21 3D97 88FF 149A E116 BB8B 30F5 A024 C31C"; } ]; 17166 17166 }; 17167 17167 mschristiansen = { 17168 17168 email = "mikkel@rheosystems.com"; ··· 17193 17193 github = "msgilligan"; 17194 17194 githubId = 61612; 17195 17195 name = "Sean Gilligan"; 17196 - keys = [{fingerprint = "3B66 ACFA D10F 02AA B1D5  2CB1 8DD0 D81D 7D1F C61A";}]; 17196 + keys = [ { fingerprint = "3B66 ACFA D10F 02AA B1D5  2CB1 8DD0 D81D 7D1F C61A"; } ]; 17197 17197 }; 17198 17198 msiedlarek = { 17199 17199 email = "mikolaj@siedlarek.pl"; ··· 17272 17272 email = "mtpham.nixos@protonmail.com"; 17273 17273 github = "mtpham99"; 17274 17274 githubId = 72663763; 17275 - keys = [{fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F";}]; 17275 + keys = [ { fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F"; } ]; 17276 17276 }; 17277 17277 mtreskin = { 17278 17278 email = "zerthurd@gmail.com"; ··· 17328 17328 github = "muni-corn"; 17329 17329 githubId = 33523827; 17330 17330 matrix = "@municorn:matrix.org"; 17331 - keys = [{fingerprint = "2686 7D83 CD74 CCEF 192F 052E 4B21 310A 52B1 5162";}]; 17331 + keys = [ { fingerprint = "2686 7D83 CD74 CCEF 192F 052E 4B21 310A 52B1 5162"; } ]; 17332 17332 }; 17333 17333 munksgaard = { 17334 17334 name = "Philip Munksgaard"; ··· 17336 17336 github = "Munksgaard"; 17337 17337 githubId = 230613; 17338 17338 matrix = "@philip:matrix.munksgaard.me"; 17339 - keys = [{fingerprint = "5658 4D09 71AF E45F CC29 6BD7 4CE6 2A90 EFC0 B9B2";}]; 17339 + keys = [ { fingerprint = "5658 4D09 71AF E45F CC29 6BD7 4CE6 2A90 EFC0 B9B2"; } ]; 17340 17340 }; 17341 17341 mupdt = { 17342 17342 email = "nix@pdtpartners.com"; ··· 17361 17361 matrix = "@maxime:visonneau.fr"; 17362 17362 github = "mvisonneau"; 17363 17363 githubId = 1761583; 17364 - keys = [{fingerprint = "EC63 0CEA E8BC 5EE5 5C58 F2E3 150D 6F0A E919 8D24";}]; 17364 + keys = [ { fingerprint = "EC63 0CEA E8BC 5EE5 5C58 F2E3 150D 6F0A E919 8D24"; } ]; 17365 17365 }; 17366 17366 mvnetbiz = { 17367 17367 email = "mvnetbiz@gmail.com"; ··· 17416 17416 email = "mymindstorm@evermiss.net"; 17417 17417 github = "mymindstorm"; 17418 17418 githubId = 27789806; 17419 - keys = [{fingerprint = "52B9 A09F 788F 4D1F 0C94 9EBE EE39 A9F3 0C9D 72B5";}]; 17419 + keys = [ { fingerprint = "52B9 A09F 788F 4D1F 0C94 9EBE EE39 A9F3 0C9D 72B5"; } ]; 17420 17420 }; 17421 17421 mynacol = { 17422 17422 github = "Mynacol"; ··· 17459 17459 github = "n-hass"; 17460 17460 githubId = 72363381; 17461 17461 name = "n-hass"; 17462 - keys = [{fingerprint = "FDEE 6116 DBA7 8840 7323 4466 A371 5973 2728 A6A6";}]; 17462 + keys = [ { fingerprint = "FDEE 6116 DBA7 8840 7323 4466 A371 5973 2728 A6A6"; } ]; 17463 17463 }; 17464 17464 n00b0ss = { 17465 17465 email = "nixpkgs@n00b0ss.de"; ··· 17479 17479 github = "n3oney"; 17480 17480 githubId = 30625554; 17481 17481 matrix = "@neoney:matrix.org"; 17482 - keys = [{fingerprint = "9E6A 25F2 C1F2 9D76 ED00 1932 1261 173A 01E1 0298";}]; 17482 + keys = [ { fingerprint = "9E6A 25F2 C1F2 9D76 ED00 1932 1261 173A 01E1 0298"; } ]; 17483 17483 }; 17484 17484 n8henrie = { 17485 17485 name = "Nathan Henrie"; 17486 17486 email = "nate@n8henrie.com"; 17487 17487 github = "n8henrie"; 17488 17488 githubId = 1234956; 17489 - "keys" = [{"fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422";}]; 17489 + "keys" = [ { "fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422"; } ]; 17490 17490 }; 17491 17491 nadiaholmquist = { 17492 17492 name = "Nadia Holmquist Pedersen"; ··· 17529 17529 github = "nagy"; 17530 17530 githubId = 692274; 17531 17531 name = "Daniel Nagy"; 17532 - keys = [{fingerprint = "F6AE 2C60 9196 A1BC ECD8 7108 1B8E 8DCB 576F B671";}]; 17532 + keys = [ { fingerprint = "F6AE 2C60 9196 A1BC ECD8 7108 1B8E 8DCB 576F B671"; } ]; 17533 17533 }; 17534 17534 nagymathev = { 17535 17535 name = "Viktor Nagymathe"; ··· 17541 17541 github = "trueNAHO"; 17542 17542 githubId = 90870942; 17543 17543 name = "Noah Pierre Biewesch"; 17544 - keys = [{fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0";}]; 17544 + keys = [ { fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0"; } ]; 17545 17545 }; 17546 17546 nalbyuites = { 17547 17547 email = "ashijit007@gmail.com"; ··· 17577 17577 email = "hanakretzer@gmail.com"; 17578 17578 github = "nanoyaki"; 17579 17579 githubId = 144328493; 17580 - keys = [{fingerprint = "D89F 440C 6CD7 4753 090F EC7A 4682 C5CB 4D9D EA3C";}]; 17580 + keys = [ { fingerprint = "D89F 440C 6CD7 4753 090F EC7A 4682 C5CB 4D9D EA3C"; } ]; 17581 17581 }; 17582 17582 naora = { 17583 17583 name = "Joris Gundermann"; ··· 17606 17606 github = "nasirhm"; 17607 17607 githubId = 35005234; 17608 17608 name = "Nasir Hussain"; 17609 - keys = [{fingerprint = "7A10 AB8E 0BEC 566B 090C 9BE3 D812 6E55 9CE7 C35D";}]; 17609 + keys = [ { fingerprint = "7A10 AB8E 0BEC 566B 090C 9BE3 D812 6E55 9CE7 C35D"; } ]; 17610 17610 }; 17611 17611 nat-418 = { 17612 17612 github = "nat-418"; ··· 17654 17654 matrix = "@nki:m.nkagami.me"; 17655 17655 github = "natsukagami"; 17656 17656 githubId = 9061737; 17657 - keys = [{fingerprint = "5581 26DC 886F E14D 501D B0F2 D6AD 7B57 A992 460C";}]; 17657 + keys = [ { fingerprint = "5581 26DC 886F E14D 501D B0F2 D6AD 7B57 A992 460C"; } ]; 17658 17658 }; 17659 17659 natsukium = { 17660 17660 email = "nixpkgs@natsukium.com"; 17661 17661 github = "natsukium"; 17662 17662 githubId = 25083790; 17663 17663 name = "Tomoya Otabi"; 17664 - keys = [{fingerprint = "3D14 6004 004C F882 D519 6CD4 9EA4 5A31 DB99 4C53";}]; 17664 + keys = [ { fingerprint = "3D14 6004 004C F882 D519 6CD4 9EA4 5A31 DB99 4C53"; } ]; 17665 17665 }; 17666 17666 natto1784 = { 17667 17667 email = "natto@weirdnatto.in"; ··· 17674 17674 github = "naufik"; 17675 17675 githubId = 8577904; 17676 17676 name = "Naufal Fikri"; 17677 - keys = [{fingerprint = "1575 D651 E31EC 6117A CF0AA C1A3B 8BBC A515 8835";}]; 17677 + keys = [ { fingerprint = "1575 D651 E31EC 6117A CF0AA C1A3B 8BBC A515 8835"; } ]; 17678 17678 }; 17679 17679 naxdy = { 17680 17680 name = "Naxdy"; ··· 17682 17682 matrix = "@naxdy:naxdy.org"; 17683 17683 github = "Naxdy"; 17684 17684 githubId = 4532582; 17685 - keys = [{fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B";}]; 17685 + keys = [ { fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B"; } ]; 17686 17686 }; 17687 17687 nazarewk = { 17688 17688 name = "Krzysztof Nazarewski"; ··· 17690 17690 matrix = "@nazarewk:matrix.org"; 17691 17691 github = "nazarewk"; 17692 17692 githubId = 3494992; 17693 - keys = [{fingerprint = "4BFF 0614 03A2 47F0 AA0B 4BC4 916D 8B67 2418 92AE";}]; 17693 + keys = [ { fingerprint = "4BFF 0614 03A2 47F0 AA0B 4BC4 916D 8B67 2418 92AE"; } ]; 17694 17694 }; 17695 17695 nbr = { 17696 17696 github = "nbr"; ··· 17716 17716 github = "ncfavier"; 17717 17717 githubId = 4323933; 17718 17718 name = "Naïm Favier"; 17719 - keys = [{fingerprint = "F3EB 4BBB 4E71 99BC 299C D4E9 95AF CE82 1190 8325";}]; 17719 + keys = [ { fingerprint = "F3EB 4BBB 4E71 99BC 299C D4E9 95AF CE82 1190 8325"; } ]; 17720 17720 }; 17721 17721 nckx = { 17722 17722 email = "github@tobias.gr"; ··· 17851 17851 email = "me@netali.de"; 17852 17852 github = "NetaliDev"; 17853 17853 githubId = 15304894; 17854 - keys = [{fingerprint = "F729 2594 6F58 0B05 8FB3 F271 9C55 E636 426B 40A9";}]; 17854 + keys = [ { fingerprint = "F729 2594 6F58 0B05 8FB3 F271 9C55 E636 426B 40A9"; } ]; 17855 17855 }; 17856 17856 netcrns = { 17857 17857 email = "jason.wing@gmx.de"; ··· 17865 17865 matrix = "@netfox:catgirl.cloud"; 17866 17866 github = "0xnetfox"; 17867 17867 githubId = 97521402; 17868 - keys = [{fingerprint = "E8E9 43D7 EB83 DB77 E41C D87F 9C77 CB70 F2E6 3EF7";}]; 17868 + keys = [ { fingerprint = "E8E9 43D7 EB83 DB77 E41C D87F 9C77 CB70 F2E6 3EF7"; } ]; 17869 17869 }; 17870 17870 netixx = { 17871 17871 email = "dev.espinetfrancois@gmail.com"; ··· 17885 17885 matrix = "@networkexception:nwex.de"; 17886 17886 github = "networkException"; 17887 17887 githubId = 42888162; 17888 - keys = [{fingerprint = "A0B9 48C5 A263 55C2 035F 8567 FBB7 2A94 52D9 1A72";}]; 17888 + keys = [ { fingerprint = "A0B9 48C5 A263 55C2 035F 8567 FBB7 2A94 52D9 1A72"; } ]; 17889 17889 }; 17890 17890 neverbehave = { 17891 17891 email = "i@never.pet"; ··· 17953 17953 github = "nicbk"; 17954 17954 githubId = 77309427; 17955 17955 name = "Nicolás Kennedy"; 17956 - keys = [{fingerprint = "7BC1 77D9 C222 B1DC FB2F 0484 C061 089E FEBF 7A35";}]; 17956 + keys = [ { fingerprint = "7BC1 77D9 C222 B1DC FB2F 0484 C061 089E FEBF 7A35"; } ]; 17957 17957 }; 17958 17958 nicegamer7 = { 17959 17959 name = "Kermina Awad"; ··· 18001 18001 github = "nicolas-goudry"; 18002 18002 githubId = 8753998; 18003 18003 name = "Nicolas Goudry"; 18004 - keys = [{fingerprint = "21B6 A59A 4E89 0B1B 83E3 0CDB 01C8 8C03 5450 9AA9";}]; 18004 + keys = [ { fingerprint = "21B6 A59A 4E89 0B1B 83E3 0CDB 01C8 8C03 5450 9AA9"; } ]; 18005 18005 }; 18006 18006 nicomem = { 18007 18007 email = "nix@nicomem.com"; ··· 18014 18014 github = "nicoonoclaste"; 18015 18015 githubId = 1155801; 18016 18016 name = "nicoo"; 18017 - keys = [{fingerprint = "E44E 9EA5 4B8E 256A FB73 49D3 EC9D 3708 72BC 7A8C";}]; 18017 + keys = [ { fingerprint = "E44E 9EA5 4B8E 256A FB73 49D3 EC9D 3708 72BC 7A8C"; } ]; 18018 18018 }; 18019 18019 nidabdella = { 18020 18020 name = "Mohamed Nidabdella"; ··· 18027 18027 github = "meithecatte"; 18028 18028 githubId = 23580910; 18029 18029 name = "Jakub Kądziołka"; 18030 - keys = [{fingerprint = "E576 BFB2 CF6E B13D F571 33B9 E315 A758 4613 1564";}]; 18030 + keys = [ { fingerprint = "E576 BFB2 CF6E B13D F571 33B9 E315 A758 4613 1564"; } ]; 18031 18031 }; 18032 18032 nielsegberts = { 18033 18033 email = "nix@nielsegberts.nl"; ··· 18051 18051 email = "niklas.2.halonen@aalto.fi"; 18052 18052 github = "xhalo32"; 18053 18053 githubId = 15152190; 18054 - keys = [{fingerprint = "AF3B 80CD A027 245B 51FC 6D9B E83A 373D A5AF 5068";}]; 18054 + keys = [ { fingerprint = "AF3B 80CD A027 245B 51FC 6D9B E83A 373D A5AF 5068"; } ]; 18055 18055 name = "Niklas Halonen"; 18056 18056 }; 18057 18057 niklaskorz = { ··· 18072 18072 email = "mail@nikolaiser.com"; 18073 18073 githubId = 5569482; 18074 18074 github = "nikolaiser"; 18075 - keys = [{fingerprint = "FF23 8141 F4E9 1896 6162 F0CD 980B 9E9C 5686 F13A";}]; 18075 + keys = [ { fingerprint = "FF23 8141 F4E9 1896 6162 F0CD 980B 9E9C 5686 F13A"; } ]; 18076 18076 }; 18077 18077 nikolaizombie1 = { 18078 18078 name = "Fabio J. Matos Nieves"; ··· 18122 18122 github = "nim65s"; 18123 18123 githubId = 131929; 18124 18124 name = "Guilhem Saurel"; 18125 - keys = [{fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28";}]; 18125 + keys = [ { fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28"; } ]; 18126 18126 }; 18127 18127 nindouja = { 18128 18128 email = "nindouja@proton.me"; ··· 18192 18192 github = "nixbitcoin"; 18193 18193 githubId = 45737139; 18194 18194 name = "nixbitcoindev"; 18195 - keys = [{fingerprint = "577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA";}]; 18195 + keys = [ { fingerprint = "577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA"; } ]; 18196 18196 }; 18197 18197 nixinator = { 18198 18198 email = "33lockdown33@protonmail.com"; ··· 18218 18218 email = "n@nk.je"; 18219 18219 github = "NKJe"; 18220 18220 githubId = 1102306; 18221 - keys = [{fingerprint = "B956 C6A4 22AF 86A0 8F77 A8CA DE3B ADFE CD31 A89D";}]; 18221 + keys = [ { fingerprint = "B956 C6A4 22AF 86A0 8F77 A8CA DE3B ADFE CD31 A89D"; } ]; 18222 18222 }; 18223 18223 nkpvk = { 18224 18224 email = "niko.pavlinek@gmail.com"; ··· 18277 18277 github = "noiioiu"; 18278 18278 githubId = 151288161; 18279 18279 name = "noiioiu"; 18280 - keys = [{fingerprint = "99CC 06D6 1456 3689 CE75 58F3 BF51 F00D 0748 2A89";}]; 18280 + keys = [ { fingerprint = "99CC 06D6 1456 3689 CE75 58F3 BF51 F00D 0748 2A89"; } ]; 18281 18281 }; 18282 18282 noisersup = { 18283 18283 email = "patryk@kwiatek.xyz"; ··· 18378 18378 email = "bandali@gnu.org"; 18379 18379 github = "bandali0"; 18380 18380 githubId = 1254858; 18381 - keys = [{fingerprint = "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103";}]; 18381 + keys = [ { fingerprint = "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103"; } ]; 18382 18382 }; 18383 18383 notohh = { 18384 18384 email = "contact@notohh.dev"; 18385 18385 github = "notohh"; 18386 18386 githubId = 31116143; 18387 18387 name = "notohh"; 18388 - keys = [{fingerprint = "C3CB 3B31 AF3F 986C 39E0 BE5B BD47 506D 475E E86D";}]; 18388 + keys = [ { fingerprint = "C3CB 3B31 AF3F 986C 39E0 BE5B BD47 506D 475E E86D"; } ]; 18389 18389 }; 18390 18390 notthebee = { 18391 18391 email = "moe@notthebe.ee"; ··· 18509 18509 githubId = 25458915; 18510 18510 name = "Viktor Titov"; 18511 18511 keys = [ 18512 - {fingerprint = "7CE2 4C42 942D 58EA 99F6 F00A A47E 7374 3EF6 FCC4";} 18512 + { fingerprint = "7CE2 4C42 942D 58EA 99F6 F00A A47E 7374 3EF6 FCC4"; } 18513 18513 ]; 18514 18514 }; 18515 18515 nullcube = { ··· 18532 18532 githubId = 369111; 18533 18533 keys = [ 18534 18534 # >=2025, stays in one place 18535 - {fingerprint = "FD28 F9C9 81C5 D78E 56E8 8311 5C3E B94D 198F 1491";} 18535 + { fingerprint = "FD28 F9C9 81C5 D78E 56E8 8311 5C3E B94D 198F 1491"; } 18536 18536 # >=2025, travels with me 18537 - {fingerprint = "C48F 475F 30A9 B192 3213 D5D5 C6E2 4809 77B2 F2F4";} 18537 + { fingerprint = "C48F 475F 30A9 B192 3213 D5D5 C6E2 4809 77B2 F2F4"; } 18538 18538 # <=2024 18539 - {fingerprint = "190B DA97 F616 DE35 6899 ED17 F819 F1AF 2FC1 C1FF";} 18539 + { fingerprint = "190B DA97 F616 DE35 6899 ED17 F819 F1AF 2FC1 C1FF"; } 18540 18540 ]; 18541 18541 }; 18542 18542 numkem = { ··· 18576 18576 github = "nyadiia"; 18577 18577 githubId = 43252360; 18578 18578 name = "Nadia"; 18579 - keys = [{fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8";}]; 18579 + keys = [ { fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8"; } ]; 18580 18580 }; 18581 18581 nyanloutre = { 18582 18582 email = "paul@nyanlout.re"; ··· 18607 18607 github = "nydragon"; 18608 18608 email = "nix@ccnlc.eu"; 18609 18609 githubId = 56591727; 18610 - keys = [{fingerprint = "25FF 8464 F062 7EC0 0129 6A43 14AA 30A8 65EA 1209";}]; 18610 + keys = [ { fingerprint = "25FF 8464 F062 7EC0 0129 6A43 14AA 30A8 65EA 1209"; } ]; 18611 18611 }; 18612 18612 nyukuru = { 18613 18613 name = "nyukuru"; ··· 18621 18621 githubId = 7851175; 18622 18622 name = "nzbr"; 18623 18623 matrix = "@nzbr:nzbr.de"; 18624 - keys = [{fingerprint = "BF3A 3EE6 3144 2C5F C9FB 39A7 6C78 B50B 97A4 2F8A";}]; 18624 + keys = [ { fingerprint = "BF3A 3EE6 3144 2C5F C9FB 39A7 6C78 B50B 97A4 2F8A"; } ]; 18625 18625 }; 18626 18626 nzhang-zh = { 18627 18627 email = "n.zhang.hp.au@gmail.com"; ··· 18652 18652 email = "dev@ob7.us"; 18653 18653 github = "ob7"; 18654 18654 githubId = 6877929; 18655 - keys = [{fingerprint = "5C1C 0251 FA85 8C62 0E96 7AC5 2766 5625 0571 34E4";}]; 18655 + keys = [ { fingerprint = "5C1C 0251 FA85 8C62 0E96 7AC5 2766 5625 0571 34E4"; } ]; 18656 18656 }; 18657 18657 obadz = { 18658 18658 email = "obadz-nixos@obadz.com"; ··· 18678 18678 github = "obfusk"; 18679 18679 githubId = 1260687; 18680 18680 name = "FC Stegerman"; 18681 - keys = [{fingerprint = "D5E4 A51D F8D2 55B9 FAC6 A9BB 2F96 07F0 9B36 0F2D";}]; 18681 + keys = [ { fingerprint = "D5E4 A51D F8D2 55B9 FAC6 A9BB 2F96 07F0 9B36 0F2D"; } ]; 18682 18682 }; 18683 18683 obreitwi = { 18684 18684 email = "oliver@breitwieser.eu"; ··· 18703 18703 github = "ocfox"; 18704 18704 githubId = 47410251; 18705 18705 name = "ocfox"; 18706 - keys = [{fingerprint = "939E F8A5 CED8 7F50 5BB5 B2D0 24BC 2738 5F70 234F";}]; 18706 + keys = [ { fingerprint = "939E F8A5 CED8 7F50 5BB5 B2D0 24BC 2738 5F70 234F"; } ]; 18707 18707 }; 18708 18708 octodi = { 18709 18709 name = "octodi"; ··· 18724 18724 github = "oddlama"; 18725 18725 githubId = 31919558; 18726 18726 name = "oddlama"; 18727 - keys = [{fingerprint = "680A A614 E988 DE3E 84E0 DEFA 503F 6C06 8410 4B0A";}]; 18727 + keys = [ { fingerprint = "680A A614 E988 DE3E 84E0 DEFA 503F 6C06 8410 4B0A"; } ]; 18728 18728 }; 18729 18729 odi = { 18730 18730 email = "oliver.dunkl@gmail.com"; ··· 18766 18766 github = "ohheyrj"; 18767 18767 name = "ohheyrj"; 18768 18768 githubId = 5339261; 18769 - keys = [{fingerprint = "4258 3FE7 12E9 6071 E84D 53C7 6E1D A270 0B72 746D";}]; 18769 + keys = [ { fingerprint = "4258 3FE7 12E9 6071 E84D 53C7 6E1D A270 0B72 746D"; } ]; 18770 18770 }; 18771 18771 oida = { 18772 18772 email = "oida@posteo.de"; ··· 18902 18902 email = "dev@onemoresuza.com"; 18903 18903 github = "onemoresuza"; 18904 18904 githubId = 106456302; 18905 - keys = [{fingerprint = "6FD3 7E64 11C5 C659 2F34 EDBC 4352 D15F B177 F2A8";}]; 18905 + keys = [ { fingerprint = "6FD3 7E64 11C5 C659 2F34 EDBC 4352 D15F B177 F2A8"; } ]; 18906 18906 }; 18907 18907 onixie = { 18908 18908 email = "onixie@gmail.com"; ··· 18934 18934 github = "make-42"; 18935 18935 githubId = 17462236; 18936 18936 matrix = "@ontake:matrix.ontake.dev"; 18937 - keys = [{fingerprint = "36BC 916D DD4E B1EE EE82 4BBF DC95 900F 6DA7 9992";}]; 18937 + keys = [ { fingerprint = "36BC 916D DD4E B1EE EE82 4BBF DC95 900F 6DA7 9992"; } ]; 18938 18938 }; 18939 18939 onthestairs = { 18940 18940 email = "austinplatt@gmail.com"; ··· 18959 18959 email = "oliverwilkes2006@icloud.com"; 18960 18960 github = "ooliver1"; 18961 18961 githubId = 34910574; 18962 - keys = [{fingerprint = "D055 8A23 3947 B7A0 F966 B07F 0B41 0348 9833 7273";}]; 18962 + keys = [ { fingerprint = "D055 8A23 3947 B7A0 F966 B07F 0B41 0348 9833 7273"; } ]; 18963 18963 }; 18964 18964 Oops418 = { 18965 18965 email = "oooopsxxx@gmail.com"; ··· 19002 19002 github = "orhun"; 19003 19003 githubId = 24392180; 19004 19004 name = "Orhun Parmaksız"; 19005 - keys = [{fingerprint = "165E 0FF7 C48C 226E 1EC3 63A7 F834 2482 4B3E 4B90";}]; 19005 + keys = [ { fingerprint = "165E 0FF7 C48C 226E 1EC3 63A7 F834 2482 4B3E 4B90"; } ]; 19006 19006 }; 19007 19007 orichter = { 19008 19008 email = "richter-oliver@gmx.net"; ··· 19038 19038 github = "orzklv"; 19039 19039 githubId = 54666588; 19040 19040 name = "Sokhibjon Orzikulov"; 19041 - keys = [{fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8";}]; 19041 + keys = [ { fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8"; } ]; 19042 19042 }; 19043 19043 osbm = { 19044 19044 email = "osmanfbayram@gmail.com"; ··· 19069 19069 github = "ostrolucky"; 19070 19070 githubId = 496233; 19071 19071 name = "Gabriel Ostrolucký"; 19072 - keys = [{fingerprint = "6611 22A7 B778 6E4A E99A 9D6E C79A D015 19EF B134";}]; 19072 + keys = [ { fingerprint = "6611 22A7 B778 6E4A E99A 9D6E C79A D015 19EF B134"; } ]; 19073 19073 }; 19074 19074 otavio = { 19075 19075 email = "otavio.salvador@ossystems.com.br"; ··· 19113 19113 matrix = "@outfoxxed:outfoxxed.me"; 19114 19114 github = "outfoxxed"; 19115 19115 githubId = 83010835; 19116 - keys = [{fingerprint = "0181 FF89 4F34 7FCC EB06 5710 4C88 A185 FB89 301E";}]; 19116 + keys = [ { fingerprint = "0181 FF89 4F34 7FCC EB06 5710 4C88 A185 FB89 301E"; } ]; 19117 19117 }; 19118 19118 ovlach = { 19119 19119 email = "ondrej@vlach.xyz"; ··· 19132 19132 github = "oxalica"; 19133 19133 githubId = 14816024; 19134 19134 name = "oxalica"; 19135 - keys = [{fingerprint = "F90F FD6D 585C 2BA1 F13D E8A9 7571 654C F88E 31C2";}]; 19135 + keys = [ { fingerprint = "F90F FD6D 585C 2BA1 F13D E8A9 7571 654C F88E 31C2"; } ]; 19136 19136 }; 19137 19137 oxapentane = { 19138 19138 email = "blame@oxapentane.com"; 19139 19139 github = "gshipunov"; 19140 19140 githubId = 1297357; 19141 19141 name = "Grigory Shipunov"; 19142 - keys = [{fingerprint = "DD09 98E6 CDF2 9453 7FC6 04F9 91FA 5E5B F9AA 901C";}]; 19142 + keys = [ { fingerprint = "DD09 98E6 CDF2 9453 7FC6 04F9 91FA 5E5B F9AA 901C"; } ]; 19143 19143 }; 19144 19144 oxij = { 19145 19145 email = "oxij@oxij.org"; 19146 19146 github = "oxij"; 19147 19147 githubId = 391919; 19148 19148 name = "Jan Malakhovski"; 19149 - keys = [{fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8";}]; 19149 + keys = [ { fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8"; } ]; 19150 19150 }; 19151 19151 oxzi = { 19152 19152 email = "post@0x21.biz"; 19153 19153 github = "oxzi"; 19154 19154 githubId = 8402811; 19155 19155 name = "Alvar Penning"; 19156 - keys = [{fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31";}]; 19156 + keys = [ { fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31"; } ]; 19157 19157 }; 19158 19158 oynqr = { 19159 19159 email = "pd-nixpkgs@3b.pm"; ··· 19234 19234 github = "pagedMov"; 19235 19235 githubId = 19557376; 19236 19236 name = "Kyler Clay"; 19237 - keys = [{fingerprint = "784B 3623 94E7 8F11 0B9D AE0F 56FD CFA6 2A93 B51E";}]; 19237 + keys = [ { fingerprint = "784B 3623 94E7 8F11 0B9D AE0F 56FD CFA6 2A93 B51E"; } ]; 19238 19238 }; 19239 19239 paholg = { 19240 19240 email = "paho@paholg.com"; ··· 19284 19284 matrix = "@panchoh:matrix.org"; 19285 19285 github = "panchoh"; 19286 19286 githubId = 471059; 19287 - keys = [{fingerprint = "4430 F502 8B19 FAF4 A40E C4E8 11E0 447D 4ABB A7D0";}]; 19287 + keys = [ { fingerprint = "4430 F502 8B19 FAF4 A40E C4E8 11E0 447D 4ABB A7D0"; } ]; 19288 19288 }; 19289 19289 panda2134 = { 19290 19290 email = "me+nixpkgs@panda2134.site"; ··· 19415 19415 github = "PatrickDaG"; 19416 19416 githubId = 58092422; 19417 19417 name = "Patrick"; 19418 - keys = [{fingerprint = "5E4C 3D74 80C2 35FE 2F0B D23F 7DD6 A72E C899 617D";}]; 19418 + keys = [ { fingerprint = "5E4C 3D74 80C2 35FE 2F0B D23F 7DD6 A72E C899 617D"; } ]; 19419 19419 }; 19420 19420 patricksjackson = { 19421 19421 email = "patrick@jackson.dev"; ··· 19428 19428 github = "Patryk27"; 19429 19429 githubId = 3395477; 19430 19430 name = "Patryk Wychowaniec"; 19431 - keys = [{fingerprint = "196A BFEC 6A1D D1EC 7594 F8D1 F625 47D0 75E0 9767";}]; 19431 + keys = [ { fingerprint = "196A BFEC 6A1D D1EC 7594 F8D1 F625 47D0 75E0 9767"; } ]; 19432 19432 }; 19433 19433 patryk4815 = { 19434 19434 email = "patryk.sondej@gmail.com"; ··· 19495 19495 github = "pbek"; 19496 19496 githubId = 1798101; 19497 19497 name = "Patrizio Bekerle"; 19498 - keys = [{fingerprint = "E005 48D5 D6AC 812C AAD2 AFFA 9C42 B05E 5913 60DC";}]; 19498 + keys = [ { fingerprint = "E005 48D5 D6AC 812C AAD2 AFFA 9C42 B05E 5913 60DC"; } ]; 19499 19499 }; 19500 19500 pbeucher = { 19501 19501 email = "pierre@crafteo.io"; ··· 19610 19610 github = "cyclic-pentane"; 19611 19611 githubId = 74795488; 19612 19612 name = "pentane"; 19613 - keys = [{fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874";}]; 19613 + keys = [ { fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874"; } ]; 19614 19614 }; 19615 19615 perchun = { 19616 19616 name = "Perchun Pak"; ··· 19676 19676 github = "peterwilli"; 19677 19677 githubId = 1212814; 19678 19678 name = "Peter Willemsen"; 19679 - keys = [{fingerprint = "A37F D403 88E2 D026 B9F6 9617 5C9D D4BF B96A 28F0";}]; 19679 + keys = [ { fingerprint = "A37F D403 88E2 D026 B9F6 9617 5C9D D4BF B96A 28F0"; } ]; 19680 19680 }; 19681 19681 peti = { 19682 19682 email = "simons@cryp.to"; ··· 19695 19695 github = "petrkozorezov"; 19696 19696 githubId = 645017; 19697 19697 name = "Petr Kozorezov"; 19698 - keys = [{fingerprint = "7F1A 353D 3D6D 9CEF 63A9 B5C6 699F 32D5 9999 7C90";}]; 19698 + keys = [ { fingerprint = "7F1A 353D 3D6D 9CEF 63A9 B5C6 699F 32D5 9999 7C90"; } ]; 19699 19699 }; 19700 19700 petrosagg = { 19701 19701 email = "petrosagg@gmail.com"; ··· 19721 19721 matrix = "@phaer:matrix.org"; 19722 19722 github = "phaer"; 19723 19723 githubId = 101753; 19724 - keys = [{fingerprint = "5D69 CF04 B7BC 2BC1 A567 9267 00BC F29B 3208 0700";}]; 19724 + keys = [ { fingerprint = "5D69 CF04 B7BC 2BC1 A567 9267 00BC F29B 3208 0700"; } ]; 19725 19725 }; 19726 19726 phanirithvij = { 19727 19727 name = "Phani Rithvij"; ··· 19736 19736 19737 19737 github = "leolavaur"; 19738 19738 githubId = 82591009; 19739 - keys = [{fingerprint = "7756 E88F 3C6A 47A5 C5F0 CDFB AB54 6777 F93E 20BF";}]; 19739 + keys = [ { fingerprint = "7756 E88F 3C6A 47A5 C5F0 CDFB AB54 6777 F93E 20BF"; } ]; 19740 19740 }; 19741 19741 phdyellow = { 19742 19742 name = "Phil Dyer"; ··· 19750 19750 19751 19751 github = "phfroidmont"; 19752 19752 githubId = 8150907; 19753 - keys = [{fingerprint = "3AC6 F170 F011 33CE 393B CD94 BE94 8AFD 7E78 73BE";}]; 19753 + keys = [ { fingerprint = "3AC6 F170 F011 33CE 393B CD94 BE94 8AFD 7E78 73BE"; } ]; 19754 19754 }; 19755 19755 phijor = { 19756 19756 name = "Philipp Joram"; ··· 19769 19769 matrix = "@phil8o:matrix.org"; 19770 19770 github = "philclifford"; 19771 19771 githubId = 8797027; 19772 - keys = [{fingerprint = "FC15 E59F 0CFA 9329 101B 71D9 92F7 A790 E9BA F1F7";}]; 19772 + keys = [ { fingerprint = "FC15 E59F 0CFA 9329 101B 71D9 92F7 A790 E9BA F1F7"; } ]; 19773 19773 name = "Phil Clifford"; 19774 19774 }; 19775 19775 phile314 = { ··· 19783 19783 name = "Philip de Bruin"; 19784 19784 github = "PhiliPdB"; 19785 19785 githubId = 7051056; 19786 - keys = [{fingerprint = "01AE 5EC2 39D9 CE4B DDB0 166A 4EC5 5FB7 07DC 24C4";}]; 19786 + keys = [ { fingerprint = "01AE 5EC2 39D9 CE4B DDB0 166A 4EC5 5FB7 07DC 24C4"; } ]; 19787 19787 }; 19788 19788 Philipp-M = { 19789 19789 email = "philipp@mildenberger.me"; ··· 19941 19941 github = "pingiun"; 19942 19942 githubId = 1576660; 19943 19943 name = "Jelle Besseling"; 19944 - keys = [{fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E";}]; 19944 + keys = [ { fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E"; } ]; 19945 19945 }; 19946 19946 pinpox = { 19947 19947 email = "mail@pablo.tools"; 19948 19948 github = "pinpox"; 19949 19949 githubId = 1719781; 19950 19950 name = "Pablo Ovelleiro Corral"; 19951 - keys = [{fingerprint = "D03B 218C AE77 1F77 D7F9 20D9 823A 6154 4264 08D3";}]; 19951 + keys = [ { fingerprint = "D03B 218C AE77 1F77 D7F9 20D9 823A 6154 4264 08D3"; } ]; 19952 19952 }; 19953 19953 piotrkwiecinski = { 19954 19954 email = "piokwiecinski+nixpkgs@gmail.com"; ··· 20051 20051 email = "labadens.pierre+nixpkgs@gmail.com"; 20052 20052 github = "plabadens"; 20053 20053 githubId = 4303706; 20054 - keys = [{fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375";}]; 20054 + keys = [ { fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375"; } ]; 20055 20055 }; 20056 20056 pladypus = { 20057 20057 name = "Peter Loftus"; ··· 20125 20125 github = "pmenke-de"; 20126 20126 githubId = 898922; 20127 20127 name = "Philipp Menke"; 20128 - keys = [{fingerprint = "ED54 5EFD 64B6 B5AA EC61 8C16 EB7F 2D4C CBE2 3B69";}]; 20128 + keys = [ { fingerprint = "ED54 5EFD 64B6 B5AA EC61 8C16 EB7F 2D4C CBE2 3B69"; } ]; 20129 20129 }; 20130 20130 pmeunier = { 20131 20131 email = "pierre-etienne.meunier@inria.fr"; ··· 20145 20145 name = "Philip White"; 20146 20146 github = "philipmw"; 20147 20147 githubId = 1379645; 20148 - keys = [{fingerprint = "9AB0 6C94 C3D1 F9D0 B9D9 A832 BC54 6FB3 B16C 8B0B";}]; 20148 + keys = [ { fingerprint = "9AB0 6C94 C3D1 F9D0 B9D9 A832 BC54 6FB3 B16C 8B0B"; } ]; 20149 20149 }; 20150 20150 pmy = { 20151 20151 email = "pmy@xqzp.net"; ··· 20182 20182 github = "pnotequalnp"; 20183 20183 githubId = 46154511; 20184 20184 name = "Kevin Mullins"; 20185 - keys = [{fingerprint = "2CD2 B030 BD22 32EF DF5A 008A 3618 20A4 5DB4 1E9A";}]; 20185 + keys = [ { fingerprint = "2CD2 B030 BD22 32EF DF5A 008A 3618 20A4 5DB4 1E9A"; } ]; 20186 20186 }; 20187 20187 podocarp = { 20188 20188 email = "xdjiaxd@gmail.com"; ··· 20284 20284 github = "poscat0x04"; 20285 20285 githubId = 53291983; 20286 20286 name = "Poscat Tarski"; 20287 - keys = [{fingerprint = "48AD DE10 F27B AFB4 7BB0 CCAF 2D25 95A0 0D08 ACE0";}]; 20287 + keys = [ { fingerprint = "48AD DE10 F27B AFB4 7BB0 CCAF 2D25 95A0 0D08 ACE0"; } ]; 20288 20288 }; 20289 20289 posch = { 20290 20290 email = "tp@fonz.de"; ··· 20302 20302 github = "pouya-abbassi"; 20303 20303 githubId = 8519318; 20304 20304 name = "Pouya Abbasi"; 20305 - keys = [{fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797";}]; 20305 + keys = [ { fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797"; } ]; 20306 20306 }; 20307 20307 poweredbypie = { 20308 20308 name = "poweredbypie"; ··· 20351 20351 github = "pradyuman"; 20352 20352 githubId = 9904569; 20353 20353 name = "Pradyuman Vig"; 20354 - keys = [{fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E";}]; 20354 + keys = [ { fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E"; } ]; 20355 20355 }; 20356 20356 preisschild = { 20357 20357 email = "florian@florianstroeger.com"; ··· 20365 20365 matrix = "@presto8:matrix.org"; 20366 20366 github = "presto8"; 20367 20367 githubId = 246631; 20368 - keys = [{fingerprint = "3E46 7EF1 54AA A1D0 C7DF A694 E45C B17F 1940 CA52";}]; 20368 + keys = [ { fingerprint = "3E46 7EF1 54AA A1D0 C7DF A694 E45C B17F 1940 CA52"; } ]; 20369 20369 }; 20370 20370 priegger = { 20371 20371 email = "philipp@riegger.name"; ··· 20397 20397 matrix = "@princemachiavelli:matrix.org"; 20398 20398 github = "Princemachiavelli"; 20399 20399 githubId = 2730968; 20400 - keys = [{fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18";}]; 20400 + keys = [ { fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18"; } ]; 20401 20401 }; 20402 20402 prit342 = { 20403 20403 email = "prithak342@gmail.com"; ··· 20446 20446 githubId = 7693005; 20447 20447 name = "Petr Portnov"; 20448 20448 keys = [ 20449 - {fingerprint = "884B 08D2 8DFF 6209 1857 C1C7 7E8F C8F7 D1BB 84A3";} 20450 - {fingerprint = "AA96 35AA F392 52BF 0E60 825E 1192 2217 F828 8484";} 20449 + { fingerprint = "884B 08D2 8DFF 6209 1857 C1C7 7E8F C8F7 D1BB 84A3"; } 20450 + { fingerprint = "AA96 35AA F392 52BF 0E60 825E 1192 2217 F828 8484"; } 20451 20451 ]; 20452 20452 }; 20453 20453 progval = { ··· 20460 20460 name = "ProjectInitiative"; 20461 20461 github = "ProjectInitiative"; 20462 20462 githubId = 6314611; 20463 - keys = [{fingerprint = "EEC7 53FC EAAA FD9E 4DC0 9BB5 CAEB 4185 C226 D76B";}]; 20463 + keys = [ { fingerprint = "EEC7 53FC EAAA FD9E 4DC0 9BB5 CAEB 4185 C226 D76B"; } ]; 20464 20464 }; 20465 20465 prominentretail = { 20466 20466 email = "me@jakepark.me"; ··· 20508 20508 github = "prrlvr"; 20509 20509 githubId = 33699501; 20510 20510 name = "Pierre-Olivier Rey"; 20511 - keys = [{fingerprint = "40A0 78FD 297B 0AC1 E6D8 A119 4D38 49D9 9555 1307";}]; 20511 + keys = [ { fingerprint = "40A0 78FD 297B 0AC1 E6D8 A119 4D38 49D9 9555 1307"; } ]; 20512 20512 }; 20513 20513 prtzl = { 20514 20514 email = "matej.blagsic@protonmail.com"; ··· 20521 20521 github = "prusnak"; 20522 20522 githubId = 42201; 20523 20523 name = "Pavol Rusnak"; 20524 - keys = [{fingerprint = "86E6 792F C27B FD47 8860 C110 91F3 B339 B9A0 2A3D";}]; 20524 + keys = [ { fingerprint = "86E6 792F C27B FD47 8860 C110 91F3 B339 B9A0 2A3D"; } ]; 20525 20525 }; 20526 20526 psanford = { 20527 20527 email = "psanford@sanford.io"; ··· 20535 20535 githubId = 37886; 20536 20536 name = "Philipp Schmitt"; 20537 20537 matrix = "@pschmitt:one.ems.host"; 20538 - keys = [{fingerprint = "9FBF 2ABF FB37 F7F3 F502 44E5 DC43 9C47 EACB 17F9";}]; 20538 + keys = [ { fingerprint = "9FBF 2ABF FB37 F7F3 F502 44E5 DC43 9C47 EACB 17F9"; } ]; 20539 20539 }; 20540 20540 pshirshov = { 20541 20541 email = "pshirshov@eml.cc"; ··· 20655 20655 pwnwriter = { 20656 20656 name = "Nabeen Tiwaree"; 20657 20657 email = "hi@pwnwriter.me"; 20658 - keys = [{fingerprint = "C153 DE7C 0A0D 432E F033 2B0B A524 11EC 5582 DE3A";}]; 20658 + keys = [ { fingerprint = "C153 DE7C 0A0D 432E F033 2B0B A524 11EC 5582 DE3A"; } ]; 20659 20659 github = "pwnwriter"; 20660 20660 githubId = 90331517; 20661 20661 }; ··· 20676 20676 email = "carter@isons.org"; 20677 20677 github = "pyrotelekinetic"; 20678 20678 githubId = 29682759; 20679 - keys = [{fingerprint = "5963 78DB 25AA 608D 2743 D466 5D6A D9AE 71B3 F983";}]; 20679 + keys = [ { fingerprint = "5963 78DB 25AA 608D 2743 D466 5D6A D9AE 71B3 F983"; } ]; 20680 20680 }; 20681 20681 pyrox0 = { 20682 20682 name = "Pyrox"; ··· 20684 20684 matrix = "@pyrox:pyrox.dev"; 20685 20685 github = "pyrox0"; 20686 20686 githubId = 35778371; 20687 - keys = [{fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F";}]; 20687 + keys = [ { fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F"; } ]; 20688 20688 }; 20689 20689 pyxels = { 20690 20690 email = "pyxels.dev@gmail.com"; ··· 20716 20716 github = "qbit"; 20717 20717 githubId = 68368; 20718 20718 matrix = "@qbit:tapenet.org"; 20719 - keys = [{fingerprint = "3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE";}]; 20719 + keys = [ { fingerprint = "3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE"; } ]; 20720 20720 }; 20721 20721 qdlmcfresh = { 20722 20722 name = "Philipp Urlbauer"; ··· 20729 20729 email = "development@qf0xb.de"; 20730 20730 github = "QF0xB"; 20731 20731 githubId = 37348361; 20732 - keys = [{fingerprint = "9036 0B7D B6B7 8B75 E901 3D11 3FF8 C23C 46F2 CC90";}]; 20732 + keys = [ { fingerprint = "9036 0B7D B6B7 8B75 E901 3D11 3FF8 C23C 46F2 CC90"; } ]; 20733 20733 }; 20734 20734 qjoly = { 20735 20735 email = "github@une-pause-cafe.fr"; ··· 20797 20797 github = "quentinmit"; 20798 20798 githubId = 115761; 20799 20799 name = "Quentin Smith"; 20800 - keys = [{fingerprint = "1C71 A066 5400 AACD 142E B1A0 04EE 05A8 FCEF B697";}]; 20800 + keys = [ { fingerprint = "1C71 A066 5400 AACD 142E B1A0 04EE 05A8 FCEF B697"; } ]; 20801 20801 }; 20802 20802 quentin-m = { 20803 20803 email = "me+nix@quentin-machu.fr"; ··· 20858 20858 githubId = 2768870; 20859 20859 name = "Alyssa Ross"; 20860 20860 matrix = "@qyliss:fairydust.space"; 20861 - keys = [{fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97";}]; 20861 + keys = [ { fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97"; } ]; 20862 20862 }; 20863 20863 qyriad = { 20864 20864 email = "qyriad@qyriad.me"; ··· 20884 20884 github = "r17x"; 20885 20885 githubId = 16365952; 20886 20886 name = "Rin"; 20887 - keys = [{fingerprint = "476A F55D 6378 F878 0709 848A 18F9 F516 1CC0 576C";}]; 20887 + keys = [ { fingerprint = "476A F55D 6378 F878 0709 848A 18F9 F516 1CC0 576C"; } ]; 20888 20888 }; 20889 20889 r3dl3g = { 20890 20890 email = "redleg@rothfuss-web.de"; ··· 20902 20902 email = "raven6107@gmail.com"; 20903 20903 github = "r4v3n6101"; 20904 20904 githubId = 30029970; 20905 - keys = [{fingerprint = "FA05 8A29 B45E 06C0 8FE9 4907 05D2 BE42 F3EC D7CC";}]; 20905 + keys = [ { fingerprint = "FA05 8A29 B45E 06C0 8FE9 4907 05D2 BE42 F3EC D7CC"; } ]; 20906 20906 }; 20907 20907 raboof = { 20908 20908 email = "arnout@bzzt.net"; ··· 20935 20935 email = "pr9@tuta.io"; 20936 20936 github = "rafa-dot-el"; 20937 20937 githubId = 104688305; 20938 - keys = [{fingerprint = "5F0B 3EAC F1F9 8155 0946 CDF5 469E 3255 A40D 2AD6";}]; 20938 + keys = [ { fingerprint = "5F0B 3EAC F1F9 8155 0946 CDF5 469E 3255 A40D 2AD6"; } ]; 20939 20939 }; 20940 20940 rafaelgg = { 20941 20941 email = "rafael.garcia.gallego@gmail.com"; ··· 20985 20985 github = "rake5k"; 20986 20986 githubId = 13007345; 20987 20987 name = "Christian Harke"; 20988 - keys = [{fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4";}]; 20988 + keys = [ { fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4"; } ]; 20989 20989 }; 20990 20990 rakesh4g = { 20991 20991 email = "rakeshgupta4u@gmail.com"; ··· 21016 21016 email = "nix@caseylink.com"; 21017 21017 github = "Ramblurr"; 21018 21018 githubId = 14830; 21019 - keys = [{fingerprint = "978C 4D08 058B A26E B97C B518 2078 2DBC ACFA ACDA";}]; 21019 + keys = [ { fingerprint = "978C 4D08 058B A26E B97C B518 2078 2DBC ACFA ACDA"; } ]; 21020 21020 }; 21021 21021 ramkromberg = { 21022 21022 email = "ramkromberg@mail.com"; ··· 21037 21037 matrix = "@rane:junkyard.systems"; 21038 21038 github = "digitalrane"; 21039 21039 githubId = 1829286; 21040 - keys = [{fingerprint = "EBB6 0EE1 488F D04C D922 C039 AE96 1AF5 9D40 10B5";}]; 21040 + keys = [ { fingerprint = "EBB6 0EE1 488F D04C D922 C039 AE96 1AF5 9D40 10B5"; } ]; 21041 21041 }; 21042 21042 ranfdev = { 21043 21043 email = "ranfdev@gmail.com"; ··· 21101 21101 githubId = 98173832; 21102 21102 name = "Balthazar Patiachvili"; 21103 21103 matrix = "@ratcornu:skaven.org"; 21104 - keys = [{fingerprint = "1B91 F087 3D06 1319 D3D0 7F91 FA47 BDA2 6048 9ADA";}]; 21104 + keys = [ { fingerprint = "1B91 F087 3D06 1319 D3D0 7F91 FA47 BDA2 6048 9ADA"; } ]; 21105 21105 }; 21106 21106 ratsclub = { 21107 21107 email = "victor@freire.dev.br"; ··· 21167 21167 name = "Rocky Breslow"; 21168 21168 github = "rbreslow"; 21169 21169 githubId = 1774125; 21170 - keys = [{fingerprint = "B5B7 BCA0 EE6F F31E 263A 69E3 A0D3 2ACC A38B 88ED";}]; 21170 + keys = [ { fingerprint = "B5B7 BCA0 EE6F F31E 263A 69E3 A0D3 2ACC A38B 88ED"; } ]; 21171 21171 }; 21172 21172 rbrewer = { 21173 21173 email = "rwb123@gmail.com"; ··· 21198 21198 github = "rconybea"; 21199 21199 githubId = 8570969; 21200 21200 name = "Roland Conybeare"; 21201 - keys = [{fingerprint = "bw5Cr/4ul1C2UvxopphbZbFI1i5PCSnOmPID7mJ/Ogo";}]; 21201 + keys = [ { fingerprint = "bw5Cr/4ul1C2UvxopphbZbFI1i5PCSnOmPID7mJ/Ogo"; } ]; 21202 21202 }; 21203 21203 rdnetto = { 21204 21204 email = "rdnetto@gmail.com"; ··· 21220 21220 githubId = 7413633; 21221 21221 keys = [ 21222 21222 # compare with https://keybase.io/reckenrode 21223 - {fingerprint = "01D7 5486 3A6D 64EA AC77 0D26 FBF1 9A98 2CCE 0048";} 21223 + { fingerprint = "01D7 5486 3A6D 64EA AC77 0D26 FBF1 9A98 2CCE 0048"; } 21224 21224 ]; 21225 21225 }; 21226 21226 redbaron = { ··· 21336 21336 email = "remy@remysplace.de"; 21337 21337 github = "remyvv"; 21338 21338 githubId = 2862815; 21339 - keys = [{fingerprint = "1A76 F3A3 F843 2D5F D7E5 D07B 6FD8 F273 5BEB D1FC";}]; 21339 + keys = [ { fingerprint = "1A76 F3A3 F843 2D5F D7E5 D07B 6FD8 F273 5BEB D1FC"; } ]; 21340 21340 }; 21341 21341 renatoGarcia = { 21342 21342 email = "fgarcia.renato@gmail.com"; ··· 21355 21355 email = "bj.ren.coding@outlook.com"; 21356 21356 github = "rennsax"; 21357 21357 githubId = 93167100; 21358 - keys = [{fingerprint = "9075 CEF8 9850 D261 6599 641A A2C9 36D5 B88C 139C";}]; 21358 + keys = [ { fingerprint = "9075 CEF8 9850 D261 6599 641A A2C9 36D5 B88C 139C"; } ]; 21359 21359 }; 21360 21360 renpenguin = { 21361 21361 email = "redpenguin777@yahoo.com"; ··· 21403 21403 name = "Tassilo Tanneberger"; 21404 21404 github = "tanneberger"; 21405 21405 githubId = 32239737; 21406 - keys = [{fingerprint = "91EB E870 1639 1323 642A 6803 B966 009D 57E6 9CC6";}]; 21406 + keys = [ { fingerprint = "91EB E870 1639 1323 642A 6803 B966 009D 57E6 9CC6"; } ]; 21407 21407 }; 21408 21408 rewine = { 21409 21409 email = "lhongxu@outlook.com"; ··· 21592 21592 github = "rissson"; 21593 21593 githubId = 18313093; 21594 21594 keys = [ 21595 - {fingerprint = "8A0E 6A7C 08AB B9DE 67DE 2A13 F6FD 87B1 5C26 3EC9";} 21596 - {fingerprint = "C0A7 A9BB 115B C857 4D75 EA99 BBB7 A680 1DF1 E03F";} 21595 + { fingerprint = "8A0E 6A7C 08AB B9DE 67DE 2A13 F6FD 87B1 5C26 3EC9"; } 21596 + { fingerprint = "C0A7 A9BB 115B C857 4D75 EA99 BBB7 A680 1DF1 E03F"; } 21597 21597 ]; 21598 21598 }; 21599 21599 ritiek = { ··· 21603 21603 github = "ritiek"; 21604 21604 githubId = 20314742; 21605 21605 keys = [ 21606 - {fingerprint = "66FF 6099 7B04 845F F4C0 CB4F EB6F C9F9 FC96 4257";} 21606 + { fingerprint = "66FF 6099 7B04 845F F4C0 CB4F EB6F C9F9 FC96 4257"; } 21607 21607 ]; 21608 21608 }; 21609 21609 rixed = { ··· 21685 21685 github = "rnhmjoj"; 21686 21686 githubId = 2817565; 21687 21687 name = "Michele Guerini Rocco"; 21688 - keys = [{fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";}]; 21688 + keys = [ { fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450"; } ]; 21689 21689 }; 21690 21690 roastiek = { 21691 21691 email = "r.dee.b.b@gmail.com"; ··· 21770 21770 email = "nix@ireas.org"; 21771 21771 github = "robinkrahl"; 21772 21772 githubId = 165115; 21773 - keys = [{fingerprint = "EC7E F0F9 B681 4C24 6236 3842 B755 6972 702A FD45";}]; 21773 + keys = [ { fingerprint = "EC7E F0F9 B681 4C24 6236 3842 B755 6972 702A FD45"; } ]; 21774 21774 name = "Robin Krahl"; 21775 21775 }; 21776 21776 roblabla = { ··· 21783 21783 email = "r@sliwi.org"; 21784 21784 github = "robsliwi"; 21785 21785 githubId = 14806293; 21786 - keys = [{fingerprint = "37F4 9AB8 340B AAE2 4DB8 4322 08BD 6076 8CCE 08F1";}]; 21786 + keys = [ { fingerprint = "37F4 9AB8 340B AAE2 4DB8 4322 08BD 6076 8CCE 08F1"; } ]; 21787 21787 name = "Robert Sliwinski"; 21788 21788 }; 21789 21789 robwalt = { ··· 21881 21881 github = "Rookeur"; 21882 21882 githubId = 57438432; 21883 21883 name = "Adrien Langou"; 21884 - keys = [{fingerprint = "3B8F FC41 0094 2CB4 5A2A 7DF2 5A44 DA8F 9071 91B0";}]; 21884 + keys = [ { fingerprint = "3B8F FC41 0094 2CB4 5A2A 7DF2 5A44 DA8F 9071 91B0"; } ]; 21885 21885 }; 21886 21886 roosemberth = { 21887 21887 email = "roosembert.palacios+nixpkgs@posteo.ch"; ··· 21889 21889 github = "roosemberth"; 21890 21890 githubId = 3621083; 21891 21891 name = "Roosembert (Roosemberth) Palacios"; 21892 - keys = [{fingerprint = "78D9 1871 D059 663B 6117 7532 CAAA ECE5 C224 2BB7";}]; 21892 + keys = [ { fingerprint = "78D9 1871 D059 663B 6117 7532 CAAA ECE5 C224 2BB7"; } ]; 21893 21893 }; 21894 21894 rople380 = { 21895 21895 name = "rople380"; 21896 21896 github = "rople380"; 21897 21897 githubId = 55679162; 21898 - keys = [{fingerprint = "1401 1B63 393D 16C1 AA9C C521 8526 B757 4A53 6236";}]; 21898 + keys = [ { fingerprint = "1401 1B63 393D 16C1 AA9C C521 8526 B757 4A53 6236"; } ]; 21899 21899 }; 21900 21900 rorosen = { 21901 21901 email = "robert.rose@mailbox.org"; ··· 21921 21921 matrix = "@rosscomputerguy:matrix.org"; 21922 21922 github = "RossComputerGuy"; 21923 21923 githubId = 19699320; 21924 - keys = [{fingerprint = "FD5D F7A8 85BB 378A 0157 5356 B09C 4220 3566 9AF8";}]; 21924 + keys = [ { fingerprint = "FD5D F7A8 85BB 378A 0157 5356 B09C 4220 3566 9AF8"; } ]; 21925 21925 }; 21926 21926 RossSmyth = { 21927 21927 name = "Ross Smyth"; ··· 21993 21993 github = "rrbutani"; 21994 21994 githubId = 7833358; 21995 21995 matrix = "@rbutani:matrix.org"; 21996 - keys = [{fingerprint = "7DCA 5615 8AB2 621F 2F32 9FF4 1C7C E491 479F A273";}]; 21996 + keys = [ { fingerprint = "7DCA 5615 8AB2 621F 2F32 9FF4 1C7C E491 479F A273"; } ]; 21997 21997 name = "Rahul Butani"; 21998 21998 }; 21999 21999 rseichter = { 22000 22000 email = "nixos.org@seichter.de"; 22001 22001 github = "rseichter"; 22002 22002 githubId = 30873939; 22003 - keys = [{fingerprint = "6AE2 A847 23D5 6D98 5B34 0BC0 8E5F A470 9F69 E911";}]; 22003 + keys = [ { fingerprint = "6AE2 A847 23D5 6D98 5B34 0BC0 8E5F A470 9F69 E911"; } ]; 22004 22004 name = "Ralph Seichter"; 22005 22005 }; 22006 22006 rskew = { ··· 22130 22130 email = "hi@grass.show"; 22131 22131 github = "running-grass"; 22132 22132 githubId = 17241154; 22133 - keys = [{fingerprint = "5156 0FAB FF32 83EC BC8C EA13 9344 3660 9397 0138";}]; 22133 + keys = [ { fingerprint = "5156 0FAB FF32 83EC BC8C EA13 9344 3660 9397 0138"; } ]; 22134 22134 }; 22135 22135 rushmorem = { 22136 22136 email = "rushmore@webenchanter.com"; ··· 22233 22233 github = "ryane"; 22234 22234 githubId = 7346; 22235 22235 name = "Ryan Eschinger"; 22236 - keys = [{fingerprint = "E4F4 1EAB BF0F C785 06D8 62EF EF68 CF41 D42A 593D";}]; 22236 + keys = [ { fingerprint = "E4F4 1EAB BF0F C785 06D8 62EF EF68 CF41 D42A 593D"; } ]; 22237 22237 }; 22238 22238 ryangibb = { 22239 22239 email = "ryan@freumh.org"; ··· 22276 22276 github = "rycee"; 22277 22277 githubId = 798147; 22278 22278 name = "Robert Helgesson"; 22279 - keys = [{fingerprint = "36CA CF52 D098 CC0E 78FB 0CB1 3573 356C 25C4 24D4";}]; 22279 + keys = [ { fingerprint = "36CA CF52 D098 CC0E 78FB 0CB1 3573 356C 25C4 24D4"; } ]; 22280 22280 }; 22281 22281 ryneeverett = { 22282 22282 email = "ryneeverett@gmail.com"; ··· 22301 22301 github = "rypervenche"; 22302 22302 githubId = 1411504; 22303 22303 name = "rypervenche"; 22304 - keys = [{fingerprint = "1198 7A9F 03AE 47F0 4919 E334 6A41 2C4A ECE1 66EF";}]; 22304 + keys = [ { fingerprint = "1198 7A9F 03AE 47F0 4919 E334 6A41 2C4A ECE1 66EF"; } ]; 22305 22305 }; 22306 22306 rytone = { 22307 22307 email = "max@ryt.one"; 22308 22308 github = "rastertail"; 22309 22309 githubId = 8082305; 22310 22310 name = "Maxwell Beck"; 22311 - keys = [{fingerprint = "D260 79E3 C2BC 2E43 905B D057 BB3E FA30 3760 A0DB";}]; 22311 + keys = [ { fingerprint = "D260 79E3 C2BC 2E43 905B D057 BB3E FA30 3760 A0DB"; } ]; 22312 22312 }; 22313 22313 rytswd = { 22314 22314 email = "rytswd@gmail.com"; 22315 22315 github = "rytswd"; 22316 22316 githubId = 23435099; 22317 22317 name = "Ryota"; 22318 - keys = [{fingerprint = "2FAC 1A25 5175 125E F60B BC04 B89E C8B6 EE43 39C4";}]; 22318 + keys = [ { fingerprint = "2FAC 1A25 5175 125E F60B BC04 B89E C8B6 EE43 39C4"; } ]; 22319 22319 }; 22320 22320 ryze = { 22321 22321 name = "Ryze"; 22322 22322 github = "ryze312"; 22323 22323 githubId = 50497128; 22324 - keys = [{fingerprint = "73D5 BFF5 0AD7 F3C1 AF1A AC24 9B29 6C5C EAEA AAC1";}]; 22324 + keys = [ { fingerprint = "73D5 BFF5 0AD7 F3C1 AF1A AC24 9B29 6C5C EAEA AAC1"; } ]; 22325 22325 }; 22326 22326 rzetterberg = { 22327 22327 email = "richard.zetterberg@gmail.com"; ··· 22349 22349 matrix = "@mark.sagikazar:matrix.org"; 22350 22350 github = "sagikazarmark"; 22351 22351 githubId = 1226384; 22352 - keys = [{fingerprint = "E628 C811 6FB8 1657 F706 4EA4 F251 ADDC 9D04 1C7E";}]; 22352 + keys = [ { fingerprint = "E628 C811 6FB8 1657 F706 4EA4 F251 ADDC 9D04 1C7E"; } ]; 22353 22353 }; 22354 22354 sailord = { 22355 22355 name = "Sailord"; ··· 22363 22363 matrix = "@sako:imagisphe.re"; 22364 22364 github = "Sakooooo"; 22365 22365 githubId = 78461130; 22366 - keys = [{fingerprint = "CA52 EE7B E681 720E 32B6 6792 FE52 FD65 B76E 4751";}]; 22366 + keys = [ { fingerprint = "CA52 EE7B E681 720E 32B6 6792 FE52 FD65 B76E 4751"; } ]; 22367 22367 }; 22368 22368 samalws = { 22369 22369 email = "sam@samalws.com"; ··· 22429 22429 github = "samlich"; 22430 22430 githubId = 1349989; 22431 22431 name = "samlich"; 22432 - keys = [{fingerprint = "AE8C 0836 FDF6 3FFC 9580 C588 B156 8953 B193 9F1C";}]; 22432 + keys = [ { fingerprint = "AE8C 0836 FDF6 3FFC 9580 C588 B156 8953 B193 9F1C"; } ]; 22433 22433 }; 22434 22434 samlukeyes123 = { 22435 22435 email = "samlukeyes123@gmail.com"; ··· 22448 22448 email = "samuel@smartineau.me"; 22449 22449 github = "Samuel-Martineau"; 22450 22450 githubId = 44237969; 22451 - keys = [{fingerprint = "79A1 CC17 67C7 32B6 A8A2 BF4F 71E0 8761 642D ACD2";}]; 22451 + keys = [ { fingerprint = "79A1 CC17 67C7 32B6 A8A2 BF4F 71E0 8761 642D ACD2"; } ]; 22452 22452 }; 22453 22453 samuela = { 22454 22454 email = "skainsworth@gmail.com"; ··· 22461 22461 email = "samuele.facenda@gmail.com"; 22462 22462 github = "SamueleFacenda"; 22463 22463 githubId = 92163673; 22464 - keys = [{fingerprint = "3BA5 A3DB 3239 E2AC 1F3B 68A0 0DB8 3F58 B259 6271";}]; 22464 + keys = [ { fingerprint = "3BA5 A3DB 3239 E2AC 1F3B 68A0 0DB8 3F58 B259 6271"; } ]; 22465 22465 }; 22466 22466 samuelrivas = { 22467 22467 email = "samuelrivas@gmail.com"; ··· 22486 22486 email = "samyak201@gmail.com"; 22487 22487 github = "Samyak2"; 22488 22488 githubId = 34161949; 22489 - keys = [{fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B";}]; 22489 + keys = [ { fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B"; } ]; 22490 22490 }; 22491 22491 sander = { 22492 22492 email = "s.vanderburg@tudelft.nl"; ··· 22529 22529 github = "sascha8a"; 22530 22530 githubId = 6937965; 22531 22531 name = "Alexander Lampalzer"; 22532 - keys = [{fingerprint = "0350 3136 E22C C561 30E3 A4AE 2087 9CCA CD5C D670";}]; 22532 + keys = [ { fingerprint = "0350 3136 E22C C561 30E3 A4AE 2087 9CCA CD5C D670"; } ]; 22533 22533 }; 22534 22534 saschagrunert = { 22535 22535 email = "mail@saschagrunert.de"; ··· 22690 22690 name = "Jamie Quigley"; 22691 22691 github = "Sciencentistguy"; 22692 22692 githubId = 4983935; 22693 - keys = [{fingerprint = "30BB FF3F AB0B BB3E 0435 F83C 8E8F F66E 2AE8 D970";}]; 22693 + keys = [ { fingerprint = "30BB FF3F AB0B BB3E 0435 F83C 8E8F F66E 2AE8 D970"; } ]; 22694 22694 }; 22695 22695 scientiac = { 22696 22696 email = "iac@scientiac.space"; ··· 22747 22747 matrix = "@Scrumplex:duckhub.io"; 22748 22748 github = "Scrumplex"; 22749 22749 githubId = 11587657; 22750 - keys = [{fingerprint = "E173 237A C782 296D 98F5 ADAC E13D FD4B 4712 7951";}]; 22750 + keys = [ { fingerprint = "E173 237A C782 296D 98F5 ADAC E13D FD4B 4712 7951"; } ]; 22751 22751 }; 22752 22752 scvalex = { 22753 22753 name = "Alexandru Scvorțov"; ··· 22826 22826 github = "seberm"; 22827 22827 githubId = 212597; 22828 22828 name = "Otto Sabart"; 22829 - keys = [{fingerprint = "0AF6 4C3B 1F12 14B3 8C8C 5786 1FA2 DBE6 7438 7CC3";}]; 22829 + keys = [ { fingerprint = "0AF6 4C3B 1F12 14B3 8C8C 5786 1FA2 DBE6 7438 7CC3"; } ]; 22830 22830 }; 22831 22831 sebrut = { 22832 22832 email = "kontakt@sebastian-rutofski.de"; 22833 22833 github = "sebrut"; 22834 22834 githubId = 3962409; 22835 22835 name = "Sebastian Rutofski"; 22836 - keys = [{fingerprint = "F1D4 8061 2830 3AF6 42DC 3867 C37F 3374 2A95 C547";}]; 22836 + keys = [ { fingerprint = "F1D4 8061 2830 3AF6 42DC 3867 C37F 3374 2A95 C547"; } ]; 22837 22837 }; 22838 22838 sebtm = { 22839 22839 email = "mail@sebastian-sellmeier.de"; ··· 22853 22853 matrix = "@sef:exotic.sh"; 22854 22854 github = "sefidel"; 22855 22855 githubId = 71049646; 22856 - keys = [{fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A";}]; 22856 + keys = [ { fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A"; } ]; 22857 22857 }; 22858 22858 sehqlr = { 22859 22859 name = "Sam Hatfield"; ··· 22933 22933 email = "sephi@fhtagn.top"; 22934 22934 github = "sephii"; 22935 22935 githubId = 754333; 22936 - keys = [{fingerprint = "2A9D 8E76 5EE2 237D 7B6B A2A5 4228 AB9E C061 2ADA";}]; 22936 + keys = [ { fingerprint = "2A9D 8E76 5EE2 237D 7B6B A2A5 4228 AB9E C061 2ADA"; } ]; 22937 22937 }; 22938 22938 sepi = { 22939 22939 email = "raffael@mancini.lu"; ··· 22959 22959 matrix = "@septem9er:fairydust.space"; 22960 22960 github = "septem9er"; 22961 22961 githubId = 33379902; 22962 - keys = [{fingerprint = "C408 07F9 8677 3D98 EFF3 0980 355A 9AFB FD8E AD33";}]; 22962 + keys = [ { fingerprint = "C408 07F9 8677 3D98 EFF3 0980 355A 9AFB FD8E AD33"; } ]; 22963 22963 }; 22964 22964 seqizz = { 22965 22965 email = "seqizz@gmail.com"; ··· 22995 22995 github = "servalcatty"; 22996 22996 githubId = 51969817; 22997 22997 name = "Serval"; 22998 - keys = [{fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C";}]; 22998 + keys = [ { fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C"; } ]; 22999 22999 }; 23000 23000 sestrella = { 23001 23001 email = "sestrella.me@gmail.com"; ··· 23008 23008 email = "sable@seyleri.us"; 23009 23009 github = "seylerius"; 23010 23010 githubId = 1145981; 23011 - keys = [{fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE";}]; 23011 + keys = [ { fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE"; } ]; 23012 23012 }; 23013 23013 sfrijters = { 23014 23014 email = "sfrijters@gmail.com"; ··· 23071 23071 githubId = 23130178; 23072 23072 name = "夜坂雅"; 23073 23073 keys = [ 23074 - {fingerprint = "3237 D49E 8F81 5A45 2133 64EA 4FF3 5790 F405 53A9";} 23075 - {fingerprint = "AC59 7AD3 89D1 CC56 18AD 1ED9 B712 3A2B 6B0A E434";} 23074 + { fingerprint = "3237 D49E 8F81 5A45 2133 64EA 4FF3 5790 F405 53A9"; } 23075 + { fingerprint = "AC59 7AD3 89D1 CC56 18AD 1ED9 B712 3A2B 6B0A E434"; } 23076 23076 ]; 23077 23077 }; 23078 23078 shadows_withal = { ··· 23153 23153 github = "shayne"; 23154 23154 githubId = 79330; 23155 23155 name = "Shayne Sweeney"; 23156 - keys = [{fingerprint = "AFCB 29A0 F12E F367 9575 DABE 69DA 13E8 6BF4 03B0";}]; 23156 + keys = [ { fingerprint = "AFCB 29A0 F12E F367 9575 DABE 69DA 13E8 6BF4 03B0"; } ]; 23157 23157 }; 23158 23158 shazow = { 23159 23159 email = "andrey.petrov@shazow.net"; ··· 23233 23233 name = "Shiryel"; 23234 23234 github = "shiryel"; 23235 23235 githubId = 35617139; 23236 - keys = [{fingerprint = "AB63 4CD9 3322 BD42 6231 F764 C404 1EA6 B326 33DE";}]; 23236 + keys = [ { fingerprint = "AB63 4CD9 3322 BD42 6231 F764 C404 1EA6 B326 33DE"; } ]; 23237 23237 }; 23238 23238 shivaraj-bh = { 23239 23239 email = "sbh69840@gmail.com"; ··· 23294 23294 email = "shreerammodi10@gmail.com"; 23295 23295 github = "shrimpram"; 23296 23296 githubId = 67710369; 23297 - keys = [{fingerprint = "EA88 EA07 26E9 6CBF 6365 3966 163B 16EE 76ED 24CE";}]; 23297 + keys = [ { fingerprint = "EA88 EA07 26E9 6CBF 6365 3966 163B 16EE 76ED 24CE"; } ]; 23298 23298 }; 23299 23299 shved = { 23300 23300 name = "Yury Shvedov"; ··· 23380 23380 matrix = "@sigmasquadron:matrix.org"; 23381 23381 github = "SigmaSquadron"; 23382 23382 githubId = 174749595; 23383 - keys = [{fingerprint = "E3CD E225 47C6 2DB6 6CCD BC06 CC3A E2EA 0000 0000";}]; 23383 + keys = [ { fingerprint = "E3CD E225 47C6 2DB6 6CCD BC06 CC3A E2EA 0000 0000"; } ]; 23384 23384 }; 23385 23385 sigmike = { 23386 23386 email = "mike+nixpkgs@lepton.fr"; ··· 23394 23394 github = "sikmir"; 23395 23395 githubId = 688044; 23396 23396 name = "Nikolay Korotkiy"; 23397 - keys = [{fingerprint = "ADF4 C13D 0E36 1240 BD01 9B51 D1DE 6D7F 6936 63A5";}]; 23397 + keys = [ { fingerprint = "ADF4 C13D 0E36 1240 BD01 9B51 D1DE 6D7F 6936 63A5"; } ]; 23398 23398 }; 23399 23399 silky = { 23400 23400 name = "Noon van der Silk"; ··· 23408 23408 matrix = "@sils:vhack.eu"; 23409 23409 github = "s1ls"; 23410 23410 githubId = 91412114; 23411 - keys = [{fingerprint = "C1DA A551 B422 7A6F 3FD9 6B3A 467B 7D12 9EA7 3AC9";}]; 23411 + keys = [ { fingerprint = "C1DA A551 B422 7A6F 3FD9 6B3A 467B 7D12 9EA7 3AC9"; } ]; 23412 23412 }; 23413 23413 silvanshade = { 23414 23414 github = "silvanshade"; ··· 23509 23509 github = "siriobalmelli"; 23510 23510 githubId = 23038812; 23511 23511 name = "Sirio Balmelli"; 23512 - keys = [{fingerprint = "B234 EFD4 2B42 FE81 EE4D 7627 F72C 4A88 7F9A 24CA";}]; 23512 + keys = [ { fingerprint = "B234 EFD4 2B42 FE81 EE4D 7627 F72C 4A88 7F9A 24CA"; } ]; 23513 23513 }; 23514 23514 sironheart = { 23515 23515 email = "git@beisenherz.dev"; ··· 23576 23576 email = "steven.keuchel@gmail.com"; 23577 23577 github = "skeuchel"; 23578 23578 githubId = 617130; 23579 - keys = [{fingerprint = "C4F7 46C7 B560 38D8 210F 0288 5877 DEE9 7428 557F";}]; 23579 + keys = [ { fingerprint = "C4F7 46C7 B560 38D8 210F 0288 5877 DEE9 7428 557F"; } ]; 23580 23580 }; 23581 23581 skovati = { 23582 23582 github = "skovati"; ··· 23641 23641 github = "slotThe"; 23642 23642 matrix = "@slot-:matrix.org"; 23643 23643 githubId = 50166980; 23644 - keys = [{fingerprint = "4896 FB6C 9528 46C3 414C 2475 C927 DE8C 7DFD 57B8";}]; 23644 + keys = [ { fingerprint = "4896 FB6C 9528 46C3 414C 2475 C927 DE8C 7DFD 57B8"; } ]; 23645 23645 }; 23646 23646 slwst = { 23647 23647 email = "email@slw.st"; 23648 23648 github = "slwst"; 23649 23649 githubId = 11047377; 23650 23650 name = "slwst"; 23651 - keys = [{fingerprint = "6CEB 4A2F E6DC C345 1B2B 4733 AD52 C5FB 3EFE CC7A";}]; 23651 + keys = [ { fingerprint = "6CEB 4A2F E6DC C345 1B2B 4733 AD52 C5FB 3EFE CC7A"; } ]; 23652 23652 }; 23653 23653 smakarov = { 23654 23654 email = "setser200018@gmail.com"; 23655 23655 github = "SeTSeR"; 23656 23656 githubId = 12733495; 23657 23657 name = "Sergey Makarov"; 23658 - keys = [{fingerprint = "6F8A 18AE 4101 103F 3C54 24B9 6AA2 3A11 93B7 064B";}]; 23658 + keys = [ { fingerprint = "6F8A 18AE 4101 103F 3C54 24B9 6AA2 3A11 93B7 064B"; } ]; 23659 23659 }; 23660 23660 smancill = { 23661 23661 email = "smancill@smancill.dev"; ··· 23668 23668 github = "smaret"; 23669 23669 githubId = 95471; 23670 23670 name = "Sébastien Maret"; 23671 - keys = [{fingerprint = "4242 834C D401 86EF 8281 4093 86E3 0E5A 0F5F C59C";}]; 23671 + keys = [ { fingerprint = "4242 834C D401 86EF 8281 4093 86E3 0E5A 0F5F C59C"; } ]; 23672 23672 }; 23673 23673 smasher164 = { 23674 23674 email = "aindurti@gmail.com"; ··· 23700 23700 email = "mason.bourgeois@gmail.com"; 23701 23701 github = "Smona"; 23702 23702 githubId = 7091399; 23703 - keys = [{fingerprint = "897E 6BE3 0345 B43D CADD 05B7 290F CF08 1AED B3EC";}]; 23703 + keys = [ { fingerprint = "897E 6BE3 0345 B43D CADD 05B7 290F CF08 1AED B3EC"; } ]; 23704 23704 }; 23705 23705 smonson = { 23706 23706 name = "Samuel Monson"; ··· 23803 23803 name = "Soham S Gumaste"; 23804 23804 github = "SohamG"; 23805 23805 githubId = 7116239; 23806 - keys = [{fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442";}]; 23806 + keys = [ { fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442"; } ]; 23807 23807 }; 23808 23808 solson = { 23809 23809 email = "scott@solson.me"; ··· 23874 23874 matrix = "@soywod:matrix.org"; 23875 23875 github = "soywod"; 23876 23876 githubId = 10437171; 23877 - keys = [{fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72";}]; 23877 + keys = [ { fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72"; } ]; 23878 23878 }; 23879 23879 spacedentist = { 23880 23880 email = "sp@cedenti.st"; ··· 23936 23936 email = "bintangadiputrapratama@gmail.com"; 23937 23937 github = "spitulax"; 23938 23938 githubId = 96517350; 23939 - keys = [{fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5";}]; 23939 + keys = [ { fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5"; } ]; 23940 23940 }; 23941 23941 spk = { 23942 23942 email = "laurent@spkdev.net"; ··· 23954 23954 github = "sportshead"; 23955 23955 githubId = 32637656; 23956 23956 name = "sportshead"; 23957 - keys = [{fingerprint = "A6B6 D031 782E BDF7 631A 8E7E A874 DB2C BFD3 CFD0";}]; 23957 + keys = [ { fingerprint = "A6B6 D031 782E BDF7 631A 8E7E A874 DB2C BFD3 CFD0"; } ]; 23958 23958 }; 23959 23959 sprock = { 23960 23960 email = "rmason@mun.ca"; ··· 23985 23985 name = "squat"; 23986 23986 github = "squat"; 23987 23987 githubId = 20484159; 23988 - keys = [{fingerprint = "F246 425A 7650 6F37 0552 BA8D DEA9 C405 09D9 65F5";}]; 23988 + keys = [ { fingerprint = "F246 425A 7650 6F37 0552 BA8D DEA9 C405 09D9 65F5"; } ]; 23989 23989 }; 23990 23990 srghma = { 23991 23991 email = "srghma@gmail.com"; ··· 24030 24030 matrix = "@ruby:isincredibly.gay"; 24031 24031 github = "Sorixelle"; 24032 24032 githubId = 38685302; 24033 - keys = [{fingerprint = "2D76 76C7 A28E 16FC 75C7 268D 1B55 6ED8 4B0E 303A";}]; 24033 + keys = [ { fingerprint = "2D76 76C7 A28E 16FC 75C7 268D 1B55 6ED8 4B0E 303A"; } ]; 24034 24034 }; 24035 24035 Srylax = { 24036 24036 name = "Srylax"; ··· 24079 24079 email = "starcraft66@gmail.com"; 24080 24080 github = "starcraft66"; 24081 24081 githubId = 1858154; 24082 - keys = [{fingerprint = "8597 4506 EC69 5392 0443 0805 9D98 CDAC FF04 FD78";}]; 24082 + keys = [ { fingerprint = "8597 4506 EC69 5392 0443 0805 9D98 CDAC FF04 FD78"; } ]; 24083 24083 }; 24084 24084 stargate01 = { 24085 24085 email = "christoph.honal@web.de"; ··· 24159 24159 matrix = "@steinybot:matrix.org"; 24160 24160 github = "steinybot"; 24161 24161 githubId = 4659562; 24162 - keys = [{fingerprint = "2709 1DEC CC42 4635 4299 569C 21DE 1CAE 5976 2A0F";}]; 24162 + keys = [ { fingerprint = "2709 1DEC CC42 4635 4299 569C 21DE 1CAE 5976 2A0F"; } ]; 24163 24163 }; 24164 24164 stelcodes = { 24165 24165 email = "stel@stel.codes"; ··· 24172 24172 email = "homicide@disroot.org"; 24173 24173 github = "stellessia"; 24174 24174 githubId = 81514356; 24175 - keys = [{fingerprint = "38E8 7F79 AE86 CA98 F8BC 45F8 1060 00A0 5E5B DB90";}]; 24175 + keys = [ { fingerprint = "38E8 7F79 AE86 CA98 F8BC 45F8 1060 00A0 5E5B DB90"; } ]; 24176 24176 }; 24177 24177 stepbrobd = { 24178 24178 name = "Yifei Sun"; ··· 24193 24193 email = "stephen.huan@cgdct.moe"; 24194 24194 github = "stephen-huan"; 24195 24195 githubId = 20411956; 24196 - keys = [{fingerprint = "EA6E 2794 8C7D BF5D 0DF0 85A1 0FBC 2E3B A99D D60E";}]; 24196 + keys = [ { fingerprint = "EA6E 2794 8C7D BF5D 0DF0 85A1 0FBC 2E3B A99D D60E"; } ]; 24197 24197 }; 24198 24198 stephenmw = { 24199 24199 email = "stephen@q5comm.com"; ··· 24223 24223 email = "steven@steshaw.org"; 24224 24224 github = "steshaw"; 24225 24225 githubId = 45735; 24226 - keys = [{fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91";}]; 24226 + keys = [ { fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91"; } ]; 24227 24227 }; 24228 24228 stesie = { 24229 24229 email = "stesie@brokenpipe.de"; ··· 24260 24260 github = "stevestreza"; 24261 24261 githubId = 28552; 24262 24262 name = "Steve Streza"; 24263 - keys = [{fingerprint = "DFED 4E42 34E7 348C 57D4 6568 C4DC 30F8 5ABC 6FA1";}]; 24263 + keys = [ { fingerprint = "DFED 4E42 34E7 348C 57D4 6568 C4DC 30F8 5ABC 6FA1"; } ]; 24264 24264 }; 24265 24265 stianlagstad = { 24266 24266 email = "stianlagstad@gmail.com"; ··· 24279 24279 github = "StillerHarpo"; 24280 24280 githubId = 25526706; 24281 24281 name = "Florian Engel"; 24282 - keys = [{fingerprint = "4E2D9B26940E0DABF376B7AF76762421D45837DE";}]; 24282 + keys = [ { fingerprint = "4E2D9B26940E0DABF376B7AF76762421D45837DE"; } ]; 24283 24283 matrix = "@qe7ftcyrpg:matrix.org"; 24284 24284 }; 24285 24285 stites = { ··· 24342 24342 matrix = "@stv0ge:matrix.org"; 24343 24343 github = "stv0g"; 24344 24344 githubId = 285829; 24345 - keys = [{fingerprint = "09BE 3BAE 8D55 D4CD 8579 285A 9675 EAC3 4897 E6E2";}]; 24345 + keys = [ { fingerprint = "09BE 3BAE 8D55 D4CD 8579 285A 9675 EAC3 4897 E6E2"; } ]; 24346 24346 }; 24347 24347 SubhrajyotiSen = { 24348 24348 email = "subhrajyoti12@gmail.com"; ··· 24354 24354 github = "sudoforge"; 24355 24355 githubId = 3893293; 24356 24356 name = "sudoforge"; 24357 - keys = [{fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A";}]; 24357 + keys = [ { fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A"; } ]; 24358 24358 }; 24359 24359 sudosubin = { 24360 24360 email = "sudosubin@gmail.com"; ··· 24612 24612 github = "t4ccer"; 24613 24613 githubId = 64430288; 24614 24614 name = "Tomasz Maciosowski"; 24615 - keys = [{fingerprint = "6866 981C 4992 4D64 D154 E1AC 19E5 A2D8 B1E4 3F19";}]; 24615 + keys = [ { fingerprint = "6866 981C 4992 4D64 D154 E1AC 19E5 A2D8 B1E4 3F19"; } ]; 24616 24616 }; 24617 24617 t4sm5n = { 24618 24618 email = "t4sm5n@gmail.com"; ··· 24661 24661 github = "taikx4"; 24662 24662 githubId = 94917129; 24663 24663 name = "taikx4"; 24664 - keys = [{fingerprint = "6B02 8103 C4E5 F68C D77C 9E54 CCD5 2C7B 37BB 837E";}]; 24664 + keys = [ { fingerprint = "6B02 8103 C4E5 F68C D77C 9E54 CCD5 2C7B 37BB 837E"; } ]; 24665 24665 }; 24666 24666 tailhook = { 24667 24667 email = "paul@colomiets.name"; ··· 24808 24808 github = "tbaldwin-dev"; 24809 24809 githubId = 220447215; 24810 24810 name = "Trent Baldwin"; 24811 - keys = [{fingerprint = "930C 3A61 F911 1296 7DA5 56D1 665A 9E2A FCDD 68AA";}]; 24811 + keys = [ { fingerprint = "930C 3A61 F911 1296 7DA5 56D1 665A 9E2A FCDD 68AA"; } ]; 24812 24812 }; 24813 24813 tbenst = { 24814 24814 email = "nix@tylerbenster.com"; ··· 24855 24855 email = "contact@tchekda.fr"; 24856 24856 github = "Tchekda"; 24857 24857 githubId = 23559888; 24858 - keys = [{fingerprint = "44CE A8DD 3B31 49CD 6246 9D8F D0A0 07ED A4EA DA0F";}]; 24858 + keys = [ { fingerprint = "44CE A8DD 3B31 49CD 6246 9D8F D0A0 07ED A4EA DA0F"; } ]; 24859 24859 name = "David Tchekachev"; 24860 24860 }; 24861 24861 tcheronneau = { ··· 24934 24934 matrix = "@tejing:matrix.org"; 24935 24935 github = "tejing1"; 24936 24936 githubId = 5663576; 24937 - keys = [{fingerprint = "6F0F D43B 80E5 583E 60FC 51DC 4936 D067 EB12 AB32";}]; 24937 + keys = [ { fingerprint = "6F0F D43B 80E5 583E 60FC 51DC 4936 D067 EB12 AB32"; } ]; 24938 24938 }; 24939 24939 telotortium = { 24940 24940 email = "rirelan@gmail.com"; ··· 24996 24996 email = "terry@terryg.org"; 24997 24997 github = "TerryGarcia"; 24998 24998 githubId = 159372832; 24999 - keys = [{fingerprint = "6F54 C08C 37C8 EC78 15FA 0D01 A721 8CBA 2D80 15C3";}]; 24999 + keys = [ { fingerprint = "6F54 C08C 37C8 EC78 15FA 0D01 A721 8CBA 2D80 15C3"; } ]; 25000 25000 }; 25001 25001 Tert0 = { 25002 25002 name = "Tert0"; 25003 25003 github = "Tert0"; 25004 25004 githubId = 62036464; 25005 25005 email = "tert0byte@gmail.com"; 25006 - keys = [{fingerprint = "F899 D3B5 00BF 98AE 9097 F616 7069 D89F 9E5C 97ED";}]; 25006 + keys = [ { fingerprint = "F899 D3B5 00BF 98AE 9097 F616 7069 D89F 9E5C 97ED"; } ]; 25007 25007 }; 25008 25008 tesq0 = { 25009 25009 email = "mikolaj.galkowski@gmail.com"; ··· 25027 25027 email = "anton@tetov.se"; 25028 25028 github = "tetov"; 25029 25029 githubId = 14882117; 25030 - keys = [{fingerprint = "2B4D 0035 AFF0 F7DA CE5B 29D7 337D DB57 4A88 34DB";}]; 25030 + keys = [ { fingerprint = "2B4D 0035 AFF0 F7DA CE5B 29D7 337D DB57 4A88 34DB"; } ]; 25031 25031 name = "Anton Tetov"; 25032 25032 }; 25033 25033 teutat3s = { ··· 25036 25036 github = "teutat3s"; 25037 25037 githubId = 10206665; 25038 25038 name = "teutat3s"; 25039 - keys = [{fingerprint = "81A1 1C61 F413 8C84 9139 A4FA 18DA E600 A6BB E705";}]; 25039 + keys = [ { fingerprint = "81A1 1C61 F413 8C84 9139 A4FA 18DA E600 A6BB E705"; } ]; 25040 25040 }; 25041 25041 tex = { 25042 25042 email = "milan.svoboda@centrum.cz"; ··· 25122 25122 matrix = "@thbltp:matrix.org"; 25123 25123 github = "thblt"; 25124 25124 githubId = 2453136; 25125 - keys = [{fingerprint = "D2A2 F0A1 E7A8 5E6F B711 DEE5 63A4 4817 A52E AB7B";}]; 25125 + keys = [ { fingerprint = "D2A2 F0A1 E7A8 5E6F B711 DEE5 63A4 4817 A52E AB7B"; } ]; 25126 25126 }; 25127 25127 the-argus = { 25128 25128 email = "i.mcfarlane2002@gmail.com"; ··· 25136 25136 email = "dev@theaninova.de"; 25137 25137 github = "Theaninova"; 25138 25138 githubId = 19289296; 25139 - keys = [{fingerprint = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA";}]; 25139 + keys = [ { fingerprint = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA"; } ]; 25140 25140 }; 25141 25141 TheBrainScrambler = { 25142 25142 email = "esthromeris@riseup.net"; ··· 25150 25150 matrix = "@capypara:matrix.org"; 25151 25151 github = "theCapypara"; 25152 25152 githubId = 3512122; 25153 - keys = [{fingerprint = "5F29 132D EFA8 5DA0 B598 5BF2 5941 754C 1CDE 33BB";}]; 25153 + keys = [ { fingerprint = "5F29 132D EFA8 5DA0 B598 5BF2 5941 754C 1CDE 33BB"; } ]; 25154 25154 }; 25155 25155 TheColorman = { 25156 25156 name = "colorman"; 25157 25157 email = "nixpkgs@colorman.me"; 25158 25158 github = "TheColorman"; 25159 25159 githubId = 18369995; 25160 - keys = [{fingerprint = "3D8C A43C FBA2 5D28 0196 19F0 AB11 0475 B417 291D";}]; 25160 + keys = [ { fingerprint = "3D8C A43C FBA2 5D28 0196 19F0 AB11 0475 B417 291D"; } ]; 25161 25161 }; 25162 25162 thedavidmeister = { 25163 25163 email = "thedavidmeister@gmail.com"; ··· 25195 25195 email = "anisimovkosta19@gmail.com"; 25196 25196 github = "TheKostins"; 25197 25197 githubId = 39405421; 25198 - keys = [{fingerprint = "B216 7B33 E248 097F D82A 991D C94D 589A 4D0D CDD2";}]; 25198 + keys = [ { fingerprint = "B216 7B33 E248 097F D82A 991D C94D 589A 4D0D CDD2"; } ]; 25199 25199 }; 25200 25200 thelegy = { 25201 25201 email = "mail+nixos@0jb.de"; ··· 25232 25232 email = "theo1.bori@epitech.eu"; 25233 25233 github = "theobori"; 25234 25234 githubId = 71843723; 25235 - keys = [{fingerprint = "EEFB CC3A C529 CFD1 943D A75C BDD5 7BE9 9D55 5965";}]; 25235 + keys = [ { fingerprint = "EEFB CC3A C529 CFD1 943D A75C BDD5 7BE9 9D55 5965"; } ]; 25236 25236 }; 25237 25237 theonlymrcat = { 25238 25238 name = "Max Guppy"; ··· 25251 25251 email = "tpzker@thepuzzlemaker.info"; 25252 25252 github = "ThePuzzlemaker"; 25253 25253 githubId = 12666617; 25254 - keys = [{fingerprint = "7095 C20A 9224 3DB6 5177 07B0 968C D9D7 1C9F BB6C";}]; 25254 + keys = [ { fingerprint = "7095 C20A 9224 3DB6 5177 07B0 968C D9D7 1C9F BB6C"; } ]; 25255 25255 }; 25256 25256 therealansh = { 25257 25257 email = "tyagiansh23@gmail.com"; ··· 25270 25270 github = "rouven0"; 25271 25271 githubId = 72568063; 25272 25272 name = "Rouven Seifert"; 25273 - keys = [{fingerprint = "1169 87A8 DD3F 78FF 8601 BF4D B95E 8FE6 B11C 4D09";}]; 25273 + keys = [ { fingerprint = "1169 87A8 DD3F 78FF 8601 BF4D B95E 8FE6 B11C 4D09"; } ]; 25274 25274 }; 25275 25275 theredstonedev = { 25276 25276 email = "theredstonedev@devellight.space"; ··· 25295 25295 email = "me@thesola.io"; 25296 25296 github = "Thesola10"; 25297 25297 githubId = 7287268; 25298 - keys = [{fingerprint = "1D05 13A6 1AC4 0D8D C6D6 5F2C 8924 5619 BEBB 95BA";}]; 25298 + keys = [ { fingerprint = "1D05 13A6 1AC4 0D8D C6D6 5F2C 8924 5619 BEBB 95BA"; } ]; 25299 25299 name = "Karim Vergnes"; 25300 25300 }; 25301 25301 thetallestjj = { ··· 25322 25322 githubId = 875885; 25323 25323 name = "Konstantin Bogdanov"; 25324 25324 keys = [ 25325 - {fingerprint = "3221 7A73 EB95 0E9E E550 36A3 DB39 9448 D9FE 52F1";} 25325 + { fingerprint = "3221 7A73 EB95 0E9E E550 36A3 DB39 9448 D9FE 52F1"; } 25326 25326 ]; 25327 25327 }; 25328 25328 theverygaming = { ··· 25469 25469 github = "Thunderbottom"; 25470 25470 githubId = 11243138; 25471 25471 name = "Chinmay D. Pai"; 25472 - keys = [{fingerprint = "7F3E EEAA EE66 93CC 8782 042A 7550 7BE2 56F4 0CED";}]; 25472 + keys = [ { fingerprint = "7F3E EEAA EE66 93CC 8782 042A 7550 7BE2 56F4 0CED"; } ]; 25473 25473 }; 25474 25474 thyol = { 25475 25475 name = "thyol"; ··· 25600 25600 github = "titaniumtown"; 25601 25601 githubId = 11786225; 25602 25602 matrix = "@titaniumtown:envs.net"; 25603 - keys = [{fingerprint = "D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D";}]; 25603 + keys = [ { fingerprint = "D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D"; } ]; 25604 25604 }; 25605 25605 tjkeller = { 25606 25606 email = "tjk@tjkeller.xyz"; ··· 25614 25614 name = "Theodore Ni"; 25615 25615 github = "tjni"; 25616 25616 githubId = 3806110; 25617 - keys = [{fingerprint = "4384 B8E1 299F C028 1641 7B8F EC30 EFBE FA7E 84A4";}]; 25617 + keys = [ { fingerprint = "4384 B8E1 299F C028 1641 7B8F EC30 EFBE FA7E 84A4"; } ]; 25618 25618 }; 25619 25619 tkerber = { 25620 25620 email = "tk@drwx.org"; 25621 25621 github = "tkerber"; 25622 25622 githubId = 5722198; 25623 25623 name = "Thomas Kerber"; 25624 - keys = [{fingerprint = "556A 403F B0A2 D423 F656 3424 8489 B911 F9ED 617B";}]; 25624 + keys = [ { fingerprint = "556A 403F B0A2 D423 F656 3424 8489 B911 F9ED 617B"; } ]; 25625 25625 }; 25626 25626 tljuniper = { 25627 25627 email = "tljuniper1@gmail.com"; ··· 25690 25690 github = "toastal"; 25691 25691 githubId = 561087; 25692 25692 name = "toastal"; 25693 - keys = [{fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E";}]; 25693 + keys = [ { fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E"; } ]; 25694 25694 }; 25695 25695 toasteruwu = { 25696 25696 email = "Aki@ToasterUwU.com"; ··· 25739 25739 githubId = 62384384; 25740 25740 matrix = "@tomasajt:matrix.org"; 25741 25741 name = "TomaSajt"; 25742 - keys = [{fingerprint = "8CA9 8016 F44D B717 5B44 6032 F011 163C 0501 22A1";}]; 25742 + keys = [ { fingerprint = "8CA9 8016 F44D B717 5B44 6032 F011 163C 0501 22A1"; } ]; 25743 25743 }; 25744 25744 tomaskala = { 25745 25745 email = "public+nixpkgs@tomaskala.com"; ··· 25794 25794 github = "tomodachi94"; 25795 25795 githubId = 68489118; 25796 25796 name = "Tomodachi94"; 25797 - keys = [{fingerprint = "B208 D6E5 B8ED F47D 5687 627B 2E27 5F21 C4D5 54A3";}]; 25797 + keys = [ { fingerprint = "B208 D6E5 B8ED F47D 5687 627B 2E27 5F21 C4D5 54A3"; } ]; 25798 25798 }; 25799 25799 tomsiewert = { 25800 25800 email = "tom@siewert.io"; ··· 26091 26091 github = "tuxinaut"; 26092 26092 githubId = 722482; 26093 26093 name = "Denny Schäfer"; 26094 - keys = [{fingerprint = "C752 0E49 4D92 1740 D263 C467 B057 455D 1E56 7270";}]; 26094 + keys = [ { fingerprint = "C752 0E49 4D92 1740 D263 C467 B057 455D 1E56 7270"; } ]; 26095 26095 }; 26096 26096 tuxy = { 26097 26097 email = "lastpass7565@gmail.com"; ··· 26151 26151 email = "twhitehead@gmail.com"; 26152 26152 github = "twhitehead"; 26153 26153 githubId = 787843; 26154 - keys = [{fingerprint = "E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802";}]; 26154 + keys = [ { fingerprint = "E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802"; } ]; 26155 26155 }; 26156 26156 twitchy0 = { 26157 26157 email = "code@nitinpassa.com"; ··· 26164 26164 email = "tom@bibbu.net"; 26165 26165 github = "twz123"; 26166 26166 githubId = 1215104; 26167 - keys = [{fingerprint = "B1FD 4E2A 84B2 2379 F4BF 2EF5 FE33 A228 2371 E831";}]; 26167 + keys = [ { fingerprint = "B1FD 4E2A 84B2 2379 F4BF 2EF5 FE33 A228 2371 E831"; } ]; 26168 26168 }; 26169 26169 tyberius-prime = { 26170 26170 name = "Tyberius Prime"; ··· 26181 26181 name = "Tygo van den Hurk"; 26182 26182 github = "Tygo-van-den-Hurk"; 26183 26183 githubId = 91738110; 26184 - keys = [{fingerprint = "1AAE 628A 2D49 0597 17AE A7F8 7CA2 CBB2 7505 8A44";}]; 26184 + keys = [ { fingerprint = "1AAE 628A 2D49 0597 17AE A7F8 7CA2 CBB2 7505 8A44"; } ]; 26185 26185 }; 26186 26186 tylerjl = { 26187 26187 email = "tyler+nixpkgs@langlois.to"; ··· 26256 26256 github = "ulinja"; 26257 26257 githubId = 56582668; 26258 26258 name = "Julian Lobbes"; 26259 - keys = [{fingerprint = "24D9 B20A 65C2 DFB9 8E6A 754C 8EC4 6A5E 6743 3524";}]; 26259 + keys = [ { fingerprint = "24D9 B20A 65C2 DFB9 8E6A 754C 8EC4 6A5E 6743 3524"; } ]; 26260 26260 }; 26261 26261 ulrikstrid = { 26262 26262 email = "ulrik.strid@outlook.com"; ··· 26288 26288 matrix = "@unhidden0174:matrix.org"; 26289 26289 github = "unclamped"; 26290 26290 githubId = 104658278; 26291 - keys = [{fingerprint = "57A2 CC43 3068 CB62 89C1 F1DA 9137 BB2E 77AD DE7E";}]; 26291 + keys = [ { fingerprint = "57A2 CC43 3068 CB62 89C1 F1DA 9137 BB2E 77AD DE7E"; } ]; 26292 26292 }; 26293 26293 unclechu = { 26294 26294 name = "Viacheslav Lotsmanov"; 26295 26295 email = "lotsmanov89@gmail.com"; 26296 26296 github = "unclechu"; 26297 26297 githubId = 799353; 26298 - keys = [{fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335";}]; 26298 + keys = [ { fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335"; } ]; 26299 26299 }; 26300 26300 undefined-landmark = { 26301 26301 name = "bas"; ··· 26308 26308 email = "i@undefined.moe"; 26309 26309 github = "undefined-moe"; 26310 26310 githubId = 29992205; 26311 - keys = [{fingerprint = "6684 4E7D D213 C75D 8828 6215 C714 A58B 6C1E 0F52";}]; 26311 + keys = [ { fingerprint = "6684 4E7D D213 C75D 8828 6215 C714 A58B 6C1E 0F52"; } ]; 26312 26312 }; 26313 26313 ungeskriptet = { 26314 26314 name = "David Wronek"; ··· 26321 26321 github = "unhammer"; 26322 26322 githubId = 56868; 26323 26323 name = "Kevin Brubeck Unhammer"; 26324 - keys = [{fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C";}]; 26324 + keys = [ { fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C"; } ]; 26325 26325 }; 26326 26326 uniquepointer = { 26327 26327 email = "uniquepointer@mailbox.org"; ··· 26359 26359 matrix = "@urandom0:matrix.org"; 26360 26360 github = "urandom2"; 26361 26361 githubId = 2526260; 26362 - keys = [{fingerprint = "04A3 A2C6 0042 784A AEA7 D051 0447 A663 F7F3 E236";}]; 26362 + keys = [ { fingerprint = "04A3 A2C6 0042 784A AEA7 D051 0447 A663 F7F3 E236"; } ]; 26363 26363 name = "Colin Arnott"; 26364 26364 }; 26365 26365 urbas = { ··· 26391 26391 email = "code@usertam.dev"; 26392 26392 github = "usertam"; 26393 26393 githubId = 22500027; 26394 - keys = [{fingerprint = "EC4E E490 3C82 3698 2CAB D206 2D87 60B0 229E 2560";}]; 26394 + keys = [ { fingerprint = "EC4E E490 3C82 3698 2CAB D206 2D87 60B0 229E 2560"; } ]; 26395 26395 }; 26396 26396 uskudnik = { 26397 26397 email = "urban.skudnik@gmail.com"; ··· 26513 26513 github = "VergeDX"; 26514 26514 githubId = 25173827; 26515 26515 name = "Vanilla"; 26516 - keys = [{fingerprint = "2649 340C C909 F821 D251 6714 3750 028E D04F A42E";}]; 26516 + keys = [ { fingerprint = "2649 340C C909 F821 D251 6714 3750 028E D04F A42E"; } ]; 26517 26517 }; 26518 26518 vanschelven = { 26519 26519 email = "klaas@vanschelven.com"; ··· 26576 26576 matrix = "@vcunat:matrix.org"; 26577 26577 github = "vcunat"; 26578 26578 githubId = 1785925; 26579 - keys = [{fingerprint = "B600 6460 B60A 80E7 8206 2449 E747 DF1F 9575 A3AA";}]; 26579 + keys = [ { fingerprint = "B600 6460 B60A 80E7 8206 2449 E747 DF1F 9575 A3AA"; } ]; 26580 26580 }; 26581 26581 vdemeester = { 26582 26582 email = "vincent@sbr.pm"; ··· 26601 26601 email = "mail@vincent-haupert.de"; 26602 26602 github = "veehaitch"; 26603 26603 githubId = 15069839; 26604 - keys = [{fingerprint = "4D23 ECDF 880D CADF 5ECA 4458 874B D6F9 16FA A742";}]; 26604 + keys = [ { fingerprint = "4D23 ECDF 880D CADF 5ECA 4458 874B D6F9 16FA A742"; } ]; 26605 26605 }; 26606 26606 vel = { 26607 26607 email = "llathasa@outlook.com"; ··· 26644 26644 email = "me@skye.vg"; 26645 26645 github = "vgskye"; 26646 26646 githubId = 116078858; 26647 - keys = [{fingerprint = "CDEA 7E04 69E3 0885 A754 4B05 0104 BC05 F41B 77B8";}]; 26647 + keys = [ { fingerprint = "CDEA 7E04 69E3 0885 A754 4B05 0104 BC05 F41B 77B8"; } ]; 26648 26648 }; 26649 26649 victormeriqui = { 26650 26650 name = "Victor Meriqui"; ··· 26681 26681 github = "vikanezrimaya"; 26682 26682 githubId = 7953163; 26683 26683 name = "Vika Shleina"; 26684 - keys = [{fingerprint = "5814 50EB 6E17 E715 7C63 E7F1 9879 8C3C 4D68 8D6D";}]; 26684 + keys = [ { fingerprint = "5814 50EB 6E17 E715 7C63 E7F1 9879 8C3C 4D68 8D6D"; } ]; 26685 26685 }; 26686 26686 viktornordling = { 26687 26687 email = "antique_paler_0i@icloud.com"; ··· 26706 26706 github = "vincentbernat"; 26707 26707 githubId = 631446; 26708 26708 name = "Vincent Bernat"; 26709 - keys = [{fingerprint = "AEF2 3487 66F3 71C6 89A7 3600 95A4 2FE8 3535 25F9";}]; 26709 + keys = [ { fingerprint = "AEF2 3487 66F3 71C6 89A7 3600 95A4 2FE8 3535 25F9"; } ]; 26710 26710 }; 26711 26711 vinetos = { 26712 26712 name = "vinetos"; ··· 26773 26773 github = "ViZiD"; 26774 26774 githubId = 7444430; 26775 26775 name = "Radik Islamov"; 26776 - keys = [{fingerprint = "5779 01B8 C620 E064 4212 C6FC F396 46E8 0C71 08E7";}]; 26776 + keys = [ { fingerprint = "5779 01B8 C620 E064 4212 C6FC F396 46E8 0C71 08E7"; } ]; 26777 26777 }; 26778 26778 vji = { 26779 26779 email = "mail@viktor.im"; ··· 26822 26822 github = "vncsb"; 26823 26823 githubId = 19562240; 26824 26824 name = "Vinicius Bernardino"; 26825 - keys = [{fingerprint = "F0D3 920C 722A 541F 0CCD 66E3 A7BA BA05 3D78 E7CA";}]; 26825 + keys = [ { fingerprint = "F0D3 920C 722A 541F 0CCD 66E3 A7BA BA05 3D78 E7CA"; } ]; 26826 26826 }; 26827 26827 vnpower = { 26828 26828 email = "vnpower@loang.net"; ··· 26835 26835 github = "vog"; 26836 26836 githubId = 412749; 26837 26837 name = "Volker Diels-Grabsch"; 26838 - keys = [{fingerprint = "A7E6 9C4F 69DC 5D6C FC84 EE34 A29F BD51 5F89 90AF";}]; 26838 + keys = [ { fingerprint = "A7E6 9C4F 69DC 5D6C FC84 EE34 A29F BD51 5F89 90AF"; } ]; 26839 26839 }; 26840 26840 voidless = { 26841 26841 email = "julius.schmitt@yahoo.de"; ··· 26884 26884 name = "Dmitry Voronin"; 26885 26885 github = "voronind-com"; 26886 26886 githubId = 22127600; 26887 - keys = [{fingerprint = "3241 FDAD 82A7 E22D 4279 F405 913F 3267 9278 2E1C";}]; 26887 + keys = [ { fingerprint = "3241 FDAD 82A7 E22D 4279 F405 913F 3267 9278 2E1C"; } ]; 26888 26888 }; 26889 26889 votava = { 26890 26890 email = "votava@gmail.com"; ··· 26987 26987 email = "wackbyte@pm.me"; 26988 26988 github = "wackbyte"; 26989 26989 githubId = 29505620; 26990 - keys = [{fingerprint = "E595 7FE4 FEF6 714B 1AD3 1483 937F 2AE5 CCEF BF59";}]; 26990 + keys = [ { fingerprint = "E595 7FE4 FEF6 714B 1AD3 1483 937F 2AE5 CCEF BF59"; } ]; 26991 26991 }; 26992 26992 waelwindows = { 26993 26993 email = "waelwindows9922@gmail.com"; ··· 27000 27000 email = "williamvphan@yahoo.fr"; 27001 27001 github = "wahtique"; 27002 27002 githubId = 55251330; 27003 - keys = [{fingerprint = "9262 E3A7 D129 C4DD A7C1 26CE 370D D9BE 9121 F0B3";}]; 27003 + keys = [ { fingerprint = "9262 E3A7 D129 C4DD A7C1 26CE 370D D9BE 9121 F0B3"; } ]; 27004 27004 }; 27005 27005 waiting-for-dev = { 27006 27006 email = "marc@lamarciana.com"; ··· 27013 27013 email = "sheng@a64.work"; 27014 27014 github = "wakira"; 27015 27015 githubId = 2338339; 27016 - keys = [{fingerprint = "47F7 009E 3AE3 1DA7 988E 12E1 8C9B 0A8F C0C0 D862";}]; 27016 + keys = [ { fingerprint = "47F7 009E 3AE3 1DA7 988E 12E1 8C9B 0A8F C0C0 D862"; } ]; 27017 27017 }; 27018 27018 wamirez = { 27019 27019 email = "wamirez@protonmail.com"; ··· 27076 27076 matrix = "@weathercold:matrix.org"; 27077 27077 github = "Weathercold"; 27078 27078 githubId = 49368953; 27079 - keys = [{fingerprint = "D20F C904 A145 8B28 53D8 FBA0 0422 0096 01E4 87FC";}]; 27079 + keys = [ { fingerprint = "D20F C904 A145 8B28 53D8 FBA0 0422 0096 01E4 87FC"; } ]; 27080 27080 }; 27081 27081 WeetHet = { 27082 27082 name = "WeetHet"; ··· 27107 27107 github = "welteki"; 27108 27108 githubId = 16267532; 27109 27109 name = "Han Verstraete"; 27110 - keys = [{fingerprint = "2145 955E 3F5E 0C95 3458 41B5 11F7 BAEA 8567 43FF";}]; 27110 + keys = [ { fingerprint = "2145 955E 3F5E 0C95 3458 41B5 11F7 BAEA 8567 43FF"; } ]; 27111 27111 }; 27112 27112 wenjinnn = { 27113 27113 name = "wenjin"; ··· 27144 27144 email = "wgn@wesnel.dev"; 27145 27145 github = "wesnel"; 27146 27146 githubId = 43357387; 27147 - keys = [{fingerprint = "F844 80B2 0CA9 D6CC C7F5 2479 A776 D2AD 099E 8BC0";}]; 27147 + keys = [ { fingerprint = "F844 80B2 0CA9 D6CC C7F5 2479 A776 D2AD 099E 8BC0"; } ]; 27148 27148 }; 27149 27149 wexder = { 27150 27150 email = "wexder19@gmail.com"; ··· 27181 27181 github = "WhiteBlackGoose"; 27182 27182 githubId = 31178401; 27183 27183 name = "WhiteBlackGoose"; 27184 - keys = [{fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB";}]; 27184 + keys = [ { fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB"; } ]; 27185 27185 }; 27186 27186 whiteley = { 27187 27187 email = "mattwhiteley@gmail.com"; ··· 27230 27230 email = "sebastian@wild-siena.com"; 27231 27231 github = "wildsebastian"; 27232 27232 githubId = 1215623; 27233 - keys = [{fingerprint = "DA03 D6C6 3F58 E796 AD26 E99B 366A 2940 479A 06FC";}]; 27233 + keys = [ { fingerprint = "DA03 D6C6 3F58 E796 AD26 E99B 366A 2940 479A 06FC"; } ]; 27234 27234 }; 27235 27235 wilhelmines = { 27236 27236 email = "mail@aesz.org"; ··· 27268 27268 github = "spaghetus"; 27269 27269 githubId = 28763739; 27270 27270 name = "Willow Carlson-Huber"; 27271 - keys = [{fingerprint = "FE21E0981CDFD50ADD086423C21A693BA4693A60";}]; 27271 + keys = [ { fingerprint = "FE21E0981CDFD50ADD086423C21A693BA4693A60"; } ]; 27272 27272 }; 27273 27273 willswats = { 27274 27274 email = "williamstuwatson@gmail.com"; ··· 27316 27316 email = "jade@witchof.space"; 27317 27317 github = "witchof0x20"; 27318 27318 githubId = 36118348; 27319 - keys = [{fingerprint = "69C9 876B 5797 1B2E 11C5 7C39 80A1 F76F C9F9 54AE";}]; 27319 + keys = [ { fingerprint = "69C9 876B 5797 1B2E 11C5 7C39 80A1 F76F C9F9 54AE"; } ]; 27320 27320 }; 27321 27321 wizardlink = { 27322 27322 name = "wizardlink"; ··· 27388 27388 email = "walther@technowledgy.de"; 27389 27389 github = "wolfgangwalther"; 27390 27390 githubId = 9132420; 27391 - keys = [{fingerprint = "F943 A0BC 720C 5BEF 73CD E02D B398 93FA 5F65 CAE1";}]; 27391 + keys = [ { fingerprint = "F943 A0BC 720C 5BEF 73CD E02D B398 93FA 5F65 CAE1"; } ]; 27392 27392 }; 27393 27393 womeier = { 27394 27394 name = "Wolfgang Meier"; ··· 27407 27407 github = "workflow"; 27408 27408 githubId = 1276854; 27409 27409 name = "Florian Peter"; 27410 - keys = [{fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16";}]; 27410 + keys = [ { fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16"; } ]; 27411 27411 }; 27412 27412 worldofpeace = { 27413 27413 email = "worldofpeace@protonmail.ch"; ··· 27451 27451 github = "wrbbz"; 27452 27452 githubId = 14261606; 27453 27453 keys = [ 27454 - {fingerprint = "3724 B33B 0B85 F067 814C DA30 FC77 0786 0149 E41E";} 27455 - {fingerprint = "A18D 996A D48C 10E8 B985 A219 B43D 995D 2501 1DFA";} 27456 - {fingerprint = "34DB 8D31 F782 2B61 FF06 9503 8B5C 43DC 9105 2999";} 27454 + { fingerprint = "3724 B33B 0B85 F067 814C DA30 FC77 0786 0149 E41E"; } 27455 + { fingerprint = "A18D 996A D48C 10E8 B985 A219 B43D 995D 2501 1DFA"; } 27456 + { fingerprint = "34DB 8D31 F782 2B61 FF06 9503 8B5C 43DC 9105 2999"; } 27457 27457 ]; 27458 27458 }; 27459 27459 wrmilling = { ··· 27461 27461 email = "Winston@Milli.ng"; 27462 27462 github = "wrmilling"; 27463 27463 githubId = 6162814; 27464 - keys = [{fingerprint = "21E1 6B8D 2EE8 7530 6A6C 9968 D830 77B9 9F8C 6643";}]; 27464 + keys = [ { fingerprint = "21E1 6B8D 2EE8 7530 6A6C 9968 D830 77B9 9F8C 6643"; } ]; 27465 27465 }; 27466 27466 wrvsrx = { 27467 27467 name = "wrvsrx"; ··· 27590 27590 github = "xddxdd"; 27591 27591 githubId = 5778879; 27592 27592 keys = [ 27593 - {fingerprint = "2306 7C13 B6AE BDD7 C0BB 5673 27F3 1700 E751 EC22";} 27594 - {fingerprint = "B195 E8FB 873E 6020 DCD1 C0C6 B50E C319 385F CB0D";} 27593 + { fingerprint = "2306 7C13 B6AE BDD7 C0BB 5673 27F3 1700 E751 EC22"; } 27594 + { fingerprint = "B195 E8FB 873E 6020 DCD1 C0C6 B50E C319 385F CB0D"; } 27595 27595 ]; 27596 27596 name = "Yuhui Xu"; 27597 27597 }; ··· 27640 27640 xgwq = { 27641 27641 name = "XGWQ"; 27642 27642 email = "nixos.xgwq@xnee.net"; 27643 - keys = [{fingerprint = "6489 9EF2 A256 5C04 7426 686C 8337 A748 74EB E129";}]; 27643 + keys = [ { fingerprint = "6489 9EF2 A256 5C04 7426 686C 8337 A748 74EB E129"; } ]; 27644 27644 matrix = "@xgwq:nerdberg.de"; 27645 27645 github = "peterablehmann"; 27646 27646 githubId = 36541313; ··· 27828 27828 github = "yavko"; 27829 27829 githubId = 15178513; 27830 27830 keys = [ 27831 - {fingerprint = "DC05 7015 ECD7 E68A 6426 EFD8 F07D 19A3 2407 F857";} 27832 - {fingerprint = "2874 581F F832 C9E9 AEC6 8D84 E57B F27C 8BB0 80B0";} 27831 + { fingerprint = "DC05 7015 ECD7 E68A 6426 EFD8 F07D 19A3 2407 F857"; } 27832 + { fingerprint = "2874 581F F832 C9E9 AEC6 8D84 E57B F27C 8BB0 80B0"; } 27833 27833 ]; 27834 27834 }; 27835 27835 yayayayaka = { ··· 27850 27850 email = "ydlr@ydlr.io"; 27851 27851 github = "ydlr"; 27852 27852 githubId = 58453832; 27853 - keys = [{fingerprint = "FD0A C425 9EF5 4084 F99F 9B47 2ACC 9749 7C68 FAD4";}]; 27853 + keys = [ { fingerprint = "FD0A C425 9EF5 4084 F99F 9B47 2ACC 9749 7C68 FAD4"; } ]; 27854 27854 }; 27855 27855 yechielw = { 27856 27856 name = "yechielw"; ··· 27941 27941 name = "Yurii Matsiuk"; 27942 27942 github = "ymatsiuk"; 27943 27943 githubId = 24990891; 27944 - keys = [{fingerprint = "7BB8 84B5 74DA FDB1 E194 ED21 6130 2290 2986 01AA";}]; 27944 + keys = [ { fingerprint = "7BB8 84B5 74DA FDB1 E194 ED21 6130 2290 2986 01AA"; } ]; 27945 27945 }; 27946 27946 ymeister = { 27947 27947 name = "Yuri Meister"; ··· 27977 27977 githubId = 38936915; 27978 27978 name = "Yogansh Sharma"; 27979 27979 keys = [ 27980 - {fingerprint = "D2A8 A906 ACA7 B6D6 575E 9A2F 3A49 5054 6EA6 9E5C";} 27980 + { fingerprint = "D2A8 A906 ACA7 B6D6 575E 9A2F 3A49 5054 6EA6 9E5C"; } 27981 27981 ]; 27982 27982 }; 27983 27983 yomaq = { ··· 28017 28017 email = "youwenw@gmail.com"; 28018 28018 github = "youwen5"; 28019 28019 githubId = 38934577; 28020 - keys = [{fingerprint = "8F5E 6C1A F909 76CA 7102 917A 8656 58ED 1FE6 1EC3";}]; 28020 + keys = [ { fingerprint = "8F5E 6C1A F909 76CA 7102 917A 8656 58ED 1FE6 1EC3"; } ]; 28021 28021 }; 28022 28022 yrashk = { 28023 28023 email = "yrashk@gmail.com"; ··· 28055 28055 github = "Yumasi"; 28056 28056 githubId = 24368641; 28057 28057 name = "Guillaume Pagnoux"; 28058 - keys = [{fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C";}]; 28058 + keys = [ { fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C"; } ]; 28059 28059 }; 28060 28060 yunfachi = { 28061 28061 email = "yunfachi@gmail.com"; ··· 28098 28098 github = "yusdacra"; 28099 28099 githubId = 19897088; 28100 28100 name = "Yusuf Bera Ertan"; 28101 - keys = [{fingerprint = "9270 66BD 8125 A45B 4AC4 0326 6180 7181 F60E FCB2";}]; 28101 + keys = [ { fingerprint = "9270 66BD 8125 A45B 4AC4 0326 6180 7181 F60E FCB2"; } ]; 28102 28102 }; 28103 28103 yusuf-duran = { 28104 28104 github = "yusuf-duran"; ··· 28111 28111 github = "yuuyins"; 28112 28112 githubId = 86538850; 28113 28113 name = "Yuu Yin"; 28114 - keys = [{fingerprint = "9F19 3AE8 AA25 647F FC31 46B5 416F 303B 43C2 0AC3";}]; 28114 + keys = [ { fingerprint = "9F19 3AE8 AA25 647F FC31 46B5 416F 303B 43C2 0AC3"; } ]; 28115 28115 }; 28116 28116 yvan-sraka = { 28117 28117 email = "yvan@sraka.xyz"; 28118 28118 github = "yvan-sraka"; 28119 28119 githubId = 705213; 28120 - keys = [{fingerprint = "FE9A 953C 97E4 54FE 6598 BFDD A4FB 3EAA 6F45 2379";}]; 28120 + keys = [ { fingerprint = "FE9A 953C 97E4 54FE 6598 BFDD A4FB 3EAA 6F45 2379"; } ]; 28121 28121 matrix = "@/yvan:matrix.org"; 28122 28122 name = "Yvan Sraka"; 28123 28123 }; ··· 28138 28138 github = "yzx9"; 28139 28139 githubId = 41458459; 28140 28140 name = "Zexin Yuan"; 28141 - keys = [{fingerprint = "FE16 B281 90EF 6C3F F661 6441 C2DD 1916 FE47 1BE2";}]; 28141 + keys = [ { fingerprint = "FE16 B281 90EF 6C3F F661 6441 C2DD 1916 FE47 1BE2"; } ]; 28142 28142 }; 28143 28143 zacharyweiss = { 28144 28144 name = "Zachary Weiss"; ··· 28210 28210 email = "zane@zanevaniperen.com"; 28211 28211 github = "vs49688"; 28212 28212 githubId = 4423262; 28213 - keys = [{fingerprint = "61AE D40F 368B 6F26 9DAE 3892 6861 6B2D 8AC4 DCC5";}]; 28213 + keys = [ { fingerprint = "61AE D40F 368B 6F26 9DAE 3892 6861 6B2D 8AC4 DCC5"; } ]; 28214 28214 }; 28215 28215 zaninime = { 28216 28216 email = "francesco@zanini.me"; ··· 28260 28260 email = "zacc@ztdp.ca"; 28261 28261 github = "zedseven"; 28262 28262 githubId = 25164338; 28263 - keys = [{fingerprint = "065A 0A98 FE61 E1C1 41B0 AFE7 64FA BC62 F457 2875";}]; 28263 + keys = [ { fingerprint = "065A 0A98 FE61 E1C1 41B0 AFE7 64FA BC62 F457 2875"; } ]; 28264 28264 }; 28265 28265 zelkourban = { 28266 28266 name = "zelkourban"; ··· 28279 28279 email = "i@zenithal.me"; 28280 28280 github = "ZenithalHourlyRate"; 28281 28281 githubId = 19512674; 28282 - keys = [{fingerprint = "1127 F188 280A E312 3619 3329 87E1 7EEF 9B18 B6C9";}]; 28282 + keys = [ { fingerprint = "1127 F188 280A E312 3619 3329 87E1 7EEF 9B18 B6C9"; } ]; 28283 28283 }; 28284 28284 zeorin = { 28285 28285 name = "Xandor Schiefer"; ··· 28287 28287 matrix = "@zeorin:matrix.org"; 28288 28288 github = "zeorin"; 28289 28289 githubId = 1187078; 28290 - keys = [{fingerprint = "863F 093A CF82 D2C8 6FD7 FB74 5E1C 0971 FE4F 665A";}]; 28290 + keys = [ { fingerprint = "863F 093A CF82 D2C8 6FD7 FB74 5E1C 0971 FE4F 665A"; } ]; 28291 28291 }; 28292 28292 zeratax = { 28293 28293 email = "mail@zera.tax"; 28294 28294 github = "zeratax"; 28295 28295 githubId = 5024958; 28296 28296 name = "Jona Abdinghoff"; 28297 - keys = [{fingerprint = "44F7 B797 9D3A 27B1 89E0 841E 8333 735E 784D F9D4";}]; 28297 + keys = [ { fingerprint = "44F7 B797 9D3A 27B1 89E0 841E 8333 735E 784D F9D4"; } ]; 28298 28298 }; 28299 28299 zeri = { 28300 28300 name = "zeri"; ··· 28363 28363 matrix = "@zimward:zimward.moe"; 28364 28364 email = "zimward@zimward.moe"; 28365 28365 keys = [ 28366 - {fingerprint = "CBF7 FA5E F4B5 8B68 5977 3E3E 4CAC 61D6 A482 FCD9";} 28367 - {fingerprint = "E22F 760E E074 E57A 21CB 1733 8DD2 9BB5 2C25 EA09";} 28366 + { fingerprint = "CBF7 FA5E F4B5 8B68 5977 3E3E 4CAC 61D6 A482 FCD9"; } 28367 + { fingerprint = "E22F 760E E074 E57A 21CB 1733 8DD2 9BB5 2C25 EA09"; } 28368 28368 ]; 28369 28369 }; 28370 28370 Zirconium419122 = { ··· 28409 28409 githubId = 44469426; 28410 28410 name = "Zoey de Souza Pessanha"; 28411 28411 email = "zoey.spessanha@outlook.com"; 28412 - keys = [{fingerprint = "EAA1 51DB 472B 0122 109A CB17 1E1E 889C DBD6 A315";}]; 28412 + keys = [ { fingerprint = "EAA1 51DB 472B 0122 109A CB17 1E1E 889C DBD6 A315"; } ]; 28413 28413 }; 28414 28414 zohl = { 28415 28415 email = "zohl@fmap.me"; ··· 28509 28509 # keep-sorted end 28510 28510 } 28511 28511 # Keep the list alphabetically sorted. 28512 -
+32
pkgs/by-name/pl/plus-jakarta-sans/package.nix
··· 1 + { 2 + lib, 3 + stdenvNoCC, 4 + fetchzip, 5 + }: 6 + stdenvNoCC.mkDerivation (finalAttrs: { 7 + pname = "plus-jakarta-sans"; 8 + version = "2.7.1"; 9 + 10 + src = fetchzip { 11 + url = "https://github.com/tokotype/PlusJakartaSans/releases/download/${finalAttrs.version}/PlusJakartaSans-${finalAttrs.version}.zip"; 12 + stripRoot = false; 13 + hash = "sha256-+ghkQ4/wxou3FB68ceCwBeGrSCaHJhb16MybvN6mCSc="; 14 + }; 15 + 16 + installPhase = '' 17 + runHook preInstall 18 + 19 + mkdir -p $out/share/fonts/truetype 20 + cp PlusJakartaSans-$version/*/PlusJakartaSans*.ttf $out/share/fonts/truetype 21 + 22 + runHook postInstall 23 + ''; 24 + 25 + meta = { 26 + homepage = "https://www.tokotype.com/custom-fonts/plusjakarta"; 27 + description = "Typeface designed for Jakarta 'City of collaboration' program in 2020"; 28 + license = lib.licenses.ofl; 29 + platforms = lib.platforms.all; 30 + maintainers = with lib.maintainers; [ gavink97 ]; 31 + }; 32 + })