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 /gnu | |
| 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>
Diffstat (limited to 'gnu')
| -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 6a1d2281247..c11f7ca3836 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm | |||
| @@ -1416,7 +1416,7 @@ tools.") | |||
| 1416 | (list alsa-lib)) | 1416 | (list alsa-lib)) |
| 1417 | (home-page "https://audiofile.68k.org/") | 1417 | (home-page "https://audiofile.68k.org/") |
| 1418 | (synopsis "Library to handle various audio file formats") | 1418 | (synopsis "Library to handle various audio file formats") |
| 1419 | (description "This is an open-source version of SGI's audiofile library. | 1419 | (description "This is a free software version of SGI's audiofile library. |
| 1420 | It provides a uniform programming interface for processing of audio data to | 1420 | It provides a uniform programming interface for processing of audio data to |
| 1421 | and from audio files of many common formats. | 1421 | and from audio files of many common formats. |
| 1422 | 1422 | ||
