diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-27 20:35:37 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-27 20:47:06 +0000 |
| commit | eb45f8dd8f0a4c0870385a13a7911b1e7c0da8f8 (patch) | |
| tree | b3ab5a97ce0fb052dcb8520de11b7cb3a2e955df /shells/starship | |
| parent | 2878869de4e5871c7bbde1650725472470ea3260 (diff) | |
Diffstat (limited to 'shells/starship')
| -rw-r--r-- | shells/starship/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 0cd5c8829214..8244c6edaf7e 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -6,7 +6,8 @@ DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= yuri@FreeBSD.org COMMENT= Cross-shell prompt for astronauts -WWW= https://starship.rs/ +WWW= https://starship.rs/ \ + https://github.com/starship/starship LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE |
