Unverified Commit 4d066a9e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #315179 from yayayayaka/sftpgo-remove-myself-from-maintainers

sftpgo: remove yayayayaka from maintainers
parents 420dca77 c8536997
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ buildGoModule rec {
      Google Cloud Storage, Azure Blob Storage, SFTP.
    '';
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ thenonameguy yayayayaka ];
    maintainers = with maintainers; [ thenonameguy ];
    mainProgram = "sftpgo";
  };
}