maestral(-qt): add myself as maintainer

This commit is contained in:
Stefan Frijters 2022-08-01 19:16:21 +02:00 committed by Peter Hoeg
parent da4f6c24ae
commit e27543b15a
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ pypkgs.buildPythonApplication rec {
meta = with lib; {
description = "GUI front-end for maestral (an open-source Dropbox client) for Linux";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
maintainers = with maintainers; [ peterhoeg sfrijters ];
platforms = platforms.linux;
homepage = "https://maestral.app";
};

View File

@ -90,7 +90,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Open-source Dropbox client for macOS and Linux";
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
maintainers = with maintainers; [ peterhoeg sfrijters ];
platforms = platforms.unix;
homepage = "https://maestral.app";
};