Merge pull request #284324 from edmundmiller/edmundmiller-packages

Add edmundmiller to maintainer on various packages
This commit is contained in:
h7x4 2024-01-28 00:33:59 +01:00 committed by GitHub
commit 30ff48f4f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View File

@ -5265,6 +5265,13 @@
github = "edlimerkaj";
githubId = 71988351;
};
edmundmiller = {
name = "Edmund Miller";
email = "git@edmundmiller.dev";
matrix = "@emiller:beeper.com";
github = "edmundmiller";
githubId = 20095261;
};
edrex = {
email = "ericdrex@gmail.com";
github = "edrex";

View File

@ -77,7 +77,7 @@ stdenvNoCC.mkDerivation rec {
'';
homepage = "https://beeper.com";
license = licenses.unfree;
maintainers = with maintainers; [ jshcmpbll mjm ];
maintainers = with maintainers; [ jshcmpbll mjm edmundmiller ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
description = "Package management made easy";
homepage = "https://pixi.sh/";
license = licenses.bsd3;
maintainers = with lib.maintainers; [ aaronjheng ];
maintainers = with lib.maintainers; [ aaronjheng edmundmiller ];
mainProgram = "pixi";
};
}

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;
};