vagrant: remove aneeshusa as maintainer
This commit is contained in:
parent
56e5bbf07d
commit
6736b8a39a
|
@ -118,7 +118,7 @@ in buildRubyGem rec {
|
||||||
description = "A tool for building complete development environments";
|
description = "A tool for building complete development environments";
|
||||||
homepage = https://www.vagrantup.com/;
|
homepage = https://www.vagrantup.com/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ aneeshusa ma27 ];
|
maintainers = with maintainers; [ ma27 ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue