Unverified Commit 30ff48f4 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #284324 from edmundmiller/edmundmiller-packages

Add edmundmiller to maintainer on various packages
parents 0deb0001 8f064d03
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };