Unverified Commit c819b065 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

postman: add scheme handler to desktop item. (#452347)

parents 560d920e 90ce0faf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -76,6 +76,9 @@ stdenv.mkDerivation {
      desktopName = "Postman";
      genericName = "Postman";
      categories = [ "Development" ];
      mimeTypes = [ "x-scheme-handler/postman" ];
      startupNotify = true;
      startupWMClass = "postman";
    })
  ];