etebase: add phaer to maintainers

This commit is contained in:
phaer 2024-01-23 23:05:11 +01:00
parent 395bbdd54d
commit 13686ad41f

View file

@ -66,6 +66,6 @@ python.pkgs.buildPythonPackage rec {
description = "An Etebase (EteSync 2.0) server so you can run your own";
changelog = "https://github.com/etesync/server/blob/${version}/ChangeLog.md";
license = licenses.agpl3Only;
maintainers = with maintainers; [ felschr ];
maintainers = with maintainers; [ felschr phaer ];
};
}