Merge pull request #186830 from amesgen/radicle-cli-license
This commit is contained in:
commit
f0ea4ca5f0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue