aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: b31f7fd74d457543fee1d2e3b6f3ef2303fa255d (about) (plain)
1
2
3
*.scm       diff=scheme
*.scm.in    diff=scheme
*.texi      diff=texinfo
11-20gnu: inkbox: Update home-page and source URI....* gnu/packages/ebook.scm (inkbox)[home-page]: Set to repository, as the previous was NXDOMAIN. [source](uri): Use HOME-PAGE. Marius Bakke 2022-09-16gnu: Add shirah....* gnu/packages/ebook.scm (shirah): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> M 2022-09-16gnu: Add python-ebooklib....* gnu/packages/ebook.scm (python-ebooklib): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> M 2022-08-21gnu: cozy: Update to 1.2.1....* gnu/packages/ebook.scm (cozy): Update to 1.2.1. Vinicius Monego 2022-07-31gnu: qtwebengine: Rename to qtwebengine-5....Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer