diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-12-28 13:32:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-12-28 13:34:33 +0000 |
commit | 07e00f7c0955a34f3f6b67bf9a07f826f394e836 (patch) | |
tree | e726a00ad9d06441cc0190fd88ee5af8c65bc1a9 /editors/mined | |
parent | 062c252a15bfdee2bb137397f7247500eb5ad8a3 (diff) |
editors/mined: update WWW to the new mined home page
Note: ATM MASTERSITES is still correct.
Diffstat (limited to 'editors/mined')
-rw-r--r-- | editors/mined/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile index ea8aceac0db5..5b318f06e136 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= http://towo.net/mined/download/ MAINTAINER= thierry@FreeBSD.org COMMENT= Text mode editor with Unicode support -WWW= http://towo.net/mined/ +WWW= https://mined.github.io/ LICENSE= GPLv3 |