1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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";
license = licenses.mit;
maintainers = with maintainers; [ ehegnes lilyball globin zowoq ];
maintainers = with maintainers; [ ehegnes lilyball globin ];
};
}