mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-23 12:19:00 +00:00
sessiond: add meta.mainProgram
and meta.maintainers
This commit is contained in:
parent
50e3f6f6f9
commit
7419810c2b
@ -68,6 +68,8 @@ python3Packages.buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/jcrd/sessiond";
|
homepage = "https://github.com/jcrd/sessiond";
|
||||||
description = "Standalone session manager for X11 window managers";
|
description = "Standalone session manager for X11 window managers";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
mainProgram = "sessiond";
|
||||||
|
maintainers = with maintainers; [ foo-dogsquared ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user