polkadot: add FlorianFranzen to maintainers

See https://github.com/NixOS/nixpkgs/pull/121850#pullrequestreview-652801467
This commit is contained in:
Lorenzo Manacorda 2021-05-05 23:50:59 +02:00
parent b8b6092163
commit 726bac1235

View file

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