maintainers: update yevhenshymotiuk's github and email

main
Yevhen Shymotiuk 2 years ago
parent 8bb7bec755
commit 572ce73d4a
No known key found for this signature in database
GPG Key ID: 4B0D9393F36E588A
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/development/python-modules/pipx/default.nix
  3. 2
      pkgs/development/python-modules/userpath/default.nix
  4. 2
      pkgs/tools/wayland/wluma/default.nix

@ -13613,10 +13613,10 @@
github = "nagisa";
githubId = 679122;
};
yevhenshymotiuk = {
yshym = {
name = "Yevhen Shymotiuk";
email = "yevhenshymotiuk@gmail.com";
github = "yevhenshymotiuk";
email = "yshym@pm.me";
github = "yshym";
githubId = 44244245;
};
hmenke = {

@ -68,6 +68,6 @@ buildPythonPackage rec {
"Install and Run Python Applications in Isolated Environments";
homepage = "https://github.com/pipxproject/pipx";
license = licenses.mit;
maintainers = with maintainers; [ yevhenshymotiuk ];
maintainers = with maintainers; [ yshym ];
};
}

@ -24,6 +24,6 @@ buildPythonPackage rec {
description = "Cross-platform tool for adding locations to the user PATH";
homepage = "https://github.com/ofek/userpath";
license = [ licenses.asl20 licenses.mit ];
maintainers = with maintainers; [ yevhenshymotiuk ];
maintainers = with maintainers; [ yshym ];
};
}

@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
description = "Automatic brightness adjustment based on screen contents and ALS";
homepage = "https://github.com/maximbaz/wluma";
license = licenses.isc;
maintainers = with maintainers; [ yevhenshymotiuk jmc-figueira ];
maintainers = with maintainers; [ yshym jmc-figueira ];
platforms = platforms.linux;
};
}

Loading…
Cancel
Save