From 02a793b82489a41051701f27b14201e9e0120942 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 8 Nov 2023 12:21:42 -0500 Subject: [PATCH] qutebrowser: restore original maintainer Closes: #46804 --- srcpkgs/qutebrowser/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index 9affb278074..0cc650ff0f5 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -1,12 +1,12 @@ # Template file for 'qutebrowser' pkgname=qutebrowser version=3.0.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools asciidoc" depends="python3-Jinja2 python3-yaml" short_desc="Keyboard-focused browser with a minimal GUI" -maintainer="Andrew J. Hesford " +maintainer="Daniel Eyßer " license="GPL-3.0-or-later" homepage="https://qutebrowser.org/" changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"