Merge pull request #104926 from SuperSandro2000/maintainer-commandodev

maintainers: boothead -> commandodev
This commit is contained in:
Raghav Sood 2020-11-26 02:21:02 +00:00 committed by GitHub
commit fa528806ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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