python3Packages.maestral: Remove redundant override and update homepage

This commit is contained in:
Stefan Frijters
2021-06-22 13:42:53 +02:00
committed by Martin Weinelt
parent 64e0603499
commit f3aae67da4
2 changed files with 2 additions and 10 deletions
@@ -52,6 +52,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
inherit (src.meta) homepage;
homepage = "https://maestral.app";
};
}