fedifetcher: adopt into c3d2 team

This commit is contained in:
Sandro Jäckel
2024-06-25 11:09:04 +02:00
parent 9abb177dc8
commit f5e607c0b4

View File

@@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
'';
homepage = "https://blog.thms.uk/fedifetcher";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = teams.c3d2.members;
mainProgram = "fedifetcher";
};
}