diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:15:42 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:30:12 +0000 |
commit | 620b7147974135999e0fe7d83667f2ece7dd32eb (patch) | |
tree | 7cff82a3b1cf6e89d08d851a9eb836368e3477ac | |
parent | e82cf8b81974fcf2ae6c800da8d59df7699610c1 (diff) |
databases/py-mycli: Update WWW and clean up pkg-descr
-rw-r--r-- | databases/py-mycli/Makefile | 3 | ||||
-rw-r--r-- | databases/py-mycli/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-mycli/Makefile b/databases/py-mycli/Makefile index ec7abf700c5c..ee1b8a916838 100644 --- a/databases/py-mycli/Makefile +++ b/databases/py-mycli/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CLI for MySQL Database with auto-completion and syntax highlighting -WWW= https://www.mycli.net/ +WWW= https://www.mycli.net/ \ + https://github.com/dbcli/mycli LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/databases/py-mycli/pkg-descr b/databases/py-mycli/pkg-descr index 042388acd90f..5b9bbc145878 100644 --- a/databases/py-mycli/pkg-descr +++ b/databases/py-mycli/pkg-descr @@ -1,4 +1,2 @@ mycli is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting. - -See also: https://github.com/dbcli/mycli |