maintainer: add ivan770
This commit is contained in:
parent
11a8f8ff59
commit
3598eed0f5
2 changed files with 7 additions and 0 deletions
|
@ -7781,6 +7781,12 @@
|
|||
githubId = 4458;
|
||||
name = "Ivan Kozik";
|
||||
};
|
||||
ivan770 = {
|
||||
email = "ivan@ivan770.me";
|
||||
github = "ivan770";
|
||||
githubId = 14003886;
|
||||
name = "Ivan Leshchenko";
|
||||
};
|
||||
ivan-babrou = {
|
||||
email = "nixpkgs@ivan.computer";
|
||||
name = "Ivan Babrou";
|
||||
|
|
|
@ -23,6 +23,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/korreman/sway-overfocus";
|
||||
changelog = "https://github.com/korreman/sway-overfocus/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.ivan770 ];
|
||||
mainProgram = "sway-overfocus";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue