mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
nixos/tests/kubo: add Luflosi as maintainer
This commit is contained in:
parent
8a9190bee7
commit
62bff9ab15
@ -1,7 +1,7 @@
|
|||||||
import ./make-test-python.nix ({ pkgs, ...} : {
|
import ./make-test-python.nix ({ pkgs, ...} : {
|
||||||
name = "kubo";
|
name = "kubo";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ mguentner ];
|
maintainers = [ mguentner Luflosi ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes.machine = { ... }: {
|
nodes.machine = { ... }: {
|
||||||
|
Loading…
Reference in New Issue
Block a user