Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: remove maintainership of ma27 from a few packages #108126

Merged
merged 2 commits into from Jan 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/geogebra/default.nix
Expand Up @@ -27,7 +27,7 @@ let
calculus in one easy-to-use package.
'';
homepage = "https://www.geogebra.org/";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
license = with licenses; [ gpl3 cc-by-nc-sa-30 geogebra ];
platforms = with platforms; linux ++ darwin;
hydraPlatforms = [];
Expand Down
Expand Up @@ -34,6 +34,6 @@ rustPlatform.buildRustPackage rec {
description = "A syntax-highlighting pager for git";
changelog = "https://github.com/dandavison/delta/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ marsam ma27 zowoq ];
maintainers = with maintainers; [ marsam zowoq ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/yabar/build.nix
Expand Up @@ -50,6 +50,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/geommer/yabar";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}
26 changes: 0 additions & 26 deletions pkgs/development/python-modules/htmltreediff/default.nix

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pyaxmlparser/default.nix
Expand Up @@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/appknox/pyaxmlparser";
# Files from Androguard are licensed ASL 2.0
license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/yowsup/default.nix
Expand Up @@ -30,6 +30,6 @@ buildPythonPackage rec {
homepage = "https://github.com/tgalal/yowsup";
description = "The python WhatsApp library";
license = licenses.gpl3;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/admin/chkcrontab/default.nix
Expand Up @@ -14,7 +14,7 @@ buildPythonApplication rec {
meta = with stdenv.lib; {
description = "A tool to detect crontab errors";
license = licenses.asl20;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ SuperSandro2000 ];
homepage = "https://github.com/lyda/chkcrontab";
};
}
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -2826,8 +2826,6 @@ in {

html-sanitizer = callPackage ../development/python-modules/html-sanitizer { };

htmltreediff = callPackage ../development/python-modules/htmltreediff { };

HTSeq = callPackage ../development/python-modules/HTSeq { };

httmock = callPackage ../development/python-modules/httmock { };
Expand Down