Commit a6b98ca8 authored by Daniel Fahey's avatar Daniel Fahey
Browse files

protonmail-bridge: restyle meta-attributes

parent a6af0d92
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -41,13 +41,12 @@ buildGoModule rec {
    install -Dm444 dist/bridge.svg $out/share/icons/hicolor/scalable/apps/protonmail-bridge.svg
  '';

  meta = with lib; {
    homepage = "https://github.com/ProtonMail/proton-bridge";
  meta = {
    changelog = "https://github.com/ProtonMail/proton-bridge/blob/${src.rev}/Changelog.md";
    downloadPage = "https://github.com/ProtonMail/proton-bridge/releases";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ mrfreezeex ];
    description = "Use your ProtonMail account with your local e-mail client";
    downloadPage = "https://github.com/ProtonMail/proton-bridge/releases";
    homepage = "https://github.com/ProtonMail/proton-bridge";
    license = lib.licenses.gpl3Plus;
    longDescription = ''
      An application that runs on your computer in the background and seamlessly encrypts
      and decrypts your mail as it enters and leaves your computer.
@@ -55,5 +54,6 @@ buildGoModule rec {
      To work, use secret-service freedesktop.org API (e.g. Gnome keyring) or pass.
    '';
    mainProgram = "protonmail-bridge";
    maintainers = with lib.maintainers; [ mrfreezeex daniel-fahey ];
  };
}