diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-10-18 03:53:22 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-10-18 14:40:13 +0300 |
commit | 70019f624a8d188cf30dcc8b1eb9440a6cffb49c (patch) | |
tree | 268c65381c8f2a8fe198d40a9c2dbdb3da298acc /freebsd/Makefile | |
parent | 3742537fdb49e332643eec2656d4ff4ac49b1260 (diff) | |
download | sciteco-70019f624a8d188cf30dcc8b1eb9440a6cffb49c.tar.gz |
FreeBSD package: changed website to https://rhaberkorn.github.io/sciteco/
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 72e4480..29f7120 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= https://github.com/rhaberkorn/${PORTNAME}/releases/download/v${DIS MAINTAINER= robin.haberkorn@googlemail.com COMMENT= Scintilla-based Text Editor and Corrector -WWW= https://github.com/rhaberkorn/sciteco +WWW= https://rhaberkorn.github.io/sciteco/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING |