Add myself as maintainer

This commit is contained in:
Jascha Geerds
2015-06-22 08:25:07 +02:00
parent 655cda730d
commit 3f66bb7ff2
21 changed files with 39 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "A tool for building complete development environments";
homepage = http://vagrantup.com;
license = licenses.mit;
maintainers = with maintainers; [ lovek323 globin ];
maintainers = with maintainers; [ lovek323 globin jgeerds ];
platforms = platforms.linux;
};