maintainers: boothead -> commandodev

wip/yesman
Sandro Jäckel 4 years ago
parent 3bff81a7fb
commit efe4ee67d0
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 4
      maintainers/maintainer-list.nix
  2. 2
      pkgs/development/libraries/rdkafka/default.nix
  3. 2
      pkgs/development/libraries/zookeeper_mt/default.nix

@ -1152,9 +1152,9 @@
githubId = 50839;
name = "Brian Jones";
};
boothead = {
commandodev = {
email = "ben@perurbis.com";
github = "boothead";
github = "commandodev";
githubId = 87764;
name = "Ben Ford";
};

@ -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 ];
};
}

@ -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;
};
}

Loading…
Cancel
Save