Skip to content

Commit

Permalink
Remove mentions to old url.
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinthecalculator committed Jun 24, 2024
1 parent 466aea7 commit e10683f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/sops/packages/utils.scm
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
(synopsis "Utilities for deploying secrets")
(description "This package bundles a set of scripts required to facilitate
the deploying of SOPS Guix secrets.")
(home-page "https://sr.ht/~fishinthecalculator/sops-guix/")
(home-page "https://github.com/fishinthecalculator/sops-guix")
(license license:gpl3)))
2 changes: 1 addition & 1 deletion modules/sops/secrets.scm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(raise
(formatted-message
(G_ "key field value must follow Python's dictionary syntax, but ~a was found.~%~%Please refer to the SOPS documentation to make sure of the actual syntax,
or if you are really it's a bug in SOPS Guix make sure to report it at https://todo.sr.ht/~fishinthecalculator/sops-guix .")
or if you are really it's a bug in SOPS Guix make sure to report it at https://github.com/fishinthecalculator/sops-guix .")
value))))

(define (sanitize-sops-list-key value)
Expand Down

0 comments on commit e10683f

Please sign in to comment.