Commit a4a5d651 authored by linsui's avatar linsui
Browse files

fdroidserver: remove obfusk from maintainer and add linsui and jugendhacker

parent 96a2ad27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}