python3Packages.dep-logic: add misilelab to maintainers
Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
@@ -35,6 +35,9 @@ buildPythonPackage rec {
|
||||
description = "Python dependency specifications supporting logical operations";
|
||||
homepage = "https://github.com/pdm-project/dep-logic";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ tomasajt ];
|
||||
maintainers = with lib.maintainers; [
|
||||
tomasajt
|
||||
misilelab
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user