Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82dcbdfb9fe9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 097cd34db0c2
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 1, 2021

  1. treewide: remove maintainership of ma27 from a few packages

    Those are packages I don't use anymore for a longer time and I therefore
    don't think that listing me as maintainer is a good idea. If those
    should be removed now, I'd be fine with that.
    
    SuperSandro2000 will take care of a few packages[1].
    
    [1] #108126 (review)
    Ma27 committed Jan 1, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    mweinelt Martin Weinelt
    Copy the full SHA
    e7d1be8 View commit details
  2. python3Packages.htmltreediff: remove

    Not used anywhere and also not updated for a long time.
    Ma27 committed Jan 1, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0d3f7b6 View commit details

Commits on Jan 2, 2021

  1. Merge pull request #108126 from Ma27/cleanup-maintained-pkgs

    treewide: remove maintainership of `ma27` from a few packages
    Ma27 authored Jan 2, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    097cd34 View commit details
2 changes: 1 addition & 1 deletion pkgs/applications/science/math/geogebra/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [];
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -2840,8 +2840,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 { };