diff options
author | Zhu Zihao <all_but_last@163.com> | 2025-07-04 02:21:41 +0800 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-07-03 13:41:46 -0500 |
commit | 1146cfa2505c36b8a1fe82f266ad1a00b7fcc52d (patch) | |
tree | 1aed190fc0aa687bd3653b2be58fd5050d6766d4 | |
parent | 0891ac02311c8b881bafd58c96d0424cc55260d4 (diff) |
gnu: audiofile: Avoid 'open source' in description.
* gnu/packages/audio.scm (audiofile)[description]:
rephrase 'open source' as 'free software'.
Change-Id: I3e08013d1ff65cd7e0b8b8e5750b0eb2ee52d47d
Signed-off-by: jgart <jgart@dismail.de>
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 6a1d228124..c11f7ca383 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1416,7 +1416,7 @@ tools.") (list alsa-lib)) (home-page "https://audiofile.68k.org/") (synopsis "Library to handle various audio file formats") - (description "This is an open-source version of SGI's audiofile library. + (description "This is a free software version of SGI's audiofile library. It provides a uniform programming interface for processing of audio data to and from audio files of many common formats. |