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.
This commit is contained in:
commit
117ea111df
1 changed files with 4 additions and 4 deletions
|
@ -1370,12 +1370,12 @@
|
||||||
keys = [
|
keys = [
|
||||||
# compare with https://keybase.io/cab404
|
# compare with https://keybase.io/cab404
|
||||||
{
|
{
|
||||||
longkeyid = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3";
|
fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3";
|
||||||
fingerprint = "rsa3072/0xCBDECF658C38079E";
|
longkeyid = "rsa3072/0xCBDECF658C38079E";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
longkeyid = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A";
|
fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A";
|
||||||
fingerprint = "ed25519/0xB7EFFC271D55DB8A";
|
longkeyid = "ed25519/0xB7EFFC271D55DB8A";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue