maintainers: ihatethefrench -> not-my-segfault

This commit is contained in:
Michal
2022-07-21 23:22:27 +01:00
parent 190a8c326c
commit 443ce157a8
2 changed files with 3 additions and 3 deletions
+2 -2
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.";
};
+1 -1
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 ];
};
}