vault: add offline as maintainer

This commit is contained in:
Jaka Hudoklin 2016-12-11 15:06:04 +01:00 committed by Richard Lupton
parent 23064168ee
commit af5be37ed5
No known key found for this signature in database
GPG Key ID: 0ED61BB9EA536E0D

View File

@ -22,6 +22,6 @@ buildGoPackage rec {
homepage = https://www.vaultproject.io;
description = "A tool for managing secrets";
license = licenses.mpl20;
maintainers = [ maintainers.rushmorem ];
maintainers = with maintainers; [ rushmorem offline ];
};
}