minio: fix license change

Update from #123130 has moved from Apache 2.0 to AGPLv3
This commit is contained in:
06kellyjac 2021-05-16 10:38:36 +01:00
parent 89f90fda19
commit 02b121bf85

View file

@ -51,6 +51,6 @@ buildGoModule rec {
description = "An S3-compatible object storage server";
maintainers = with maintainers; [ eelco bachp ];
platforms = platforms.unix;
license = licenses.asl20;
license = licenses.agpl3Plus;
};
}