maintainer: add ivan770

This commit is contained in:
ivan770 2023-11-16 13:48:46 -05:00
parent 11a8f8ff59
commit 3598eed0f5
2 changed files with 7 additions and 0 deletions

View file

@ -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";

View file

@ -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";
};
}