qutebrowser: add meta attributes

This commit is contained in:
Robert Schütz
2023-11-05 18:56:18 -08:00
parent 0d93ec62e0
commit 4e5e1578fe
@@ -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 ];
};