nixos/tests/kubo: add Luflosi as maintainer

This commit is contained in:
Luflosi 2023-04-14 01:49:48 +02:00
parent 8a9190bee7
commit 62bff9ab15
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ...} : {
name = "kubo";
meta = with pkgs.lib.maintainers; {
maintainers = [ mguentner ];
maintainers = [ mguentner Luflosi ];
};
nodes.machine = { ... }: {