Merge pull request #186830 from amesgen/radicle-cli-license

This commit is contained in:
Sandro 2022-08-16 11:35:05 +02:00 committed by GitHub
commit f0ea4ca5f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ rustPlatform.buildRustPackage rec {
meta = { meta = {
description = "Command-line tooling for Radicle, a decentralized code collaboration network"; description = "Command-line tooling for Radicle, a decentralized code collaboration network";
homepage = "https://radicle.xyz"; homepage = "https://radicle.xyz";
license = lib.licenses.gpl3; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ amesgen ]; maintainers = with lib.maintainers; [ amesgen ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
mainProgram = "rad"; mainProgram = "rad";