maestral(-qt): add myself as maintainer

main
Stefan Frijters 2 years ago committed by Peter Hoeg
parent da4f6c24ae
commit e27543b15a
  1. 2
      pkgs/applications/networking/maestral-qt/default.nix
  2. 2
      pkgs/development/python-modules/maestral/default.nix

@ -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";
};

@ -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";
};

Loading…
Cancel
Save