Commit 962998a8 authored by fullmetalsheep's avatar fullmetalsheep
Browse files

posting: add fullmetalsheep to maintainers

parent 62702bac
Loading
Loading
Loading
Loading
+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/${version}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ jorikvanveen ];
    maintainers = with lib.maintainers; [
      jorikvanveen
      fullmetalsheep
    ];
    platforms = lib.platforms.unix;
  };
}