Commit graph

4184 commits

Author SHA1 Message Date
Anderson Torres 3bb0ae1512
Merge pull request #181432 from aiotter/patch-2
zig: build on darwin
2022-07-16 11:02:48 -03:00
Stella 9aebffaaa0
maintainers: add keksbg 2022-07-16 14:49:34 +03:00
aiotter 036b52f824 maintainers: add aiotter 2022-07-16 14:57:54 +09:00
zowoq e050f61496
maintainers: remove longkeyid
fixes eval
2022-07-16 10:22:17 +10:00
Hayden Curfman bfdb0b8abe maintainers: add hhydraa 2022-07-15 19:14:49 -04:00
Pascal Wittmann 26ddf3454a
Merge pull request #138255 from natsukium/mafft/init
mafft: init at 7.487
2022-07-16 00:54:59 +02:00
Maria 7d85a1821e
maintainers: add mariaa144 2022-07-15 18:26:41 -04:00
Netali 758d9a06e4 maintainers: add netali 2022-07-15 23:42:29 +02:00
Sandro 5c9855d06a
Merge pull request #181551 from ken-matsui/cpm
cpm: init at 0.35.1
2022-07-15 22:28:19 +02:00
Elia Argentieri 22cc20eba8
obs-studio-plugins.obs-pipewire-audio-capture: init at 1.0.3 (#179459)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-15 16:41:29 +02:00
Jocelyn Thode 35f11c1fb9 maintainers: add jocelynthode 2022-07-15 16:36:23 +02:00
Sandro e83851024e
Merge pull request #179990 from ShadowRZ/shadowrz/renpy-8 2022-07-15 12:10:09 +02:00
Ken Matsui f1ce2d43a1
maintainers: add ken-matsui 2022-07-15 11:13:32 +09:00
nook 8e81fcae4c maintainers: add nook 2022-07-14 20:48:41 +02:00
夜坂雅 7de963e9a3
maintainers: add shadowrz 2022-07-14 09:43:06 +08:00
thyol 55853ae096 maintainers: add thyol 2022-07-13 12:30:44 +02:00
revol-xut 6d9df51984
teams: add revol-xut to c3d2 2022-07-11 11:32:31 +02:00
Michal 602e9830e9
maintainers: add ihatethefrench 2022-07-10 20:43:36 +01:00
Rick van Schijndel c9d04fce5f
Merge pull request #180299 from DAlperin/add-bun
bun: init at 0.1.1
2022-07-09 22:50:51 +02:00
Dov Alperin 63a859c835
bun: init at 0.1.1 2022-07-09 14:10:09 -04:00
Anderson Torres cdc8b2b62a
Merge pull request #179500 from 0xd61/submit/gf
gf: init at unstable-2022-06-22
2022-07-09 08:36:41 -03:00
kilimnik a3ca332d09 maintainers: update github for kilimnik 2022-07-09 01:09:32 +02:00
Soham S Gumaste 1087880e0b
ocs-url: init at 3.1.0
This package is used by DE store pages to one click install themes/fonts and other assets.

Signed-off-by: Soham S Gumaste <sgumas2@uic.edu>
2022-07-08 13:49:16 -05:00
Soham S Gumaste 44fbd03e79
maintainers: Add SohamG 2022-07-08 12:57:16 -05:00
Peder Bergebakken Sundt 97039777aa maintainers: add pbsds 2022-07-08 12:27:48 -04:00
Thiago Kenji Okada abc007896b maintainers: add matrix for thiagokokada 2022-07-07 20:44:35 +01:00
kilimnik 30744e35e0 maintainers: add kilimnik 2022-07-07 21:01:12 +02:00
Milan Hauth b0c63ef0d1 fetch-kde-qt.sh: get sha256 from server 2022-07-07 19:30:10 +02:00
leo60228 46e67b8043
maintainers: update email for leo60228, add matrix and keys 2022-07-07 11:48:16 -04:00
Sandro ed474bf685
Merge pull request #176139 from jsoo1/jsoo1/limitcpu 2022-07-07 15:53:23 +02:00
John Soo 759cf488a8
maintainers: add jsoo1 2022-07-06 09:01:41 -07:00
squalus d50fffb079 maintainers: update email for squalus 2022-07-06 12:12:35 -03:00
pennae c9ad20e7eb
Merge pull request #179483 from pennae/mdize-maintainer-script
maintainers: add a helper script for the options doc conversion
2022-07-05 21:35:15 +00:00
Robert Hensing 20f5ebdd3c maintainers/mdize-module: Add known limitations 2022-07-05 19:15:11 +02:00
Linus Heckemann ec2bee2404 maintainers: remove elseym
Simon passed away in December 2021.

Simon, it was a pleasure to work with you, to learn things together
and to share good times. It ended too soon. You will be missed.
2022-07-04 21:21:38 +02:00
Anderson Torres 1603f337a9
Merge pull request #179767 from BillHuang2001/init/feishu
feishu: init at 5.9.18
2022-07-03 09:06:56 -03:00
Erik Arvstedt 3f54dfa475
treewide: fix bash exit handlers
Transform exit handlers of the form
trap cleanup EXIT [INT] [TERM] [QUIT] [HUP] [ERR]
  (where cleanup is idempotent)
to
trap cleanup EXIT

This fixes a common bash antipattern.

Each of the above signals causes the script to exit. For each signal,
bash first handles the signal by running `cleanup` and then runs
`cleanup` again when handling EXIT.
(Exception:  `vscode/*` prevents the second run of `cleanup` by removing
the trap in cleanup`).

Simplify the cleanup logic by just trapping exit, which is always run
when the script exits due to any of the above signals.

Note: In case of borgbackup, the exit handler is not idempotent, but just
trapping EXIT guarantees that it's only run once.
2022-07-02 16:13:12 +02:00
Anderson Torres 904cf8a5ee
Merge pull request #175197 from aacebedo/master
swaysettings: init at 0.3.0
2022-07-02 10:09:17 -03:00
Sandro 7c1c1cca3b
Merge pull request #178813 from catap/jprofiler 2022-07-01 22:16:24 +02:00
Alexandre Acebedo b5d5648d81 maintainers: add aacebedo 2022-07-01 07:26:50 +02:00
Anderson Torres b136484833
Merge pull request #179345 from 2gn/add-pngloss-package
pngloss: init at unstable-2020-11-25
2022-07-01 00:29:53 -03:00
Bill Huang c8f1f64a8d maintainers: add billhuang 2022-06-30 19:10:40 -07:00
2gn 64eb5ec863 maintainer: add myself 2022-06-30 22:34:17 +09:00
Anderson Torres f93385af11
Merge pull request #179450 from tomsiewert/changelogger-package
Add changelogger package
2022-06-29 22:16:24 -03:00
Kirill A. Korinsky f4aa10f82a
maintainers: add catap 2022-06-30 00:33:26 +02:00
Sandro a59be4f6c8
Merge pull request #175919 from phaer/phaer-healthchecks
healthchecks: init at 2.2.1
2022-06-29 23:15:35 +02:00
Jan Tojnar 8ed4879c12
Merge pull request #173484 from cmm/deadbeef-1.9.1
deadbeef 1.8.4 -> 1.9.1
2022-06-29 19:03:50 +02:00
Sandro c30f66c6c7
Merge pull request #179364 from snapdgn/binserve
binserve: init at 0.2.0
2022-06-29 16:54:51 +02:00
Sandro d9def27d56
Merge pull request #178514 from Majiir/trillian-im
trillian-im: init at 6.3.0.1
2022-06-29 15:38:50 +02:00
Daniel Glinka f167634b35
maintainers: add 0xd61 2022-06-29 07:47:23 -04:00
Nitish Kumar 546489d017 maintainers: add snapdgn 2022-06-29 17:11:45 +05:30
ajs124 466b14712f maintainers: remove bjg
does not seem to have contributed since nixpkgs migrated to git
2022-06-29 00:55:00 +02:00
ajs124 d3991bc5be maintainers: remove lyt
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 17da000741 maintainers: remove zef
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 1bce27ea1a maintainers: remove Esteth
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 d26d95d39a maintainers: remove miltador
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 0c35b851e4 maintainers: remove kkallio
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 143efb53d6 maintainers: remove m3tti
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 fd75d8c2d3 maintainers: remove chattered
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 a111cc0c2c maintainers: remove lrworth
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 fa32663f50 maintainers: remove fuzzy-id
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 883e38ae97 maintainers: remove okasu
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 95d1c56385 maintainers: remove wedens
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 e23c5a9471 maintainers: remove funfunctor
no github account linked
2022-06-29 00:55:00 +02:00
ajs124 9c583f06af maintainers: remove schristo
no github account linked
2022-06-29 00:54:59 +02:00
ajs124 b67a9bffcc maintainers: remove hinton
no github account linked
2022-06-29 00:54:59 +02:00
ajs124 3f5b809a5f maintainers: remove sjourdois
no github account linked
2022-06-29 00:54:59 +02:00
ajs124 d62c3bb22e maintainers: remove ravloony
no github account linked
2022-06-29 00:54:59 +02:00
ajs124 89fbc3fea9 maintainers: remove balajisivaraman
no github account linked
2022-06-29 00:54:59 +02:00
ajs124 45ec5898cb maintainers: remove tstrobel
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-29 00:54:53 +02:00
ajs124 a8517f95b8 maintainers: remove joelteon
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 330f745f6f maintainers: remove skrzyp
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 a2e2f9128d maintainers: remove markWot
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 0aac41a5d9 maintainers: remove winden
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 4272b6439b maintainers: remove willtim
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 e59cb525ca maintainers: remove nfjinjing
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 e966ab3965 maintainers: remove all
what?
2022-06-29 00:52:14 +02:00
ajs124 19e6ace19f maintainers: remove epitrochoid
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 0d5d9c159b maintainers: remove jwilberding
no github account linked
2022-06-29 00:52:14 +02:00
ajs124 9966a132db maintainers: remove mschneider
no github account
2022-06-29 00:52:14 +02:00
ajs124 246a499876 maintainers: remove msackman
no github account
2022-06-29 00:52:14 +02:00
ajs124 50084dde45 maintainers: remove drewkett
no github handle linked
2022-06-29 00:52:13 +02:00
ajs124 213007a351 maintainers: remove lattfein
no github account
2022-06-29 00:52:13 +02:00
ajs124 cfd9d6405b maintainers: remove nslqqq
no github account
2022-06-29 00:52:13 +02:00
ajs124 93039509cf maintainers: remove dasuxullebt
no github handle linked. github account with same name has not had activity for years
2022-06-29 00:52:13 +02:00
ajs124 59d8f2b1cd maintainers: remove Nate-Devv
no github account + only two commits 251a1ccf55 and 09f366a360
2022-06-29 00:52:13 +02:00
ajs124 3b5f125515 maintainers: remove metabar
no github account + only commit is 78c052e91a
2022-06-29 00:52:13 +02:00
ajs124 be1aefac05 maintainers: remove elyhaka
github account deleted
2022-06-29 00:52:13 +02:00
ajs124 ff2925fe6b maintainers: remove piotr
has not contributed since nixpkgs migrated to git
2022-06-29 00:52:13 +02:00
ajs124 91b724c66d maintainers: remove danharaj
github account deleted
2022-06-29 00:52:13 +02:00
ajs124 8cb1366872 maintainers: remove fuwa
github account deleted
2022-06-29 00:52:13 +02:00
ajs124 92531d8585 maintainers: remove bloomvdomino
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 99466ee39e maintainers: remove petabyteboy
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 eec156df9c maintainers: remove muflax
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 a0718341e6 maintainers: remove volth
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 026ffc38bd maintainers: remove mehandes
github account deleted
2022-06-29 00:52:12 +02:00
ajs124 0f55ab1bbc maintainers: add missing github details to delta 2022-06-29 00:52:12 +02:00
ajs124 079ba6bd0c maintainers: add missing github details to vq 2022-06-29 00:52:12 +02:00
ajs124 251ef9400d maintainers: add missing github handle for lux 2022-06-29 00:52:12 +02:00
ajs124 a4795d32f7 maintainers: add missing github details to ivan-tkatchev 2022-06-29 00:52:12 +02:00
ajs124 238ac9597c maintainers: add missing github handle for nessdoor 2022-06-29 00:52:12 +02:00
ajs124 cfdec3d079 maintainers: add missing github details to karolchmist 2022-06-29 00:52:11 +02:00
ajs124 d7b32a0fc4 maintainers/maintainer-list: fix changed handles 2022-06-29 00:52:11 +02:00
ajs124 b22ac820c5 maintainers/fix-maintainers.pl: init 2022-06-29 00:52:11 +02:00
pennae 8e3c7a1fd5 maintainers: add a helper script for the options doc conversion
this script can be used to attempt an automatic conversion of option
docs for most modules. it'll also show a diff of options.json before and
after the changes, which should be a good form for checking for unwanted
changes. we specifically show a json diff rather than an xml diff
because newline changes in json are "\n" added are removed, and those
are easier for diff tools to pick out and show in a meaningful way for
this process.

it does *not* check for incorrectly applied changes though, those aren't
easy enough to do automatically for this script.
2022-06-28 23:29:23 +02:00
wozeparrot 65958f1b04
hyprland: init at 0.6.0beta (#169960) 2022-06-28 21:41:52 +02:00
Tom Siewert 2c1f26572f nixos/maintainers: add tomsiewert 2022-06-28 20:49:40 +02:00
phaer 76706f6776 maintainers: add phaer 2022-06-28 10:28:46 +02:00
legendofmiracles f81eb11bb4
Merge pull request #178753 from regadas/add_trino_cli
trino-cli: init at 387
2022-06-27 15:51:35 -06:00
regadas f66f16c103 trino-cli: init at 387 2022-06-27 18:08:00 +01:00
legendofmiracles 4142854642
Merge pull request #178878 from StarGate01/nrf-sdk
nrf5-sdk: init at 17.1.0
2022-06-27 10:12:32 -06:00
Jiajie Chen 1fa008d23b nixos/maintainers: add jiegec 2022-06-27 12:10:23 +08:00
logo4poop b60e7072c9 Updated Haxe 4.2.1 -> 4.2.5 and added myself to the maintainer list 2022-06-26 22:31:13 -04:00
Mario Rodas b861459f18
Merge pull request #179079 from k3a/diffuse
diffuse: init at 0.7.5
2022-06-26 16:38:57 -05:00
Erik Arvstedt 1a32663efc
treewide: rename maintainer earvstedt -> erikarvstedt
The maintainer name now matches the Github username, which simplifies
maintainer notifications.
2022-06-26 19:12:18 +02:00
Mario Rodas 96285ddb64
Merge pull request #178312 from yurkobb/add-python-oscpy
python310Packages.oscpy: init at 0.6.0
2022-06-25 23:21:37 -05:00
Mario Hros 25410a1987 maintainers: add k3a 2022-06-25 22:20:08 +02:00
ckie d3ec37479d
Merge pull request #178526 from 0xC45/regpg
regpg: init at 1.11
2022-06-25 20:41:20 +03:00
Jason Vigil 2b3a93f65b maintainers: add 0xC45 2022-06-25 07:43:27 -07:00
CactiChameleon9 4936e482ac maintainers: add CactiChameleon9 2022-06-25 08:34:35 +01:00
Sandro a85260fb92
Merge pull request #178612 from SuperSandro2000/c3d2-team
maintainers/teams: add c3d2
2022-06-24 19:17:29 +02:00
Yury Bulka 6394fadb1d maintainers: add yurkobb 2022-06-24 17:59:46 +03:00
Sandro 74ea995b11
Merge pull request #174446 from jsimonetti/routedns-init
routedns: init at 0.1.5
2022-06-24 16:31:03 +02:00
Christoph Honal 3f521fc3a4 maintainers: add stargate01 2022-06-24 15:38:36 +02:00
Tomasz Hołubowicz 74d5db4e54 maintainers: add alternateved 2022-06-23 19:10:09 +02:00
Mario Rodas b873098d2a
Merge pull request #178361 from auchter/auchter/dterm
dterm: init at 0.5
2022-06-22 22:18:13 -05:00
Sandro Jäckel bad7610c88
maintainers/teams: add c3d2 2022-06-22 19:58:16 +02:00
Majiir Paktu 050133c13e maintainers: add majiir 2022-06-21 20:29:51 -04:00
Bernardo Meurer d427d9c8e4
Merge pull request #178046 from ncfavier/networkd-default-improvements
nixos/networkd: default DHCP network improvements
2022-06-21 12:07:16 -04:00
Bobby Rong 4af6cb96b2
Merge pull request #176447 from devusb/add-aws-sso-cli
aws-sso-cli: init at 1.9.2
2022-06-21 23:41:42 +08:00
Naïm Favier 1be4019591
maintainers: update ncfavier's keys 2022-06-21 17:15:05 +02:00
Michael Auchter 4592f00769 maintainers: add auchter 2022-06-21 14:09:39 +00:00
Bobby Rong eeb31742a8
Merge pull request #178301 from XYenon/fix/nali-update
nali: 0.3.2 -> 0.4.2
2022-06-21 13:01:56 +08:00
zowoq 404bfe212d maintainers/teams: add missing shortName for cosmopolitan 2022-06-21 10:13:00 +10:00
Graham Christensen 9ed793229c teams/maintainers list: show instructions for validating the contents 2022-06-20 22:20:26 +02:00
Graham Christensen c8cebff38b maintainers: remove longkeyid
see https://dkg.fifthhorseman.net/blog/openpgp-key-ids-are-not-useful.html
2022-06-20 22:20:26 +02:00
Alok Parlikar 8bd29d39ec maintainers: add happyalu 2022-06-20 19:01:47 +02:00
XYenon 83bcdb870f maintainers: add xyenon 2022-06-20 13:56:02 +08:00
Anderson Torres 5540fe6619
Merge pull request #176476 from uninsane/colinsane/whalebird-aarch64
whalebird: 4.5.4 -> 4.6.0, add aarch64 support
2022-06-19 16:06:00 -03:00
legendofmiracles 9fba3c44d7
Merge pull request #176867 from tejasag/submit/init-oak
oak: init at v0.2
2022-06-19 06:38:34 -06:00
colin 07d6e3fa99 maintainers: add colinsane 2022-06-19 02:55:37 -07:00
Sandro c77e2ff473
Merge pull request #178168 from sven-of-cord/master
spr: init at 1.3.2
2022-06-19 11:24:09 +02:00
Alexander Reynolds 1477172ead maintainers: add alkasm 2022-06-18 16:40:24 -07:00
Matthieu Coudron 2c072c2083 luaPackages.sqlite: init at v1.2.2-0 2022-06-18 21:23:45 +02:00
Sven Over bd19b74339 maintainers: add sven-of-cord 2022-06-18 17:59:46 +01:00
David Wood c6b6e4fc85
update davidtwco's maintainer email
Signed-off-by: David Wood <david@davidtw.co>
2022-06-18 09:02:29 +01:00
Anderson Torres e1c8b9a431
Merge pull request #177670 from jonnybolton/sokol
sokol: init at unstable-2022-06-13
2022-06-17 13:32:39 -03:00
magnouvean 4d9b321b1a
ferdium: init at 6.0.0-nightly.40 (#173582)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-17 14:01:42 +02:00
Jonny Bolton beb073b41f
maintainers: add jonnybolton 2022-06-16 18:27:10 +01:00
Simone Ruffini efc86c4ec3 maintainers: add simoneruffini 2022-06-15 17:35:30 +02:00
Johannes Maier b5b5ae6e03 maintainers: add kenran 2022-06-13 23:07:35 +02:00
Matthieu Coudron e38a06b96a
Merge pull request #176375 from teto/luarocks-3.9.0 2022-06-13 19:23:45 +02:00
Matthieu Coudron 98f9f1f054 luaPackages.luv: fix build 2022-06-13 11:17:36 +02:00
Matthieu Coudron fb6f9ee28f update-luarocks-package: fix mirrors 2022-06-13 11:17:36 +02:00
Matthieu Coudron 77a0e5f36e luarocks: 3.8.0 -> 3.9.0
pass the config to the luarocks binary

also bumps luarocks-nix: bump package due to the luarocks rebase
2022-06-13 11:17:24 +02:00
Sandro b319b5eb26
Merge pull request #177393 from nek0/krita_5_0_8
krita: 5.0.6 -> 5.0.8
2022-06-12 20:23:05 +02:00
Fabian Affolter 96b4e1afe1
Merge pull request #177188 from hamburger1984/add-hwatch
hwatch: init at 0.3.6
2022-06-12 18:34:37 +02:00
nek0 c602569c9d maintainers: add nek0 2022-06-12 17:41:32 +02:00
KFears 90986a500b maintainers: add kfears 2022-06-12 01:19:51 +05:00
ckie 4d63c8b732
Merge pull request #174156 from jevy/sunpaper
sunpaper: init at unstable-2022-04-01
2022-06-11 20:51:40 +03:00
Andreas 547ea4a972 maintainers: add hamburger1984 2022-06-11 11:51:43 +02:00
Dzmitry Malyshau 1851e682ce Remove kvark from the maintainers list 2022-06-10 12:26:56 -07:00
Morgan Helton d4f419a110 maintainers: add devusb 2022-06-09 19:11:56 -05:00
Sandro 3343cad8c3
Merge pull request #175783 from elliottslaughter/terra-1.0.0-beta5 2022-06-10 02:06:44 +02:00
Guillaume Girol 947e2c6fb5
Merge pull request #176535 from npatsakula/cassandra_cpp
cassandra-cpp-driver: init at 2.16.2
2022-06-09 17:18:59 +00:00
Anderson Torres 6c2776e8f2
Merge pull request #176458 from Scoder12/pwninit
pwninit: init at 3.2.0
2022-06-08 20:55:29 -03:00
Thiago Kenji Okada e2851dcdae
Merge pull request #176565 from necrophcodr/add-gmqcc
gmqcc: init at unstable-2021-07-09
2022-06-08 15:11:29 +01:00
necrophcodr 13712fce0e gmqcc: init at unstable-2021-07-09 2022-06-08 15:51:58 +02:00
Tejas Agarwal 98ff4139d1 maintainers: add tejasag 2022-06-08 17:44:12 +05:30
Patsakula Nikita ac769bb158
maintainers: add npatsakula 2022-06-08 12:21:01 +03:00
Elliott Slaughter 78c918ed86 Add elliottslaughter to maintainers list. 2022-06-07 09:53:06 -07:00
Mr Hedgehog 3e7621390c
maintainers: mrhedgehog -> thehedgeh0g 2022-06-07 11:29:19 -04:00
Simon Schoeters 55b2904c5a Maintainers: add cimm 2022-06-07 08:52:45 -05:00
Anderson Torres d4ffa9c225
Merge pull request #176633 from patricksjackson/textadept-merge
textadept: 10.8 -> 11.3
2022-06-06 23:10:46 -03:00
Patrick Jackson 9029cf19cb maintainers: add patricksjackson 2022-06-06 14:20:49 -07:00
Leona Maroni 0eaa72390b maintainers: rename to leona 2022-06-06 22:20:31 +02:00
7c6f434c da01abc1d3
Merge pull request #176563 from somasis/sct
sct: unstable-2015-11-16 -> 0.5
2022-06-06 19:36:53 +00:00
Sandro 6934c04395
Merge pull request #176552 from pogobanane/pkg-map
map: init at 0.1.1
2022-06-06 21:09:47 +02:00
WeebSorceress 7f42a6cf57
pySmartDL: init at 1.3.4 (#176421) 2022-06-06 17:52:51 +02:00
Kylie McClain 3c11b2df70
maintainers: add somasis 2022-06-06 11:11:01 -04:00
j.r a0a517f5ac maintainer-list: add jugendhacker 2022-06-06 16:26:12 +02:00
Pogobanane f0f1fc4902 maintainers: add pogobanane 2022-06-06 13:24:11 +00:00
Spencer Pogorzelski 53921eabca maintainers: Add scoder12 2022-06-05 12:44:03 -07:00
booklearner 44dcb2dfb7
maintainers: add booklearner 2022-06-04 15:42:38 -04:00
Artturi 4c2de44d1e
Merge pull request #175266 from strikerlulu/nanotts 2022-06-04 00:20:14 +03:00
Artturin 48a663bff4 maintainers: add strikerlulu
Co-authored-by: strikerlulu <strikerlulu7@gmail.com>
2022-06-03 23:20:39 +03:00
jevin 4eeafebc3c maintainers: add Jevin Maltais 2022-06-03 06:51:36 -04:00
Rick van Schijndel 767f59ce79
Merge pull request #174095 from Minion3665/add-myself-to-maintainers
pridefetch: init at 1.0.0
2022-06-02 20:23:15 +02:00
Thiago Kenji Okada b2564a8a96
Merge pull request #173885 from PedroHLC/init-airgeddon
airgeddon: init at 11.01
2022-06-02 19:20:17 +01:00
Bobby Rong 2c6e654c00
Merge pull request #175699 from helium18/master
gh-eco: init 0.1.0
2022-06-02 16:59:38 +08:00
helium18 35a005e6b5 maintainers: add helium 2022-06-01 22:42:55 +05:30
Sandro ba4c03124f
Merge pull request #174956 from MatthiasBenaets/new-lg4ff
new-lg4ff: init at 0.3.3
2022-06-01 16:42:55 +02:00
Sandro 5cd8add90d
Merge pull request #171766 from polarmutex/beancount-lang-server-fix
beancount-language-server: refactor -> 1.1.1
2022-06-01 16:41:34 +02:00
MatthiasBenaets 2af0bc122a maintainers: add matthiasbenaets 2022-06-01 14:31:37 +02:00
Sandro 0950dcd37b
Merge pull request #174261 from LumiGuide/lumi-team
picoscope, openrazer, it87, esptool: move maintainership to new LumiGuide team
2022-05-31 15:40:04 +02:00
Brian Ryall 8143329fc8 maintainers: add polarmutex 2022-05-30 16:28:51 -04:00
Mars b67d16e7ad
i3-rounded: init at 4.20.1 (#174215)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-05-30 17:51:38 +02:00
Marek Fajkus 35fc22e248
Merge pull request #174985 from NoRedInk/add-elm-pages
elmPackages.elm-pages: init at 2.1.11
2022-05-30 16:48:18 +02:00
Jinnah Ali-Clarke 631fb48f81 add jali-clarke to maintainers list 2022-05-30 09:55:12 -04:00
Sandro 7b2f132ad5
Merge pull request #174811 from emmabastas/master
spectre-cli: init at unstable-2022-02-05
2022-05-29 19:46:12 +02:00
emmabastas 57404f470a maintainers: add emmabastas 2022-05-29 16:38:34 +02:00
PedroHLC ☭ df38903e79
Add @PedroHLC to maintainer-list 2022-05-28 13:13:49 -03:00
Artturi 60a0871486
Merge pull request #172391 from Artturin/deprecate-stdenv-glibc 2022-05-27 17:56:19 +03:00
Jeroen Simonetti 88e182b3bf
maintainers: add jsimonetti
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2022-05-27 09:03:09 +02:00
Sandro 26b3864c6b
Merge pull request #171290 from khrj/add-bootstrap-studio
bootstrap-studio: init at 6.0.1
2022-05-27 02:41:05 +02:00
Sandro bc475bd757
Merge pull request #170927 from Atry/libdwarf_0_4 2022-05-27 02:32:43 +02:00
Soham Sen cfc2985dbf maintainers: add yureien 2022-05-26 19:59:57 +05:30
legendofmiracles e221ba1e6b
Merge pull request #174591 from Infinidoge/new/packwiz
packwiz: init
2022-05-25 21:41:06 -06:00
Yang, Bo 3654935a3a libdwarf_0_4: init at 0.4.0 2022-05-25 19:34:54 -07:00
Sandro 8864dcd770
Merge pull request #172352 from alapshin/master
Android Studio: update packages and add myself as mantainer
2022-05-25 23:24:50 +02:00
Infinidoge 355e97e1fc maintainers: add infinidoge 2022-05-25 15:46:19 -04:00
Sandro d0f6b9d596
Merge pull request #174096 from GaetanLepage/pkg/mprocs
mprocs: init at 0.2.2
2022-05-25 19:29:50 +02:00
Artturin 0c4d65b21e treewide: stdenv.glibc -> glibc 2022-05-25 15:51:20 +03:00
tljuniper 94dc19d5f9 maintainers: init tljuniper 2022-05-25 10:15:38 +02:00
Pascal Bach 89893d4497
Merge pull request #174212 from ibizaman/up/nxt-python
nxt-python: init at 3.0.1
2022-05-24 22:37:15 +02:00
ibizaman 4da5aea7a3 maintainers: add ibizaman 2022-05-24 08:43:45 -07:00
Yorick van Pelt 70f0cf5d00
maintainers/team-list: add LumiGuide team 2022-05-24 12:15:40 +02:00
Artturi cf3cb4893f
Merge pull request #152988 from dukc/dmdLegacyFix 2022-05-23 21:17:47 +03:00
Pierre Thierry 8419c3d260 maintainers: add kephasp 2022-05-23 18:20:14 +02:00
Ivv 608d595855
Merge pull request #173116 from mdarocha/dotnet-6-update
dotnet-sdk: 6.0.202 -> 6.0.300
2022-05-23 17:43:41 +02:00
Gaetan Lepage b5917a7ff4 maintainers: add GaetanLepage 2022-05-23 16:15:15 +02:00
Jacek Galowicz eea5502363
Merge pull request #173730 from snpschaaf/add-mkdocs-drawio-exporter
python3Packages.mkdocs-drawio-exporter: init at 0.8.0
2022-05-23 14:02:21 +02:00
Skyler Grey 3bb9f75827
maintainers: add minion3665 2022-05-23 10:53:33 +01:00
Ate Eskola 6a9e61bde1 maintainers: add dukc 2022-05-23 12:26:20 +03:00
Philippe Schaaf d17f9fbc86 maintainers: init snpschaaf
Signed-off-by: Philippe Schaaf <philippe.schaaf@secunet.com>
2022-05-23 10:19:24 +02:00
mdarocha 6206aff28a maintainers: add mdarocha as maintainer 2022-05-22 17:10:38 +02:00
Martin Weinelt 05232d19b6
Merge pull request #163220 from fleaz/init-r53_ddns 2022-05-22 17:08:55 +02:00
ajs124 7d66e93927
Merge pull request #173402 from imsofi/update/geogebra
geogebra: 5-0-680-0 -> 5-0-706-0
2022-05-22 16:14:06 +02:00
Benno Bielmeier 8a770f06a2 gollum: refactor package
use `bundlerApp` in preference to `stdenv.mkDerivation`
2022-05-22 15:06:00 +02:00
Sofi c01630796c
maintainers: add imsofi 2022-05-22 15:04:07 +02:00
sudosubin e63339fcba maintainers: add sudosubin 2022-05-21 23:14:04 -07:00
Malte Brandy 5c42976597 maintainers/scripts/haskell/hydra-report.hs: remove redundant pragmas 2022-05-20 21:41:30 +02:00
Malte Brandy cb20a40177 maintainers/scripts/haskell/hydra-report.hs: fix outdated hydra-unstable reference 2022-05-20 21:27:31 +02:00
Kat Inskip 02a2805556
maintainers: update kittywitch's name, email and keys 2022-05-19 20:14:34 +01:00
Daniel Poelzleithner d93a587732
rt-tests: init at 2.3 (#172330)
Co-authored-by: Mustafa Çalışkan <96225281+muscaln@users.noreply.github.com>
2022-05-19 19:19:14 +02:00
Eliza 9306977ecb
mujmap: init at 0.1.1 (#172648)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2022-05-19 14:03:11 +02:00
Michael Livshin b3535ee905 maintainers: add cmm to maintainers 2022-05-18 14:28:46 +03:00
Khushraj Rathod 84c3b4f985
maintainers: update khushraj 2022-05-17 22:25:18 +05:30
legendofmiracles 1d7db1b9e4
Merge pull request #156740 from Tchekda/feature/redli-package
redli: init at 0.5.2
2022-05-15 18:13:18 -06:00
legendofmiracles dd9dc13556
Merge pull request #155076 from cameronfyfe/add-ets
ets: init at 0.2.1
2022-05-15 18:12:27 -06:00
Jörg Thalheim b30ca1d27e
Merge pull request #171817 from bbenne10/master
Nix-direnv: 2.0.1 -> 2.1.0
2022-05-15 22:55:31 +01:00
Berry Phillips 97fba10b46
maintainers: add berryp 2022-05-14 14:09:18 +09:00
Linus Heckemann a7ee915179
Merge pull request #172378 from Mindavi/hydra-updates-3
Hydra updates 3
2022-05-13 12:55:53 +02:00
Sandro 9f82afd3fe
Merge pull request #172545 from phiadaarr/init_python3Packages.ducc0 2022-05-12 19:42:29 +02:00
oxalica b8a2b16f83
maintainers: update oxalica's keys 2022-05-12 05:20:42 +08:00
Philipp Arras 2f48033f25 maintainers: add parras 2022-05-11 14:24:21 +02:00
Rick van Schijndel 3a7f7c1153 hydra-unstable -> hydra_unstable 2022-05-10 23:32:02 +02:00
Mustafa Çalışkan f24cf4422d maintainers: change musfay to muscaln 2022-05-10 21:34:19 +03:00
Andrei Lapshin f615c7545b androidStudioPackages: add myself as maintainer 2022-05-10 20:58:54 +03:00
Caleb Maclennan 9254e550a8
luaPackages: add new packages cldr, fluent, and loadkit
These are new dependencies for SILE, currently needed by the flake in the upstream repo and will be needed by the stable package in this repo on the next release
2022-05-10 16:57:52 +03:00