mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
maintainer: add ivan770
This commit is contained in:
parent
11a8f8ff59
commit
3598eed0f5
@ -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 New Issue
Block a user