Skip to content

Commit

Permalink
Remove fridh as maintainer of older Python packages
Browse files Browse the repository at this point in the history
I am not interested in maintaining packages for Python < 3.7.
  • Loading branch information
FRidh committed Jun 5, 2020
1 parent 913bee3 commit 8def595
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ipython/7.9.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ buildPythonPackage rec {
description = "IPython: Productive Interactive Computing";
homepage = "http://ipython.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ bjornfor fridh ];
maintainers = with maintainers; [ bjornfor ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/jupyter_client/5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "Jupyter protocol implementation and client libraries";
homepage = "https://jupyter.org/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
maintainers = with lib.maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/nbformat/2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "The Jupyter Notebook format";
homepage = "https://jupyter.org/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh globin ];
maintainers = with lib.maintainers; [ globin ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/notebook/2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ buildPythonPackage rec {
description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";
homepage = "https://jupyter.org/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fridh ];
maintainers = with lib.maintainers; [ ];
};
}

0 comments on commit 8def595

Please sign in to comment.