vagrant: adopt orphaned package by tylerjl

This commit is contained in:
Tyler Langlois 2024-03-01 15:10:01 -07:00
parent 5a80c48ba1
commit 079b353c72

View File

@ -106,7 +106,7 @@ in buildRubyGem rec {
description = "A tool for building complete development environments";
homepage = "https://www.vagrantup.com/";
license = licenses.bsl11;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ tylerjl ];
platforms = with platforms; linux ++ darwin;
};
}