tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ssh-import-id: add self to maintainers
Stanisław Pitucha
3 years ago
21bf58c7
19e3c148
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
admin
ssh-import-id
default.nix
+1
-1
pkgs/tools/admin/ssh-import-id/default.nix
···
38
38
meta = with lib; {
39
39
description = "Retrieves an SSH public key and installs it locally";
40
40
license = licenses.gpl3;
41
41
-
maintainers = with maintainers; [ mkg20001 ];
41
41
+
maintainers = with maintainers; [ mkg20001 viraptor ];
42
42
platforms = platforms.unix;
43
43
};
44
44
}