emote: format with nixfmt-rfc-style

This commit is contained in:
aleksana 2024-06-20 00:28:56 +08:00
parent 3e78dcea49
commit 1b5d2b0801

View File

@ -1,4 +1,12 @@
{ lib, fetchFromGitHub, python3Packages, wrapGAppsHook3, gobject-introspection, keybinder3, xdotool }:
{
lib,
fetchFromGitHub,
python3Packages,
wrapGAppsHook3,
gobject-introspection,
keybinder3,
xdotool,
}:
python3Packages.buildPythonApplication rec {
pname = "emote";
@ -56,7 +64,10 @@ python3Packages.buildPythonApplication rec {
mainProgram = "emote";
homepage = "https://github.com/tom-james-watson/emote";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ emilytrau SuperSandro2000 ];
maintainers = with maintainers; [
emilytrau
SuperSandro2000
];
platforms = platforms.linux;
};
}