tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ffsend: add marsam to maintainers
Mario Rodas
3 years ago
48134305
278934a4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
ffsend
default.nix
+1
-1
pkgs/tools/misc/ffsend/default.nix
reviewed
···
57
57
'';
58
58
homepage = "https://gitlab.com/timvisee/ffsend";
59
59
license = licenses.gpl3Only;
60
60
-
maintainers = with maintainers; [ lilyball equirosa ];
60
60
+
maintainers = with maintainers; [ lilyball equirosa marsam ];
61
61
platforms = platforms.unix;
62
62
};
63
63
}