python3Packages.stringzilla: add aciceri to maintainers
This commit is contained in:
@@ -46,6 +46,9 @@ buildPythonPackage rec {
|
||||
description = "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances";
|
||||
homepage = "https://github.com/ashvardanian/stringzilla";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
maintainers = with lib.maintainers; [
|
||||
aciceri
|
||||
dotlambda
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user