Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #259623 from autophagy/confluent-maintainer

confluent-cli, confluent-platform: add maintainer autophagy

authored by Weijia Wang and committed by GitHub 76c1e03a 8f935ecc

+2 -2
+1 -1
pkgs/development/tools/confluent-cli/default.nix
··· 41 41 homepage = "https://docs.confluent.io/confluent-cli/current/overview.html"; 42 42 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 43 43 license = licenses.unfree; 44 - maintainers = with maintainers; [ rguevara84 ]; 44 + maintainers = with maintainers; [ rguevara84 autophagy ]; 45 45 46 46 # TODO: There's support for i686 systems but I do not have any such system 47 47 # to build it locally on, it's also unfree so I cannot rely on ofborg to
+1 -1
pkgs/servers/confluent-platform/default.nix
··· 56 56 description = "Confluent event streaming platform based on Apache Kafka"; 57 57 homepage = "https://www.confluent.io/"; 58 58 license = lib.licenses.asl20; 59 - maintainers = with lib.maintainers; [ zoedsoupe ]; 59 + maintainers = with lib.maintainers; [ zoedsoupe autophagy ]; 60 60 platforms = lib.platforms.unix; 61 61 }; 62 62 })