Merge pull request #182393 from not-my-segfault/master

maintainers: ihatethefrench -> not-my-segfault
This commit is contained in:
Winter 2022-07-22 12:51:21 -04:00 committed by GitHub
commit 6d1b077c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5422,10 +5422,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 ];
};
}