forked from mirrors/nixpkgs
maintainers: ihatethefrench -> not-my-segfault
This commit is contained in:
parent
190a8c326c
commit
443ce157a8
|
@ -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.";
|
||||
};
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue