Merge pull request #259623 from autophagy/confluent-maintainer

confluent-cli, confluent-platform: add maintainer autophagy
This commit is contained in:
Weijia Wang 2023-10-28 02:45:58 +02:00 committed by GitHub
commit 76c1e03aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,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;
};
})