Merge pull request #157749 from yshym/yevhenshymotiuk-update

maintainers: update yevhenshymotiuk's github and email
This commit is contained in:
Bobby Rong 2022-02-02 12:06:47 +08:00 committed by GitHub
commit c9bc05419a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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