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

maintainers: add jrrom (#484053)

parents 3a4c0875 f6923ca3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13008,6 +13008,12 @@
    githubId = 3267697;
    name = "Joshua Potter";
  };
  jrrom = {
    email = "maintainer@jrrom.com";
    github = "jrrom";
    githubId = 77691121;
    name = "Jerome Baeyens";
  };
  js6pak = {
    name = "js6pak";
    email = "me@6pak.dev";
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    description = "Gopher and gemini client for the modern internet";
    homepage = "https://github.com/jansc/ncgopher";
    license = lib.licenses.bsd2;
    maintainers = with lib.maintainers; [ jrrom ];
    platforms = lib.platforms.linux;
    mainProgram = "ncgopher";
  };