Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit cd79024

Browse files
[pass:1.6]
* Add url metadata
1 parent 72a8863 commit cd79024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pass/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
from albert import *
99

1010
md_iid = "2.1"
11-
md_version = "1.5"
11+
md_version = "1.6"
1212
md_name = "Pass"
1313
md_description = "Manage passwords in pass"
1414
md_license = "BSD-3"
15+
md_url = "https://github.com/albertlauncher/python/tree/master/pass"
1516
md_authors = ["@benedictdudel", "@maxmil", "@Pete-Hamlin"]
1617
md_bin_dependencies = ["pass"]
1718

0 commit comments

Comments
 (0)