aboutsummaryrefslogtreecommitdiff
path: root/CODEOWNERS
Commit message (Collapse)AuthorAge
* teams: sysadmin: Adopt more files.Sharlatan Hellseher2025-08-22
| | | | | | | | | | | | | - rdesktop :: Remote Desktop management, more likely used in sysadmin tasks. - vnc :: Virtual Network Computing is a graphical desktop-sharing system, more like used in sysadmin tasks. * etc/teams.scm (sysadmin)<#:scope>: Add "gnu/packages/rdesktop.scm", and "gnu/packages/vnc.scm". * CODEOWNERS: Regenerate file. Change-Id: I2e1df892147367932452c9b99e37703c46b2957a
* gnu: c2rust: Move to (gnu packages rust-apps).Hilton Chain2025-08-21
| | | | | | | | | | | | | | | | | | | | As all these crates are only used by c2rust itself, they can be safely removed. * gnu/packages/patches/c2rust-ast-exporter-local-search.patch: Delete file. * gnu/packages/c2rust.scm: Delete file. (rust-c2rust-ast-builder-0.18, rust-c2rust-ast-exporter-0.18) (rust-c2rust-ast-printer-0.18, rust-c2rust-bitfields-0.18) (rust-c2rust-bitfields-derive-0.18, rust-c2rust-build-paths-0.18) (rust-c2rust-transpile-0.18): Delete variables. (%tinycbor-source, c2rust): Move to ... * gnu/packages/rust-apps.scm (%tinycbor-source, c2rust): ...here. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregisiter c2rust module. (dist_patch_DATA): Unregisiter patch. * etc/teams.scm (rust): Remove the file from scope. * CODEOWNERS: Likewise. Change-Id: I06dd323c5d209b92f7cc13f7fbcbe79fe868a8ff
* import: crate: Add Cargo.lock parser.Hilton Chain2025-08-21
| | | | | | | | | | | | | | * guix/import/crate/cargo-lock.scm: New file. * Makefile.am (MODULES): Regisiter it. * etc/teams.scm (rust)[#:scope]: Add it. * CODEOWNERS: Add it. * guix/import/crate.scm (cargo-lock->expressions): New procedure. * tests/crate.scm (temp-file): New variable. ("crate-lockfile-import"): New test. Co-authored-by: Murilo <murilo@disroot.org> Co-authored-by: Luis Guilherme Coelho <lgcoelho@disroot.org> Change-Id: I95421e9e2ba11a671b4bc4e1323c6d31a1b012c5
* etc: teams: Order alphabetically.Andreas Enge2025-08-18
| | | | | | | | | This is a follow-up to commit e8cc7e3c1688b11db9f666b350c63e2c1f763a19 * etc/teams.scm (ai): Move the variable up. * CODEOWNERS: Regenerate. Change-Id: I4cc4fcf228783392bdf8dfbe2374c19aa5a9e30d
* etc: teams: Add hpc team.Cayetano Santos2025-08-17
| | | | | | | | | * etc/teams.scm (hpc): New team. [Cayetano Santos]: Add to new team. * CODEOWNERS: Rebuild. Change-Id: I5b08aed33ea89acaa770dd2ac5dd8b991d43989a Signed-off-by: Andreas Enge <andreas@enge.fr>
* etc: teams: Add ai team.Cayetano Santos2025-08-17
| | | | | | | | * etc/teams.scm (ai): New team. [Cayetano Santos]: Add to new team. Change-Id: I6be002cf562ceb139d3a6e5d68a989a35d727f06 Signed-off-by: Andreas Enge <andreas@enge.fr>
* teams: debian: Add team.Vagrant Cascadian2025-08-17
| | | | | | | | | * etc/teams.scm (debian): Add team. [Vagrant Cascadian]: Add to debian team. * CODEOWNERS: Rebuild. Change-Id: Iab42f6d6ba94fece017e137bd6a9ee280a849b19 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: Add FluidPlug plugins.Giacomo Leidi2025-08-03
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fluidplug.scm: New file; (fluidplug-lv2): New variable; (fluidplug-plugin->package): New procedure; (fluidplug-airfont320-lv2, fluidplug-avl-drumkits-perc-lv2, fluidplug-black-pearl-4a-lv2, fluidplug-black-pearl-4b-lv2, fluidplug-black-pearl-5-lv2, fluidplug-red-zeppelin-4-lv2, fluidplug-red-zeppelin-5-lv2, fluidplug-fluidgm-lv2, fluidplug-fluidbass-lv2, fluidplug-fluidbrass-lv2, fluidplug-fluidchromperc-lv2, fluidplug-fluiddrums-lv2, fluidplug-fluidensemble-lv2, fluidplug-fluidethnic-lv2, fluidplug-fluidguitars-lv2, fluidplug-fluidorgans-lv2, fluidplug-fluidpercussion-lv2, fluidplug-fluidpianos-lv2, fluidplug-fluidpipes-lv2, fluidplug-fluidreeds-lv2, fluidplug-fluidsoundfx-lv2, fluidplug-fluidstrings-lv2, fluidplug-fluidsynthfx-lv2, fluidplug-fluidsynthleads-lv2, fluidplug-fluidsynthpads-lv2): New variables. * gnu/local.mk: Add it. * CODEOWNERS: Add it to audio team's scope. * etc/teams.scm: Add it to audio team's scope. Change-Id: I3692e2ed462bf71abe56d07712b8846a4228ad90
* gnu: Rename minetest to luanti.Liliana Marie Prikler2025-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/luanti.scm: New file. (luanti, luanti-server, luanti-topic, luanti-moreores, luanti-sound-api-core) (luanti-basic-materials, luanti-coloredwood, luanti-ethereal) (luanti-homedecor-modpack, luanti-mesecons, luanti-mineclone, luanti-mobs) (luanti-mobs-animal, luanti-mobs-monster, luanti-pipeworks, luanti-technic) (luanti-throwing, luanti-throwing-arrows, luanti-worldedit) (luanti-unifieddyes, luanti-unified-inventory, luanti-advtrains) (luanti-basic-trains, luanti-oneblock, luanti-wielded-light): New variables. * gnu/packages/minetest.scm: (minetest, minetest-server, minetest-topic, minetest-moreores) (minetest-sound-api-core, minetest-basic-materials, minetest-coloredwood) (minetest-ethereal, minetest-homedecor-modpack, minetest-mesecons) (minetest-mineclone, minetest-mobs, minetest-mobs-animal) (minetest-mobs-monster, minetest-pipeworks, minetest-technic) (minetest-throwing, minetest-throwing-arrows, minetest-worldedit) (minetest-unifieddyes, minetest-unified-inventory, minetest-advtrains) (minetest-basic-trains, minetest-oneblock, minetest-wielded-light): Deprecate in favor of the above. (minetest-game): Move to… * gnu/packages/luanti.scm (minetest-game): … here. * gnu/local.mk (GNU_SYSTEM_MODULES): Register luanti.scm. * guix/build-system/luanti.scm: New file. (luanti-mod-build-system): New public variable. * guix/build-system/minetest.scm (minetest-mod-build-system): Deprecate in favor of luanti-mod-build-system. * guix/build/luanti-build-system.scm: New file, renamed from… * guix/build/minetest-build-system.scm: … this. Deprecate in favor of luanti-build-system. * guix/import/luanti.scm: New file, renamed from guix/import/minetest.scm. (%contentdb-api): Switch to “https://content.luanti.org/api/”. (luanti-package?, latest-luanti-release, luanti->guix-package) (luanti-recursive-import, %luanti-updater): New public variables. * guix/import/minetest.scm (minetest-package?, latest-minetest-release) (minetest->guix-package, minetest-recursive-import, %minetest-updater): Deprecate in favor of the luanti variants above. * guix/scripts/import/luanti.scm: New file, renamed from guix/scripts/import/minetest.scm. (guix-import-luanti): New public variable. * guix/scripts/import/minetest.scm (guix-import-minetest): Deprecate in favor of guix-import-luanti. * tests/minetest.scm: Rename to… * tests/luanti.scm: … this. * Makefile.am (MODULES, SCM_TESTS): Adjust accordingly. * etc/teams.scm (games): Adjust accordingly. * CODEOWNERS: Adjust accordingly.
* teams: science: Adopt more files.Sharlatan Hellseher2025-07-11
| | | | | | | | | | | | | | | | | | | | - fortran(-.+|) :: programming language, more likely used in scientific research - graph :: any packages related to Graph theory solving problems - lean :: proof assistant and a functional programming language - medical :: any software related to medical science or equipment - sagemath :: system for Algebra and Geometry Experimentation - statistics :: any packages (more likely R or Python) for any sort of Statistical analysis * etc/teams.scm (science)<#:scope>: Add "^gnu/packages/fortran(-.+|)\\.scm$", "gnu/packages/graph.scm", "gnu/packages/lean.scm", "gnu/packages/medical.scm", "gnu/packages/sagemath.scm", and "gnu/packages/statistics.scm". * CODEOWNERS: Regenerate file. Change-Id: Id7e599071ccfd438e8eb797c4accda9d35d76720 Signed-off-by: Andreas Enge <andreas@enge.fr>
* teams: Drop caret from file name regexps in ‘CODEOWNERS’.Ludovic Courtès2025-06-20
| | | | | | | | | | Fixes guix/guix#451. * etc/teams.scm (team->codeowners-snippet): Drop caret from regexps. * CODEOWNERS: Regenerate. Change-Id: Ibf83a5d1a1a3306c3c369980d2cc5f2a7b8a81ac Reported-by: Hilton Chain <hako@ultrarare.space>
* teams: Add xiph.scm to the audio team.Andreas Enge2025-06-18
| | | | | | | * etc/teams.scm (audio): Add gnu/packages/xiph.scm. * CODEOWNERS: Regenerate file. Change-Id: I9b47bac4bae2d53631bcfaed4922ff93aab9aaa6
* teams: Update CODEOWNERS.Andreas Enge2025-06-16
| | | | | | | | This is a follow-up to commit 7afea2e9b6180add964fc6c28384b6213034669e . * CODEOWNERS: Commit changes obtained by "make". Change-Id: Iab6780e01d58a91eda7e349687fa117d040ec6e6
* Update ‘CODEOWNERS’.Ludovic Courtès2025-06-02
| | | | Change-Id: I802e5e76cf815287ec1a58f1c053e1883c7ea655
* maint: Add ‘CODEOWNERS’ file.Ludovic Courtès2025-05-25
This is a followup to 8dff81313876a54519ce17e9fda64d4310e2dd5c. * CODEOWNERS: New file. Change-Id: Ib215895a22840295c52ceb0fa0b7b7d55b5bae37