Skip to content

Commit

Permalink
minor fixes for melpa preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
triplem committed Jan 2, 2023
1 parent 0153dc4 commit 7df0cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#+title: Readme auth-source-gopass
#+category: Readme auth-source-gopass

* Auth-Source-Gopass Emacs Package

[[https://www.gnu.org/licenses/gpl-3.0][https://img.shields.io/badge/License-GPL%20v3-blue.svg]]
Expand Down
6 changes: 3 additions & 3 deletions auth-source-gopass.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

;;; Package-Requires: ((emacs "24.4"))

;;; Version: 0.0.1
;;; Version: 0.0.2

;;; Commentary:
;; This package adds gopass support to auth-source by calling
Expand Down Expand Up @@ -48,8 +48,8 @@

(defun auth-source-gopass--gopass-construct-query-path (_backend _type host user _port)
"Construct the full entry-path for the gopass entry grom HOST and USER.
Usually starting with the auth-source-gopass-path-prefix, followed by host
and user, separated by the auth-source-gopass-path-separator."
Usually starting with the `auth-source-gopass-path-prefix', followed by host
and user, separated by the `auth-source-gopass-path-separator'."
(mapconcat 'identity (list auth-source-gopass-path-prefix
host
user) auth-source-gopass-path-separator))
Expand Down

0 comments on commit 7df0cad

Please sign in to comment.