3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: ihatethefrench -> not-my-segfault

This commit is contained in:
Michal 2022-07-21 23:22:27 +01:00
parent 190a8c326c
commit 443ce157a8
No known key found for this signature in database
GPG key ID: A6A1A4DCB22279B9
2 changed files with 3 additions and 3 deletions

View file

@ -5393,10 +5393,10 @@
githubId = 40234257;
name = "ilkecan bozdogan";
};
ihatethefrench = {
not-my-segfault = {
email = "michal@tar.black";
matrix = "@michal:tar.black";
github = "ihatethefrench";
github = "not-my-segfault";
githubId = 30374463;
name = "Michal S.";
};

View file

@ -27,6 +27,6 @@ buildGoModule rec {
description = "Terminal user interface for SSH";
homepage = "https://github.com/quantumsheep/sshs";
license = licenses.mit;
maintainers = with maintainers; [ ihatethefrench ];
maintainers = with maintainers; [ not-my-segfault ];
};
}