ssh-import-id: add self to maintainers

This commit is contained in:
Stanisław Pitucha 2022-05-02 21:02:27 +10:00
parent 19e3c148be
commit 21bf58c74a

View File

@ -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;
};
}