maintainers: remove danharaj

github account deleted
This commit is contained in:
ajs124
2022-06-29 00:52:13 +02:00
parent 8cb1366872
commit 91b724c66d
7 changed files with 6 additions and 12 deletions
@@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Abseil Python Common Libraries";
homepage = "https://github.com/abseil/abseil-py";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ danharaj ];
maintainers = with lib.maintainers; [ ];
};
}