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