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: 016a8b6f5cca
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f03558890739
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 21, 2019

  1. Remove fleaz as maintainer and from all pkgs

    Felix Breidenstein committed Oct 21, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    5726600 View commit details

Commits on Oct 22, 2019

  1. Merge pull request #71517 from fleaz/remove_fleaz

    Remove fleaz as maintainer
    lheckemann authored Oct 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    f035588 View commit details
Showing with 1 addition and 7 deletions.
  1. +0 −6 maintainers/maintainer-list.nix
  2. +1 −1 pkgs/servers/home-assistant/default.nix
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -2179,12 +2179,6 @@
githubId = 2817965;
name = "f--t";
};
fleaz = {
email = "mail@felixbreidenstein.de";
github = "fleaz";
githubId = 2489598;
name = "Felix Breidenstein";
};
fadenb = {
email = "tristan.helmich+nixos@gmail.com";
github = "fadenb";
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
@@ -145,6 +145,6 @@ in with py.pkgs; buildPythonApplication rec {
homepage = https://home-assistant.io/;
description = "Open-source home automation platform running on Python 3";
license = licenses.asl20;
maintainers = with maintainers; [ fleaz dotlambda globin ];
maintainers = with maintainers; [ dotlambda globin ];
};
}