exa: remove maintainer

This commit is contained in:
zowoq 2020-09-07 18:29:15 +10:00
parent 0ecc8b9a56
commit 7b537f99c0

View File

@ -57,6 +57,6 @@ buildRustPackage rec {
''; '';
homepage = "https://the.exa.website"; homepage = "https://the.exa.website";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ehegnes lilyball globin zowoq ]; maintainers = with maintainers; [ ehegnes lilyball globin ];
}; };
} }