maintainers: boothead -> commandodev

This commit is contained in:
Sandro Jäckel 2020-11-25 20:41:31 +01:00
parent 3bff81a7fb
commit efe4ee67d0
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
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;
};
}