mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
polkadot: add RaghavSood as maintainer
This commit is contained in:
parent
7470fd9a5e
commit
6c5dc5e17e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue