vault: add offline as maintainer
This commit is contained in:
parent
23064168ee
commit
af5be37ed5
|
@ -22,6 +22,6 @@ buildGoPackage rec {
|
||||||
homepage = https://www.vaultproject.io;
|
homepage = https://www.vaultproject.io;
|
||||||
description = "A tool for managing secrets";
|
description = "A tool for managing secrets";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = [ maintainers.rushmorem ];
|
maintainers = with maintainers; [ rushmorem offline ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue