summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2018-06-06 11:16:25 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2018-06-06 11:21:19 +0900
commit1b70b5cef901166f01d3a411191d0a493463dd67 (patch)
tree51de29e9a76ffddf26335d19f3524a31b585b7cf
parent17577aedf1a123534f2d29df239f4250d71579b5 (diff)
downloadlibhangul-1b70b5cef901166f01d3a411191d0a493463dd67.tar.gz
Ownership transfer to libhangul organization
This make the url look more official.
-rw-r--r--README6
-rw-r--r--configure.ac2
-rw-r--r--doc/mainpage.dox8
-rw-r--r--po/Makevars2
4 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 64f2e76..9578af9 100644
--- a/README
+++ b/README
@@ -15,10 +15,10 @@ How to build
# make install
Download:
- * https://github.com/choehwanjin/libhangul/releases
+ * https://github.com/libhangul/libhangul/releases
Bug report:
- * https://github.com/choehwanjin/libhangul/issues
+ * https://github.com/libhangul/libhangul/issues
Web sites
- * Project page: https://github.com/choehwanjin/libhangul
+ * Project page: https://github.com/libhangul/libhangul
diff --git a/configure.ac b/configure.ac
index 7cf9656..d49ad63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libhangul, 0.1.0, https://github.com/choehwanjin/libhangul)
+AC_INIT(libhangul, 0.1.0, https://github.com/libhangul/libhangul)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([hangul/hangul.h])
AC_CONFIG_HEADER([config.h])
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 04ce3d1..9e6c606 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -22,13 +22,13 @@ libhangul에서 제공하는 기능들은 다음 레퍼런스에서 찾아볼
@section download 다운로드
최근 릴리스들은 libhangul의 프로젝트 페이지에서 받을 수 있다.
-https://github.com/choehwanjin/libhangul/releases
+https://github.com/libhangul/libhangul/releases
개발버젼의 소스는 <a href="http://github.com/">github</a>의
repository에서 받을 수 있다.
@code
-git clone git://github.com/choehwanjin/libhangul.git
+git clone git://github.com/libhangul/libhangul.git
@endcode
@section compile libhangul 어플리케이션 컴파일
@@ -57,12 +57,12 @@ http://www.freedesktop.org/wiki/Software/pkg-config
libhangul의 버그는 <a href="https://github.com/">GitHub</a>의
이슈트래커로 관리하고 있다.
-이슈트래커: https://github.com/choehwanjin/libhangul/issues
+이슈트래커: https://github.com/libhangul/libhangul/issues
@section website 웹주소
libhangul은 <a href="https://github.com/">GitHub</a>에서 호스팅되고
있다.
-Project page: https://github.com/choehwanjin/libhangul
+Project page: https://github.com/libhangul/libhangul
*/
diff --git a/po/Makevars b/po/Makevars
index 45fbdd7..0e27c8f 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
-MSGID_BUGS_ADDRESS = https://github.com/choehwanjin/libhangul
+MSGID_BUGS_ADDRESS = https://github.com/libhangul/libhangul
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.