Merge pull request #172039 from alexeyre/change-alexeyre-github
maintainers: rename @alex-eyre to @alexeyre
This commit is contained in:
@@ -530,9 +530,9 @@
|
||||
githubId = 782180;
|
||||
name = "Alex Vorobiev";
|
||||
};
|
||||
alex-eyre = {
|
||||
alexeyre = {
|
||||
email = "A.Eyre@sms.ed.ac.uk";
|
||||
github = "alex-eyre";
|
||||
github = "alexeyre";
|
||||
githubId = 38869148;
|
||||
name = "Alex Eyre";
|
||||
};
|
||||
|
||||
@@ -52,6 +52,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "Run machine learning jobs on AWS with a single command";
|
||||
homepage = "https://github.com/nimbo-sh/nimbo";
|
||||
license = licenses.bsl11;
|
||||
maintainers = with maintainers; [ alex-eyre noreferences ];
|
||||
maintainers = with maintainers; [ alexeyre noreferences ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,6 +47,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "Simple terminal user interface for Signal";
|
||||
homepage = "https://github.com/isamert/scli";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ alex-eyre ];
|
||||
maintainers = with maintainers; [ alexeyre ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user