diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2022-11-23 13:23:19 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2022-11-23 13:31:48 +0900 |
| commit | 0b6e0648504382f68dbfc547bd4392a3d85e8513 (patch) | |
| tree | 0c04dc7715284836a8364c4fe2a3b100d0e9ec3b /src/_pgsql_utils | |
| parent | Merge pull request #945 from zsh-users/update-conan (diff) | |
| download | zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.gz zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.bz2 zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.lz zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.xz zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.zst zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.zip | |
Update links
Diffstat (limited to 'src/_pgsql_utils')
| -rw-r--r-- | src/_pgsql_utils | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_pgsql_utils b/src/_pgsql_utils index df0d096..010df6b 100644 --- a/src/_pgsql_utils +++ b/src/_pgsql_utils @@ -1,6 +1,6 @@ #compdef psql pg_dump pg_dumpall pg_restore createdb dropdb vacuumdb createuser dropuser initdb # ------------------------------------------------------------------------------ -# Copyright (c) 2016 Github zsh-users - http://github.com/zsh-users, Dominic Mitchell, Johann 'Myrkraverk' Oskarsson, Daniel Serodio, J Smith +# Copyright (c) 2016 Github zsh-users - https://github.com/zsh-users, Dominic Mitchell, Johann 'Myrkraverk' Oskarsson, Daniel Serodio, J Smith # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -28,9 +28,9 @@ # Description # ----------- # -# Completion script for PostgreSQL utils (http://postgresql.org). +# Completion script for PostgreSQL utils (https://www.postgresql.org/). # -# Source: http://www.zsh.org/mla/users/2004/msg01006.html +# Source: https://www.zsh.org/mla/users/2004/msg01006.html # # ------------------------------------------------------------------------------ # Authors |
