0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/stunnel: Add maintainers

This commit is contained in:
Janne Heß 2019-10-25 15:48:31 +02:00 committed by Lassulus
parent 4a32dbd1e1
commit 2abe2b2cda

View file

@ -223,6 +223,12 @@ in
}; };
}; };
meta.maintainers = with maintainers; [
# Server side
lschuermann
# Client side
das_j
];
}; };
} }