Merge pull request #172039 from alexeyre/change-alexeyre-github

maintainers: rename @alex-eyre to @alexeyre
main
Bobby Rong 2 years ago committed by GitHub
commit 861e3cecbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/misc/nimbo/default.nix
  3. 2
      pkgs/applications/misc/scli/default.nix

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

Loading…
Cancel
Save