From 61e4c86ad1188cee3c0c13ae1fde6e67fa8dca76 Mon Sep 17 00:00:00 2001 From: Runciter Date: Sat, 9 Nov 2024 16:48:37 +0800 Subject: Deprecation warning and typo. M whispers/packages/whispers.scm whispers: update deprecate symbol. M whispers/services/ssh-tunneler.scm Correct typo. --- whispers/packages/whispers.scm | 4 ++-- whispers/services/ssh-tunneler.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'whispers') diff --git a/whispers/packages/whispers.scm b/whispers/packages/whispers.scm index 2618635..2177f5a 100644 --- a/whispers/packages/whispers.scm +++ b/whispers/packages/whispers.scm @@ -9,7 +9,7 @@ ;;; your option) any later version. ;;; ;;; Whispers is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of + ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; @@ -55,7 +55,7 @@ `(#:modules ((ice-9 match) (ice-9 ftw) - ,@%gnu-build-system-modules) + ,@%default-gnu-imported-modules) #:phases (modify-phases %standard-phases diff --git a/whispers/services/ssh-tunneler.scm b/whispers/services/ssh-tunneler.scm index 18cb4f3..9536394 100644 --- a/whispers/services/ssh-tunneler.scm +++ b/whispers/services/ssh-tunneler.scm @@ -85,7 +85,7 @@ (default "")) ;; A boolean value. ;; A string. - ;; It is thinked so that the use-agent? switch of + ;; It is thunked so that the use-agent? switch of ;; binds both agent? and is-rea-file in ;; opposite states, without exposing this detail to the user. (id-rsa-file? ssh-connection-configuration-id-rsa-file? -- cgit v1.2.3