Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

polkadot: remove asymmetric from maintainers

No longer use this package.

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