Unverified Commit 478d963e authored by Artturin's avatar Artturin Committed by GitHub
Browse files

bitwarden-desktop: add URL scheme (#351047)

parents b523b209 148d5795
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -189,6 +189,7 @@ in buildNpmPackage rec {
      comment = description;
      desktopName = "Bitwarden";
      categories = [ "Utility" ];
      mimeTypes = [ "x-scheme-handler/bitwarden" ];
    })
  ];