diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-07-02 13:18:03 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-07-02 13:18:03 +0000 |
commit | 426015e8141c71866d22416de890ad585d31c714 (patch) | |
tree | 547bdcc94f8fe3922ec812ceb645ce13dd04dce6 /editors/codelite | |
parent | 45b4f6fbe60416ef29cfe4b76fa38f3210d57770 (diff) | |
download | pkgsrc-426015e8141c71866d22416de890ad585d31c714.tar.gz |
Update HOMEPAGE
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index cfdbeec1edb..b569f48935f 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/03 00:32:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2019/07/02 13:18:03 ryoon Exp $ DISTNAME= codelite-9.1 PKGREVISION= 17 @@ -6,7 +6,7 @@ CATEGORIES= editors x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/eranif/codelite/ +HOMEPAGE= https://codelite.org/ COMMENT= Cross platform C/C++/PHP and Node.js IDE written in C++ LICENSE= gnu-gpl-v2 |