ssh-import-id: add self to maintainers

main
Stanisław Pitucha 2 years ago
parent 19e3c148be
commit 21bf58c74a
  1. 2
      pkgs/tools/admin/ssh-import-id/default.nix

@ -38,7 +38,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Retrieves an SSH public key and installs it locally";
license = licenses.gpl3;
maintainers = with maintainers; [ mkg20001 ];
maintainers = with maintainers; [ mkg20001 viraptor ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save