etebase: add phaer to maintainers

This commit is contained in:
phaer
2024-03-01 14:32:45 +01:00
parent 395bbdd54d
commit 13686ad41f
+1 -1
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 ];
};
}