Merge pull request #266251 from asymmetric/demote-polkadot

polkadot: remove asymmetric from maintainers

authored by

Nick Cao and committed by
GitHub
ff15b5f5 e0f8c84d

+1 -1
+1 -1
pkgs/applications/blockchains/polkadot/default.nix
··· 75 75 description = "Polkadot Node Implementation"; 76 76 homepage = "https://polkadot.network"; 77 77 license = licenses.gpl3Only; 78 - maintainers = with maintainers; [ akru andresilva asymmetric FlorianFranzen RaghavSood ]; 78 + maintainers = with maintainers; [ akru andresilva FlorianFranzen RaghavSood ]; 79 79 platforms = platforms.unix; 80 80 }; 81 81 }