diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-22 12:14:02 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-22 14:17:14 +0200 |
commit | 659204ff2c15b2b8d6c0bb04c0d36bfcb5f18226 (patch) | |
tree | c040ca28778f3488120f966e06eb3d57ba25bb69 /gnu/packages | |
parent | e1a94fe09cb81d0757b8c35356d3e5ad15f6f9f8 (diff) | |
download | patches-659204ff2c15b2b8d6c0bb04c0d36bfcb5f18226.tar patches-659204ff2c15b2b8d6c0bb04c0d36bfcb5f18226.tar.gz |
gnu: pass-rotate: Update upstream location.
* gnu/packages/password-utils.scm (pass-rotate)[source]: Update to new
source uri.
[home-page]: Update to new home-page.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/password-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 3e6212f38b..98d7effd3c 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -965,7 +965,7 @@ to use a different password manager.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/SirCmpwn/pass-rotate") + (url "https://github.com/ddevault/pass-rotate") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -977,7 +977,7 @@ to use a different password manager.") ("python-docopt" ,python-docopt) ("python-html5lib" ,python-html5lib) ("python-requests" ,python-requests))) - (home-page "https://github.com/SirCmpwn/pass-rotate") + (home-page "https://github.com/ddevault/pass-rotate") (synopsis "Rotate password on online services") (description "pass-rotate is a command line utility and python library for rotating passwords on various web services. It makes it easier to rotate your |