confluent-cli, confluent-platform: add maintainer autophagy

This commit is contained in:
Mika Naylor 2023-10-07 21:59:44 +02:00
parent 9b25ba863c
commit 816014157e
No known key found for this signature in database
GPG Key ID: 734E068BCC06C31D
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = "https://docs.confluent.io/confluent-cli/current/overview.html";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ rguevara84 ];
maintainers = with maintainers; [ rguevara84 autophagy ];
# TODO: There's support for i686 systems but I do not have any such system
# to build it locally on, it's also unfree so I cannot rely on ofborg to

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Confluent event streaming platform based on Apache Kafka";
homepage = "https://www.confluent.io/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ zoedsoupe ];
maintainers = with lib.maintainers; [ zoedsoupe autophagy ];
platforms = lib.platforms.unix;
};
})