Merge pull request #49469 from Ekleog/self-as-maintainer
Add self as maintainer
This commit is contained in:
commit
1881e8e7e4
@ -170,4 +170,6 @@ in {
|
|||||||
'';
|
'';
|
||||||
}) cfg.params;
|
}) cfg.params;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = with lib.maintainers; [ ekleog ];
|
||||||
}
|
}
|
||||||
|
@ -176,4 +176,6 @@ in
|
|||||||
}
|
}
|
||||||
) cfg.instances);
|
) cfg.instances);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = with lib.maintainers; [ ekleog ];
|
||||||
}
|
}
|
||||||
|
@ -115,4 +115,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = with lib.maintainers; [ ekleog ];
|
||||||
}
|
}
|
||||||
|
@ -267,4 +267,6 @@ in
|
|||||||
"ip46tables -t nat -D OUTPUT -p tcp ${redCond block} -j ${chain} 2>/dev/null || true"
|
"ip46tables -t nat -D OUTPUT -p tcp ${redCond block} -j ${chain} 2>/dev/null || true"
|
||||||
) cfg.redsocks;
|
) cfg.redsocks;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = with lib.maintainers; [ ekleog ];
|
||||||
}
|
}
|
||||||
|
@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = https://github.com/martinpaljak/GlobalPlatformPro;
|
homepage = https://github.com/martinpaljak/GlobalPlatformPro;
|
||||||
license = with licenses; [ lgpl3 ];
|
license = with licenses; [ lgpl3 ];
|
||||||
|
maintainers = with maintainers; [ ekleog ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user