Unverified Commit c8536997 authored by Yaya's avatar Yaya
Browse files

sftpgo: remove yayayayaka from maintainers

parent 30881b23
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";
  };
}