fdroidserver: remove obfusk from maintainer and add linsui and jugendhacker

This commit is contained in:
linsui 2023-09-12 01:36:07 +08:00
parent 96a2ad2727
commit a4a5d65150

View File

@ -107,6 +107,6 @@ buildPythonApplication rec {
changelog = "https://github.com/f-droid/fdroidserver/blob/${version}/CHANGELOG.md";
description = "Server and tools for F-Droid, the Free Software repository system for Android";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ obfusk ];
maintainers = with maintainers; [ linsui jugendhacker ];
};
}