Skip to content

Commit

Permalink
qutebrowser: add meta attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 6, 2023
1 parent 0d93ec6 commit 4e5e157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/networking/browsers/qutebrowser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 4e5e157

Please sign in to comment.