treewide: remove @sdll from maintainers

sdll github handle returns 404. Sasha agreed to remove @sdll
maintainer entry.
This commit is contained in:
Sergei Trofimovich
2021-09-18 10:22:27 +01:00
parent e89c396d66
commit 3ec1a47f2e
8 changed files with 17 additions and 23 deletions

View File

@@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Cython bindings for MurmurHash2";
homepage = "https://github.com/explosion/murmurhash";
license = licenses.mit;
maintainers = with maintainers; [ aborsu sdll ];
maintainers = with maintainers; [ aborsu ];
};
}