diff options
author | Runciter | 2024-11-09 16:48:37 +0800 |
---|---|---|
committer | Runciter | 2024-11-09 16:48:37 +0800 |
commit | 61e4c86ad1188cee3c0c13ae1fde6e67fa8dca76 (patch) | |
tree | 694ccd079dd59a539b1b7e12a37e90c1f9c92091 /whispers/packages | |
parent | 9fe237dd6e826bedb5ebb69e80d0b16e81cadfdc (diff) | |
download | whispers-61e4c86ad1188cee3c0c13ae1fde6e67fa8dca76.tar.gz |
Deprecation warning and typo.
M whispers/packages/whispers.scm
whispers: update deprecate symbol.
M whispers/services/ssh-tunneler.scm
Correct typo.
Diffstat (limited to 'whispers/packages')
-rw-r--r-- | whispers/packages/whispers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |