Commit 4e5e1578 authored by Robert Schütz's avatar Robert Schütz
Browse files

qutebrowser: add meta attributes

parent 0d93ec62
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -125,8 +125,10 @@ python3.pkgs.buildPythonApplication {

  meta = with lib; {
    homepage    = "https://github.com/qutebrowser/qutebrowser";
    changelog   = "https://github.com/qutebrowser/qutebrowser/blob/v${version}/doc/changelog.asciidoc";
    description = "Keyboard-focused browser with a minimal GUI";
    license     = licenses.gpl3Plus;
    mainProgram = "qutebrowser";
    platforms   = if enableWideVine then [ "x86_64-linux" ] else qtwebengine.meta.platforms;
    maintainers = with maintainers; [ jagajaga rnhmjoj ebzzry dotlambda nrdxp ];
  };