guix/guix
Giacomo Leidi c425bac93d
Update Giacomo's email address.
The change was automated via:

git grep -l goodoldpaul@autistici.org |
    xargs sed -i 's/goodoldpaul@autistici.org/therewasa@fishinthecalculator.me/g'

* .mailmap: New entry.

Change-Id: I1629388334695d221647afe6a14faf61af5fe0d6
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-12-03 14:38:09 +09:00
..
build Update Giacomo's email address. 2025-12-03 14:38:09 +09:00
build-system Update Giacomo's email address. 2025-12-03 14:38:09 +09:00
import Update Giacomo's email address. 2025-12-03 14:38:09 +09:00
platforms
scripts shell: Ensure graft? is used in profile cache key. 2025-11-24 23:21:55 +01:00
store ssh: Do not default to port 22 (let guile-ssh do it). 2025-10-06 10:30:33 +02:00
tests tests: don't use 'file://...' URIs for testing git downloads. 2025-10-12 22:22:01 +02:00
android-repo-download.scm
avahi.scm
base16.scm
base32.scm
base64.scm
build-system.scm build-system: Introduce @* macro for lazy module resolution. 2025-09-04 12:19:55 +02:00
bzr-download.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
cache.scm
channels.scm channels: Export channel-reference. 2025-09-23 11:13:22 +02:00
ci.scm
colors.scm
combinators.scm
config.scm.in
cpio.scm
cpu.scm guix: cpu: Recognize CPUs through GCC-15. 2025-08-06 12:02:52 +03:00
cve.scm cve: Assume that ‘criteria’ is always defined. 2025-10-06 10:40:13 +02:00
cvs-download.scm cvs-download: Implement SWH fallback. 2025-10-01 10:30:00 +02:00
d3.v3.js
deprecation.scm
derivations.scm
describe.scm
diagnostics.scm guix: diagnostics: Export 'info' as replacement. 2025-11-15 15:53:15 +09:00
discovery.scm
docker.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
download.scm guix: download: Add mirrors for Qt5. 2025-10-29 19:48:30 +01:00
elf.scm Revert "elf: Remove bundled Guile source." 2025-10-30 16:19:49 +09:00
ftp-client.scm
gexp.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
git-authenticate.scm git-authenticate: Print a clear error message for malformed keys. 2025-08-23 16:57:21 +02:00
git-download.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
git.scm git: Fix update cached checkout when not a symref. 2025-09-25 22:04:25 +02:00
glob.scm Update Giacomo's email address. 2025-12-03 14:38:09 +09:00
gnu-maintenance.scm gnu-maintenance: ‘generic-html’ recognizes ‘release-file-regexp’ property. 2025-11-18 13:05:49 +01:00
gnupg.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
grafts.scm Revert "elf: Remove bundled Guile source." 2025-10-30 16:19:49 +09:00
graph.js
graph.scm graph: graphml backend: simplification 2025-11-27 13:03:52 +01:00
hash.scm
hg-download.scm gnu: Remove mercurial/pinned. 2025-11-27 14:22:24 +01:00
http-client.scm
i18n.scm
inferior.scm inferior: Fix cached-channel-instance utime call and return value. 2025-11-04 17:45:13 +01:00
ipfs.scm
least-authority.scm
licenses.scm licenses: Add CERN Open Hardware Licence. 2025-08-03 10:58:14 +02:00
lint.scm lint: Fix regressions in tests. 2025-11-14 16:42:16 +09:00
man-db.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
memoization.scm
modules.scm
monad-repl.scm monad-repl: Improve docstring for "verbosity" meta command. 2025-11-29 18:46:51 +01:00
monads.scm
nar.scm
narinfo.scm
openpgp.scm
packages.scm packages: Add ‘define-deprecated-package’. 2025-10-23 19:35:06 +02:00
pki.scm pki: Always make /etc/guix/acl world-readable. 2025-07-16 23:50:38 +02:00
platform.scm
profiles.scm profiles: package->manifest-entry: Filter packages. 2025-11-03 20:06:14 +08:00
profiling.scm
progress.scm
quirks.scm
read-print.scm
records.scm records: ‘match-record’ throws a well-formed ’wrong-type-arg’ exception. 2025-10-06 11:06:31 +02:00
remote.scm
repl.scm
rpm.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
scripts.scm
search-paths.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
self.scm ui: Change bug report address to Codeberg. 2025-11-02 00:32:23 +01:00
serialization.scm
sets.scm
ssh.scm ssh: Do not default to port 22 (let guile-ssh do it). 2025-10-06 10:30:33 +02:00
status.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
store.scm
substitutes.scm
svn-download.scm gnu: Remove subversion/pinned. 2025-11-27 14:22:24 +01:00
swh.scm swh: Catch swh-error when downloading from SWH Vault. 2025-07-17 16:41:28 +02:00
tests.scm tests: Increase test timeout and honor ‘GUIX_TESTS_BUILD_TIMEOUT’. 2025-10-17 12:23:54 +02:00
transformations.scm gnu: go-1.23: Add aarch64 micro-architecture compiler support. 2025-08-06 12:02:52 +03:00
ui.scm ui: Change module import suggestion string. 2025-11-24 23:22:52 +01:00
upstream.scm
utils.scm utils: Define 'target-hurd32?' predicate. 2025-11-03 17:18:38 +01:00
workers.scm