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

Commits on Nov 25, 2020

  1. Copy the full SHA
    efe4ee6 View commit details

Commits on Nov 26, 2020

  1. Merge pull request #104926 from SuperSandro2000/maintainer-commandodev

    maintainers: boothead -> commandodev
    RaghavSood authored Nov 26, 2020
    Copy the full SHA
    fa52880 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 maintainers/maintainer-list.nix
  2. +1 −1 pkgs/development/libraries/rdkafka/default.nix
  3. +1 −1 pkgs/development/libraries/zookeeper_mt/default.nix
4 changes: 2 additions & 2 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
@@ -1152,9 +1152,9 @@
githubId = 50839;
name = "Brian Jones";
};
boothead = {
commandodev = {
email = "ben@perurbis.com";
github = "boothead";
github = "commandodev";
githubId = 87764;
name = "Ben Ford";
};
2 changes: 1 addition & 1 deletion pkgs/development/libraries/rdkafka/default.nix
Original file line number Diff line number Diff line change
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/edenhill/librdkafka";
license = licenses.bsd2;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ boothead ];
maintainers = with maintainers; [ commandodev ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/zookeeper_mt/default.nix
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = "http://zookeeper.apache.org";
description = "Apache Zookeeper";
license = licenses.asl20;
maintainers = [ maintainers.boothead ];
maintainers = [ maintainers.commandodev ];
platforms = platforms.unix;
};
}