Unverified Commit 29da7629 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

posting: add fullmetalsheep to maintainers (#407449)

parents 315edaa0 962998a8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8564,6 +8564,12 @@
    githubId = 21362942;
    name = "Fugi";
  };
  fullmetalsheep = {
    email = "fullmetalsheep@proton.me";
    github = "fullmetalsheep";
    githubId = 23723926;
    name = "Dash R";
  };
  funkeleinhorn = {
    email = "git@funkeleinhorn.com";
    github = "funkeleinhorn";
+4 −1
Original line number Diff line number Diff line
@@ -55,7 +55,10 @@ python3Packages.buildPythonApplication rec {
    homepage = "https://posting.sh/";
    changelog = "https://github.com/darrenburns/posting/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ jorikvanveen ];
    maintainers = with lib.maintainers; [
      jorikvanveen
      fullmetalsheep
    ];
    platforms = lib.platforms.unix;
  };
}