polkadot: add RaghavSood as maintainer

This commit is contained in:
Raghav Sood 2020-10-21 00:29:14 +08:00
parent 7470fd9a5e
commit 6c5dc5e17e
No known key found for this signature in database
GPG Key ID: 947862F324C79D21

View File

@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
description = "Polkadot Node Implementation";
homepage = "https://polkadot.network";
license = licenses.gpl3;
maintainers = with maintainers; [ akru andresilva ];
maintainers = with maintainers; [ akru andresilva RaghavSood ];
platforms = platforms.linux;
};
}