mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
tmpfiles: add maintainer bmrips
This commit is contained in:
parent
b4350d54c2
commit
7503ffb0b0
1 changed files with 4 additions and 1 deletions
|
|
@ -180,7 +180,10 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
meta.maintainers = [ lib.maintainers.dawidsowa ];
|
meta.maintainers = with lib.maintainers; [
|
||||||
|
bmrips
|
||||||
|
dawidsowa
|
||||||
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(lib.mkRemovedOptionModule [ "systemd" "user" "tmpfiles" "rules" ] ''
|
(lib.mkRemovedOptionModule [ "systemd" "user" "tmpfiles" "rules" ] ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue