python3Packages.asyncarve: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:30:00 -04:00
parent 70db289235
commit 558d576d07
@@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Simple Arve library";
homepage = "https://github.com/arvetech/asyncarve";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ pyrox0 ];
maintainers = [ ];
};
}