Unverified Commit 0721823d authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

micro: add pbsds to maintainers (#338085)

parents 47306f70 f561cf57
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ let

    meta = {
      homepage = "https://micro-editor.github.io";
      changelog = "https://github.com/zyedidia/micro/releases/";
      description = "Modern and intuitive terminal-based text editor";
      longDescription = ''
        micro is a terminal-based text editor that aims to be easy to use and
@@ -106,7 +107,10 @@ let
      '';
      license = lib.licenses.mit;
      mainProgram = "micro";
      maintainers = with lib.maintainers; [ AndersonTorres ];
      maintainers = with lib.maintainers; [
        AndersonTorres
        pbsds
      ];
    };
  };
in