nextflow: add edmundmiller to maintainers

This commit is contained in:
Edmund Miller 2024-01-27 13:53:05 -06:00
parent 2c842656ad
commit b84472bdaf
No known key found for this signature in database

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.nextflow.io/";
changelog = "https://github.com/nextflow-io/nextflow/releases";
license = licenses.asl20;
maintainers = [ maintainers.Etjean ];
maintainers = with maintainers; [ Etjean edmundmiller ];
mainProgram = "nextflow";
platforms = platforms.unix;
};