mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
maestral(-qt): add myself as maintainer
This commit is contained in:
parent
da4f6c24ae
commit
e27543b15a
@ -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…
Reference in New Issue
Block a user