mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/tests/kubo: add Luflosi as maintainer
This commit is contained in:
parent
8a9190bee7
commit
62bff9ab15
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue