exa: add maintainer

This commit is contained in:
zowoq 2020-06-08 13:24:34 +10:00
parent efe9c7c138
commit 6ade1ec9a0

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 ]; maintainers = with maintainers; [ ehegnes lilyball globin zowoq ];
}; };
} }