polkadot: remove asymmetric from maintainers

No longer use this package.
This commit is contained in:
Lorenzo Manacorda 2023-11-08 12:49:28 +01:00
parent b2d85a6e68
commit 677ab0dfd5

View File

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