diff options
author | B. Stack <bgstack15@gmail.com> | 2021-05-27 15:13:22 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-05-27 15:13:22 +0000 |
commit | 1ae92b85815765375cf628a3bf56a8b219c2b672 (patch) | |
tree | be2c2cfe517263c222b08967a34f30eac6f700d1 /palemoon | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | irfanview 4.58 rc1 (diff) | |
download | stackrpms-1ae92b85815765375cf628a3bf56a8b219c2b672.tar.gz stackrpms-1ae92b85815765375cf628a3bf56a8b219c2b672.tar.bz2 stackrpms-1ae92b85815765375cf628a3bf56a8b219c2b672.zip |
Merge branch 'irfanview-bump' into 'master'
irfanview 4.58
See merge request bgstack15/stackrpms!238
Diffstat (limited to 'palemoon')
-rw-r--r-- | palemoon/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palemoon/README.md b/palemoon/README.md index 13fd5bf..1635ba9 100644 --- a/palemoon/README.md +++ b/palemoon/README.md @@ -21,7 +21,7 @@ Credit goes to so many sources and inspirations: Fold the debian changelog notes with: - :'<,'>!fold -w 72 -s | sed -r -e 's/^([^ ])/ \1/' + :'<,'>!sed -r -e 's/^ */* /;' | fold -w 72 -s | sed -r -e 's/^([^\*])/ \1/;' -e 's/^\*/ */;' # Differences from upstream None |