Unverified Commit 983d3bd8 authored by Morgan Jones's avatar Morgan Jones
Browse files

yubihsm-shell: add numinit as maintainer

parent 621581ee
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -73,7 +73,10 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Thin wrapper around libyubihsm providing both an interactive and command-line interface to a YubiHSM";
    homepage = "https://github.com/Yubico/yubihsm-shell";
    maintainers = with maintainers; [ matthewcroughan ];
    maintainers = with maintainers; [
      matthewcroughan
      numinit
    ];
    license = licenses.asl20;
    platforms = platforms.all;
  };