mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
package.nix: Fix license
This commit is contained in:
parent
dd57a06ee2
commit
5404345bc7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ in rustPlatform.buildRustPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Multi-tenant Nix binary cache system";
|
||||
homepage = "https://github.com/zhaofengli/attic";
|
||||
license = licenses.agpl3Plus;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ zhaofengli ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue