diff options
author | Arun Isaac <[email protected]> | 2021-11-19 21:34:48 +0530 |
---|---|---|
committer | Arun Isaac <[email protected]> | 2021-11-19 21:35:23 +0530 |
commit | 256c3e714a459af6db2343c9120c7180c5a14462 (patch) | |
tree | 4dcf3d933a97e1e4204d9d5d68141ec409d8fab6 | |
parent | 54cc341e24a5621e44e775a28f400a5e5e2b9166 (diff) |
gnu: mycli: Update home page.
* gnu/packages/databases.scm (mycli)[home-page]: Update.
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 230f7c2490..dfa833b62a 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -22,7 +22,7 @@ ;;; Copyright © 2017, 2020 Thomas Danckaert <[email protected]> ;;; Copyright © 2017 Jelle Licht <[email protected]> ;;; Copyright © 2017 Adriano Peluso <[email protected]> -;;; Copyright © 2017 Arun Isaac <[email protected]> +;;; Copyright © 2017, 2021 Arun Isaac <[email protected]> ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017, 2018 Alex Vong <[email protected]> ;;; Copyright © 2017, 2018 Ben Woodcroft <[email protected]> @@ -641,7 +641,7 @@ replacement for the code@{python-memcached} library.") ("python-pymysql" ,python-pymysql) ("python-pyperclip" ,python-pyperclip) ("python-sqlparse" ,python-sqlparse))) - (home-page "http://mycli.net") + (home-page "https://www.mycli.net") (synopsis "Terminal Client for MySQL with AutoCompletion and Syntax Highlighting") (description |