mirror of
https://github.com/zhaofengli/attic.git
synced 2025-03-15 13:07:49 +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; {
|
meta = with lib; {
|
||||||
description = "Multi-tenant Nix binary cache system";
|
description = "Multi-tenant Nix binary cache system";
|
||||||
homepage = "https://github.com/zhaofengli/attic";
|
homepage = "https://github.com/zhaofengli/attic";
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ zhaofengli ];
|
maintainers = with maintainers; [ zhaofengli ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue