6 python3.pkgs.buildPythonApplication rec {
7 pname = "mastodon-archive";
10 src = fetchFromGitHub {
12 repo = "mastodon-backup";
14 hash = "sha256-b4bYQshz7mwxEfpRYV7ze4C8hz58R9cVp58wHvGFb0A=";
17 propagatedBuildInputs = with python3.pkgs; [
27 description = "Utility for backing up your Mastodon content";
28 mainProgram = "mastodon-archive";
29 homepage = "https://alexschroeder.ch/software/Mastodon_Archive";
30 license = licenses.gpl3Plus;
31 maintainers = with maintainers; [ julm ];