mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
Merge pull request #259623 from autophagy/confluent-maintainer
confluent-cli, confluent-platform: add maintainer autophagy
This commit is contained in:
commit
76c1e03aee
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user