treewide: rename maintainer earvstedt -> erikarvstedt

This commit is contained in:
Erik Arvstedt 2022-12-18 13:13:46 +01:00
parent 9e456ea3a9
commit a9c1995ed9
No known key found for this signature in database
GPG key ID: 33312B944DD97846
5 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@ let self = stdenvNoCC.mkDerivation {
description = "REST API for C-Lightning";
homepage = "https://github.com/Ride-The-Lightning/c-lightning-REST";
license = licenses.mit;
maintainers = with maintainers; [ nixbitcoin earvstedt ];
maintainers = with maintainers; [ nixbitcoin erikarvstedt ];
platforms = platforms.unix;
};
}; in self