keybase: add license
See issue: https://github.com/NixOS/nixpkgs/issues/43716
This commit is contained in:
parent
5189a27237
commit
b568b813d8
@ -36,5 +36,6 @@ buildGoPackage rec {
|
|||||||
description = "The Keybase official command-line utility and service.";
|
description = "The Keybase official command-line utility and service.";
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ carlsverre np rvolosatovs ];
|
maintainers = with maintainers; [ carlsverre np rvolosatovs ];
|
||||||
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user