mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
minio: fix license change
Update from #123130 has moved from Apache 2.0 to AGPLv3
This commit is contained in:
parent
89f90fda19
commit
02b121bf85
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user