Skip to content

Commit 117ea11

Browse files
committed
Merge pull request #107602 (fix maintainers-list)
The commit in question just fixes a swapped entry in maintainers-list.nix and given the email reply from @cab404 (which is also the affected maintainer record) of "ooof, LGTM", I'd consider the pull request as accepted.
2 parents 194633c + e777dd9 commit 117ea11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

maintainers/maintainer-list.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,12 +1370,12 @@
13701370
keys = [
13711371
# compare with https://keybase.io/cab404
13721372
{
1373-
longkeyid = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3";
1374-
fingerprint = "rsa3072/0xCBDECF658C38079E";
1373+
fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3";
1374+
longkeyid = "rsa3072/0xCBDECF658C38079E";
13751375
}
13761376
{
1377-
longkeyid = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A";
1378-
fingerprint = "ed25519/0xB7EFFC271D55DB8A";
1377+
fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A";
1378+
longkeyid = "ed25519/0xB7EFFC271D55DB8A";
13791379
}
13801380
];
13811381
};

0 commit comments

Comments
 (0)