Sandro
eb5d126dcb
Merge pull request #163082 from ettom/zeyple
2023-04-01 02:35:08 +02:00
Sandro
bef33b1411
Merge pull request #218300 from Eken-beep/master
2023-04-01 02:10:31 +02:00
superherointj
5561af0707
maintainers: remove superherointj
2023-03-31 16:29:46 -03:00
David Houston
6e8c2760ac
maintainers: Update houstdav000 -> cyntheticfox
2023-03-30 18:50:29 -04:00
Sandro
2c47f4dae7
Merge pull request #221798 from vinnymeller/init/tmux-sessionizer
2023-03-30 23:47:10 +02:00
Weijia Wang
8cac5284f0
Merge pull request #223918 from minizilla/master
...
maintainers/bigzilla: update information
2023-03-30 23:32:16 +03:00
Billy Zaelani Malik
bbc94f6072
maintainers/bigzilla: update information
2023-03-30 22:01:33 +07:00
Sandro
b97ea5900b
Merge pull request #222727 from panda2134/podman-desktop
...
podman-desktop: init at 0.12.0
2023-03-30 16:55:04 +02:00
COLAMAroro
bcd59cec7b
maintainers: add colamaroro
2023-03-30 16:00:50 +02:00
Dennis Gosnell
8f928cc7a0
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-03-30 08:41:14 +09:00
Christoph Heiss
1eab6a2fd2
maintainers: add christoph-heiss
...
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-03-29 20:24:19 +02:00
Lilly
05a128875a
maintainers: add lillycham
2023-03-29 16:45:00 +02:00
Weijia Wang
abd78dc3ee
Merge pull request #223300 from Mynacol/leanify
...
leanify: init at unstable-2022-12-04
2023-03-29 16:50:41 +03:00
Pyxels
b30b9fda48
maintainer: add pyxels
2023-03-28 12:49:25 +02:00
Austin Lund
6b58973b39
maintainers: add aplund as maintainer
2023-03-28 18:19:17 +10:00
stepech
97971ca20d
maintainers: Add stepech
2023-03-28 03:04:16 +02:00
github-actions[bot]
7bf643e2ce
Merge master into haskell-updates
2023-03-28 00:13:57 +00:00
Lorenzo Manacorda
87d4e17776
maintainers/team-list: add asymmetric to docs
2023-03-27 21:15:03 +02:00
Dennis Gosnell
c00dc0cf7d
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-03-27 08:42:30 +09:00
Mynacol
1faef68068
maintainers: add mynacol
2023-03-26 23:03:14 +02:00
Mario Rodas
a4ed6c4d1a
Merge pull request #222962 from mrene/master
...
minidsp: add mrene as maintainer
2023-03-26 08:57:42 -05:00
Ben Kuhn
ca4a734f86
maintainers: add Ben Kuhn (PR #223178 )
2023-03-26 15:20:51 +02:00
Martin Weinelt
ed3f363d37
Merge pull request #221924 from MartinRamm/brother-mfc5890cn
...
mfc5890cn{lpr,cupswrapper}: init
2023-03-26 14:56:55 +02:00
Nick Cao
3b0d74bccc
maintainers: add panda2134
2023-03-26 20:52:42 +08:00
Rick van Schijndel
b2a936b40d
Merge pull request #222362 from sefidel/master
...
maintainers: boppyt -> sefidel
2023-03-26 11:41:02 +02:00
Rick van Schijndel
4626be5934
Merge pull request #222609 from alyssais/llvm-team
...
maintainers/team-list: add 3 new members to LLVM
2023-03-26 11:30:14 +02:00
Dennis Gosnell
35295aed71
haskellPackages: in hydra-report.hs, split Linux and Darwin build failures
...
This commit changes hydra-report.hs to split up Linux and Darwin build
failures into two different sections. Darwin failures are hidden by
default.
2023-03-26 18:10:08 +09:00
Dennis Gosnell
bd9bb50ad2
haskellPackages: remove error about outstanding jobs on aarch64-darwin in hydra-report.hs
2023-03-26 18:08:30 +09:00
Rick van Schijndel
899f4311ab
Merge pull request #223118 from kilianar/remove-weihua
...
maintainer-list.nix: remove weihua
2023-03-26 10:56:29 +02:00
Yureka
f4f4c8bca2
maintainers/scripts/convert-to-import-cargo-lock: fetch submodules
2023-03-26 00:02:16 +01:00
Yureka
34c848fe08
maintainers/scripts/convert-to-import-cargo-lock: don't add duplicate outputHashes
2023-03-26 00:02:15 +01:00
Winter
7130282976
maintainers/scripts/convert-to-import-cargo-lock: init
2023-03-26 00:02:15 +01:00
kilianar
9c2912c42f
maintainer-list.nix: remove weihua
...
Recently, the GitHub account was deleted. Therefore, this pull request
removes the account from the list of maintainers. The account was solely
referenced as a maintainer in logseq.
2023-03-25 20:17:07 +01:00
Dennis Gosnell
19b5676361
haskellPackages: add newtype for PkgName and PkgSet in hydra-report.hs
...
Add a newtype for a package name and a package set. This is less for
correctness, and more just to make the code a little easier to read
through without having to keep in mind what each Text refers to.
2023-03-25 23:00:56 +09:00
Dennis Gosnell
b2af201c0e
haskellPackages: add newtype for JobName in hydra-report.hs
...
This commits changes the `job` field in `Build` to a newtype. This is
mostly just to have a place to document exactly what a job name consists
of.
2023-03-25 19:24:13 +09:00
Dennis Gosnell
28f22d86d7
haskellPackages: slight refactoring of hydra-report.hs
2023-03-25 18:21:55 +09:00
Dennis Gosnell
c574a8c37e
haskellPackages: add a little documentation to hydra-report.hs
2023-03-25 17:44:26 +09:00
github-actions[bot]
bca997abb7
Merge master into haskell-updates
2023-03-25 00:12:18 +00:00
Mathias Sven
a9cbb20640
maintainers: add mathiassven
...
Signed-off-by: Mathias Sven <mathiassven2@hotmail.com>
2023-03-24 23:42:23 +00:00
Mathieu Rene
44caa1102a
maintainers: add mrene
2023-03-24 18:21:13 -04:00
Martin Weinelt
e56ea3c325
Merge pull request #222701 from jopejoe1/firefox
...
firefox-{beta,devedition}-unwrapped: init at 112.0b6
2023-03-24 21:34:31 +01:00
Ryan Lahfa
1a16c75b7a
Merge pull request #221007 from Tom-Hubrecht/djhtml
...
djhtml: init at 3.0.5
2023-03-24 13:36:21 +01:00
Dennis Gosnell
265a3a3b15
haskellPackages: add types and some formatting to hydra-report.hs
2023-03-24 20:55:52 +09:00
Dennis Gosnell
3aea75b8fc
haskellPackages: fix indentiation in hydra-report.hs
2023-03-24 20:26:01 +09:00
Tom Hubrecht
89fea7c828
djhtml: init at 3.0.5
2023-03-24 10:20:24 +01:00
Naïm Favier
4f9bedb8d3
Merge pull request #215330 from soywod/master
...
himalaya: 0.6.0 -> 0.7.1
2023-03-24 10:19:07 +01:00
jopejoe1
940594acff
maintainers: add jopejoe1
2023-03-23 16:57:24 +01:00
Doron Behar
7a88e40dd6
Merge pull request #207359 from KarlJoad/octavePackages/auto-update-script
...
Octave packages: auto update script and fixes
2023-03-22 17:21:48 -07:00
Sven Friedrich
958836a059
updfparser: init at unstable-2023-01-10
2023-03-22 23:32:50 +01:00
Alyssa Ross
fa1175372b
maintainers/team-list: add 3 new members to LLVM
...
The three of us have been working on getting the different LLVM
versions in sync, and discussing plans for 16, 17, and upgrading the
default. Being notified of PRs will be useful, so that we can make
sure that new PRs don't introduce further unnecessary deltas between
different LLVM versions, which has been a problem so far.
2023-03-22 21:15:54 +00:00
Alyssa Ross
14d9206fae
maintainers/team-list: sort llvm members
2023-03-22 21:15:08 +00:00
Weijia Wang
5a7b742363
Merge pull request #222164 from kranurag7/kubectl-gadget
...
kubectl-gadget: init at 0.14.0
2023-03-22 10:07:44 +02:00
Edvin Källström
545c0c31da
maintainers: eken
2023-03-21 21:56:34 +01:00
Vaci
e400f93529
aeron: init at 1.40.0 ( #191663 )
...
Co-authored-by: Vaci Koblizek <vaci.koblizek@auguration.com>
2023-03-21 19:59:14 +01:00
Infinitive Witch
ea9b9f9386
maintainers: add infinitivewitch as maintainer
2023-03-21 13:58:59 -03:00
sefidel
92dc48edf5
maintainers: boppyt -> sefidel
2023-03-21 23:13:05 +09:00
Mario Rodas
7bc3a9d27c
Merge pull request #222297 from rhendric/rhendric/imagemagick-maintainer
...
imagemagick: add self to maintainers
2023-03-21 06:22:46 -05:00
Mario Rodas
4222703bdf
Merge pull request #222263 from atkrad/add-maintainer
...
maintainers: add atkrad
2023-03-21 06:01:55 -05:00
Ryan Hendrickson
fcc22effb0
maintainers: add rhendric
2023-03-21 01:24:27 -04:00
Mohammad Abdolirad
3f9ad8bfe2
maintainers: add atkrad
2023-03-21 01:05:13 +01:00
ettom
205fbe972c
maintainers: add ettom
2023-03-21 00:12:14 +02:00
Dylan Taylor
f2f7589c1c
maintainers: add dylanmtaylor
2023-03-20 17:24:28 -04:00
Thiago Kenji Okada
7055ad6182
Merge pull request #222118 from StepBroBD/osu-lazer
...
osu-lazer: 2023.301.0 -> 2023.305.0
2023-03-20 19:51:07 +00:00
Anurag
94c11d3334
kubectl-gadget: init at 0.14.0
...
Signed-off-by: Anurag <contact.anurag7@gmail.com>
2023-03-21 01:10:50 +05:30
StepBroBD
2b37a4822c
osu-lazer-bin: adding support for darwin systems
...
* osu-lazer-bin: added darwin binary distribution for osu-lazer
* osu-lazer-bin: sha256 and metadata changes
* maintainers: add stepbrobd
* osu-lazer-bin: fixed sha256 for x86_64-darwin
* osu-lazer-bin: adding support for darwin systems (delan/nixpkgs#2)
* osu-lazer-bin: follows formatting guideline provided by #219954
* osu-lazer-bin: fixed sha256 for all platforms using new update-bin.sh
* osu-lazer-bin: added a new update script for osu-lazer-bin
* osu-lazer-bin: passthru.updateScript
* osu-lazer-bin: add unzip to update script
2023-03-20 10:33:22 -06:00
Vinny Meller
93d9358ca3
maintainers: Add vinnymeller
2023-03-20 10:34:46 -05:00
Anurag
a70114f1b7
maintainers: add kranuarg7
...
Signed-off-by: Anurag <contact.anurag7@gmail.com>
2023-03-20 18:38:33 +05:30
Sandro
d8755c55b4
Merge pull request #219911 from MakiseKurisu/master
2023-03-19 22:51:01 +01:00
MartinRamm
aeece9d990
maintainers: add martinramm
2023-03-19 00:15:41 +01:00
Mario Rodas
8db72e3b7e
Merge pull request #221594 from ken-matsui/patch-1
...
maintainers: update my information
2023-03-18 12:45:50 -05:00
Mark
184dd6c698
maintainers: add markbeep
2023-03-18 15:07:48 +01:00
Nick Cao
f62e99a323
Merge pull request #221488 from NickCao/qt643
...
qt6: 6.4.2 -> 6.4.3
2023-03-18 10:04:52 +08:00
superherointj
1d36f32390
Merge pull request #221727 from kalebpace/kpace/add-vscode-extension-kalebpace-balena-vscode
...
vscode-extensions.kalebpace.balena-vscode: init at 0.1.3
2023-03-17 22:23:40 -03:00
Kaleb Pace
d18427d816
maintainers: add kalebpace as maintainer
2023-03-17 19:20:29 -05:00
Lily Foster
7e1d382035
Merge pull request #215937 from Zaechus/init/rbdoom-3-bfg-1.4.0
...
rbdoom-3-bfg: init at 1.4.0
2023-03-17 19:57:38 -04:00
Ken Matsui
a7a67b17ae
maintainers: update my information
2023-03-16 20:53:08 -07:00
Weijia Wang
5ee0f25428
Merge pull request #221506 from ethinx/pr-libtmux
...
python3Packages.libtmux: fix disabledTestPaths in darwin
2023-03-16 21:12:33 +02:00
York Wong
71f6a74110
python3Packages.libtmux: fix disabledTestPaths in darwin
...
Signed-off-by: York Wong <965612+ethinx@users.noreply.github.com>
2023-03-17 00:13:48 +08:00
Bernardo Meurer
6e55733359
Merge pull request #219747 from Stunkymonkey/deprecate-isNull
2023-03-16 11:10:22 -03:00
Nick Cao
3c86f2eb23
maintainers/scripts/fetch-kde-qt.sh: fix handling of fallback file urls
2023-03-16 20:58:56 +08:00
牧瀬紅莉栖
3c4ae7bde9
maintainers: add MakiseKurisu
2023-03-15 22:29:40 +08:00
Karl Hallsby
17ea94881f
octavePackages: add automatic updating script based on Python's
...
This script is heavily based on the script used to update all python
libraries at
pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py
The Octave Packages' website uses YAML as their basis, so we must
reformat to use YAML instead of JSON.
2023-03-15 15:58:01 +02:00
pennae
4a694fc500
maintainers: add script and workflows to check sortedness
...
the script can output a list of sed commands to create the order it
expects to find. this was mainly useful for initially sorting the list,
but we'll keep it here for later reference.
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2023-03-15 11:07:54 +01:00
pennae
91e49d60b2
maintainers: sort
...
we'll add a script and workflow to check sortedness next.
2023-03-15 11:07:54 +01:00
Sandro
5389c64661
Merge pull request #217424 from yuuyins/zrythm
...
zrythm: 1.0.0-alpha.28.1.3 -> 1.0.0-beta.4.5.62; carla: 2.5.1 -> 2.5.3
2023-03-14 14:29:02 +01:00
Sandro
61aaaa5b49
Merge pull request #208042 from cbleslie/master
2023-03-14 01:24:13 +01:00
Elis Hirwing
1cb9f8c001
Merge pull request #220814 from ostrolucky/msgpack-init
...
Add phpExtensions{ssh2,msgpack}
2023-03-13 21:55:19 +01:00
Franz Pletz
3a639575a8
Merge pull request #220196 from LongerHV/init-polaris
...
kubernetes-polaris: init at 7.3.2
2023-03-13 18:32:45 +01:00
figsoda
689c732f3f
Merge pull request #220964 from Aleksanaa/master
...
neovim-gtk: init at 1.0.4
2023-03-13 13:03:38 -04:00
Marcus Ramberg
f4c41cbebb
add marcusramberg as maintainer
2023-03-13 11:37:32 -05:00
Sandro
8533ec6031
Merge pull request #220638 from Tungsten842/evhz
...
evhz: init at unstable-2021-09-20
2023-03-13 16:51:33 +01:00
aleksana
50865cc9a4
maintainers: add Aleksana
2023-03-13 16:48:59 +08:00
github-actions[bot]
b68d8e3f47
Merge master into haskell-updates
2023-03-13 00:13:22 +00:00
Ilan Joselevich
13c264a4d0
Merge pull request #220906 from Alizter/ps/rr/maintainers__add_alizter
...
maintainers: add Alizter
2023-03-13 01:58:49 +02:00
Ali Caglayan
b89c6b0eb2
maintainers: add Alizter to Coq team
...
Signed-off-by: Ali Caglayan <alizter@gmail.com>
2023-03-13 00:41:41 +01:00
Ali Caglayan
9e278649c0
maintainers: add Alizter
...
<!-- ps-id: 2f46745a-f72e-48ca-94bd-c79805722172 -->
Signed-off-by: Ali Caglayan <alizter@gmail.com>
2023-03-13 00:41:41 +01:00
Robert Scott
6bab2b645b
Merge pull request #220594 from Lugarun/scikit-rf
...
python3Packages.scikit-rf: init at 0.25.0
2023-03-12 22:23:23 +00:00
Ilan Joselevich
4c567acd2c
Merge pull request #220845 from felipeqq2/maintainers/update-felipeqq2
...
mmaintainers: update felipeqq2's gpg key
2023-03-12 22:37:11 +02:00
Gabriel Ostrolucký
b8ad459e85
maintainers: add ostrolucky
2023-03-12 20:17:55 +01:00
Felipe Silva
5ffd1b17f8
maintainers: update felipeqq2's gpg key
2023-03-12 12:28:40 -03:00
Kira Bruneau
38377899d2
Merge pull request #219993 from kira-bruneau/emacsPackages.lsp-bridge
...
emacsPackages.lsp-bridge: init at 20230309.554
2023-03-12 11:23:12 -04:00
Kira Bruneau
2155559979
maintainers: add fxttr
2023-03-12 09:52:43 -04:00
Tungsten842
c45b60f545
maintainers: add Tungsten842
2023-03-11 11:27:04 +01:00
Lukas Schmidt
4805cb0934
maintainers: add lugarun
2023-03-10 22:02:24 -05:00
github-actions[bot]
54e1e4365c
Merge master into haskell-updates
2023-03-11 00:12:14 +00:00
Sandro
c079fc5f38
Merge pull request #209778 from benwbooth/openlens
2023-03-10 23:21:08 +01:00
Sandro
fbf7fa1dfc
Merge pull request #206817 from penalty1083/geph
2023-03-10 23:19:52 +01:00
Sandro
46e5d1e231
Merge pull request #217517 from savyajha/radian
2023-03-10 23:11:26 +01:00
Manu [tennox]
9897255a21
portal: init at 1.2.2
...
https://github.com/SpatiumPortae/portal
2023-03-10 18:21:36 +01:00
sternenseemann
100d887968
release-haskell.nix: add aarch64-darwin
...
nixpkgs:trunk also builds aarch64-darwin these days, so this forces our
hand a little bit. We can still refuse to care about failures _too_
much, but at least we will stop merging as big a rebuilds as we are
currently.
2023-03-10 14:43:00 +01:00
slwst
d2c34a8583
maintainers: add slwst
2023-03-09 12:48:06 -05:00
Ben Booth
a283502cd2
openlens: init at 6.4.5
2023-03-09 07:18:12 -08:00
K900
48e4e2a15d
Merge pull request #218260 from lunik1/lunik1-newgpgkey
...
maintainers: update lunik1's gpg key
2023-03-09 16:14:25 +03:00
Norbert Melzer
d8179d810c
Merge pull request #202280 from mateodd25/swww
...
swww: init at 0.7.2
2023-03-09 12:37:39 +01:00
Anderson Torres
180a8c946d
Merge pull request #219487 from atorres1985-contrib/quick-patches
...
Quick patches
2023-03-09 07:02:29 -03:00
penalty1083
897a7425e3
add penalty1083 as maintainer
2023-03-09 13:07:58 +08:00
Michał Mieszczak
4c62f1c783
maintainers: add longer
2023-03-08 19:54:33 +01:00
shhht
ea490bab62
maintainers: add shhht
2023-03-08 12:17:41 +01:00
ruby0b
008aeed915
krabby: init at 0.1.6
2023-03-08 12:04:21 +01:00
Sandro
d4e525ac1d
Merge pull request #217815 from konradmalik/netcoredbg
...
netcoredbg: 2.0.0-895 -> 2.2.0-961
2023-03-08 11:17:26 +01:00
Sandro
44779f29ac
Merge pull request #219919 from GabrielDougherty/pkg/linvstmanager
...
linvstmanager: init at 1.1.1
2023-03-08 11:14:28 +01:00
Nick Cao
30fe1f1cf8
Merge pull request #213764 from milran/init-gqlgenc
...
gqlgenc: init at 0.11.3
2023-03-08 15:20:29 +08:00
Gabriel Dougherty
c051db62ce
linvstmanager: init at 1.1.1
2023-03-07 19:47:18 -05:00
Ilan Joselevich
476324e4b4
Merge pull request #219895 from prrlvr/add-re-flex
...
re-flex: init at 3.3.1
2023-03-08 00:46:43 +02:00
Pierre-Olivier Rey
b6214c9591
maintainers: add prrlvr
2023-03-07 23:07:24 +01:00
Florian Engel
3c9e3937c0
maintainers: change StillerHarpo
...
- change mail
- add signig key
- add matrix
2023-03-07 22:50:27 +01:00
Martin Weinelt
8425791f4c
Merge pull request #220036 from kirillrdy/awsebcli-maintainer
...
awsebcli: add kirillrdy as maintainer
2023-03-07 21:08:46 +00:00
Kirill Radzikhovskyy
985e04ac1b
maintainers: add kirillrdy
2023-03-08 07:33:53 +11:00
Ilan Joselevich
3be1b471ed
Merge pull request #219608 from apfelkuchen6/mpd-sima
...
mpd-sima: init at 0.18.2
2023-03-07 22:06:23 +02:00
Samuel Ainsworth
71d459bb63
Merge pull request #220011 from ConnorBaker/feat/maintainers-add-connorbaker
...
maintainers: add connorbaker
2023-03-07 14:17:17 -05:00
Artturi
7d2b144f7e
Merge pull request #219949 from developer-guy/feature/goreleaser-add-developer-guy-to-maintainers
2023-03-07 21:02:39 +02:00
Francesco Gazzetta
03ea0168f4
Merge pull request #218173 from TheKostins/mindustry-142
...
mindustry: 141.2 -> 142
2023-03-07 18:34:40 +00:00
Batuhan Apaydın
acf1389e2f
goreleaser: add caarlos0 to maintainers list
...
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-03-07 20:56:20 +03:00
Konstantin
27684f8832
mindustry: 141.2 -> 142
2023-03-07 20:53:50 +03:00
Connor Baker
3e38add9b0
maintainers: add connorbaker
2023-03-07 11:48:28 -05:00
milran
04a5d95dbf
maintainers: add milran
...
Signed-off-by: milran <milranmike@protonmail.com>
2023-03-07 23:30:33 +09:00
Ilan Joselevich
29c58c39fd
Merge pull request #219832 from Ruixi-rebirth/master
...
youtube-tui: init at 0.7.0
2023-03-07 14:51:43 +02:00
Konrad Malik
c0a2b57e20
maintainers: add konradmalik
2023-03-07 11:29:11 +01:00
Ruixi-rebirth
74bbf74fc9
maintainers: add Ruixi-rebirth
2023-03-07 18:22:06 +08:00
Felix Buehler
d10e69c86b
treewide: deprecate isNull
...
https://nixos.org/manual/nix/stable/language/builtins.html#builtins-isNull
2023-03-06 22:40:04 +01:00
Matthieu Coudron
358ca90b5f
luaPackages: adding several neovim plugins
...
telescope.nvim, haskell-tools.nvim, telescope-manix
2023-03-06 09:58:53 +01:00
Sandro
ecc25d826a
Merge pull request #217863 from ralismark/naev
2023-03-05 23:38:50 +01:00
Savyasachee Jha
0f1483d1a2
python310Packages.lineedit: init at 0.1.6
2023-03-05 16:50:01 +05:30
ralismark
bb45fbc2cd
maintainers: add ralismark
2023-03-05 18:52:45 +11:00
apfelkuchen06
f88ef28dc9
maintainers: add apfelkuchen6
2023-03-05 01:22:46 +01:00
Ben Siraphob
fe7f18cc7a
Merge pull request #215180 from aaronArinder/aaronarinder/rover-0.11.0-and-darwin
2023-03-04 16:22:43 -05:00
Sandro
9918d65381
Merge pull request #215614 from benxiao/add-fastai
2023-03-04 14:17:41 +01:00
Anderson Torres
abedfdd3da
maintainers: remove nichtsfrei
...
Them looks inactive.
2023-03-04 08:53:25 -03:00
Fabian Affolter
cb0247df56
Merge pull request #218706 from rrbutani/add/pytest-md-report
...
python3Packages.pytest-md-report: init at 0.3.0
2023-03-04 00:28:05 +01:00
Maximilian Bosch
c9bdd9352a
Merge pull request #219399 from Ma27/ma27-maintainership
...
maintainers/ma27: updates
2023-03-03 22:02:51 +01:00
Maximilian Bosch
f43792f70c
maintainers/ma27: add pgp fingerprint
2023-03-03 21:15:10 +01:00
Sandro
5a338babb8
Merge pull request #206598 from dennajort/gimme-aws-creds-2.4.4
2023-03-03 18:26:08 +01:00
Stanisław Pitucha
f31ed14fc0
Merge pull request #211341 from PowerUser64/sonobus
...
sonobus: init at 1.6.2
2023-03-03 22:58:48 +11:00
JB Gosselin
58191ef836
python310Packages.ctap-keyring-device: init at 1.0.6
2023-03-02 11:16:45 -05:00
williamvds
f9f23dc52d
maintainers: add williamvds
2023-03-01 21:00:23 +00:00
sternenseemann
451d699696
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-03-01 15:05:44 +01:00
Sandro
481ba571d8
Merge pull request #211336 from pinkcreeper100/master
...
findex: init at 0.7.1
2023-03-01 13:37:19 +01:00
Dennis Gosnell
e8f052a421
Merge pull request #216905 from wraithm/gdg-init
...
grafana-dash-n-grab: init at 0.3.1
2023-03-01 16:40:36 +09:00
PowerUser64
dc2b9778ad
maintainers: add PowerUser64
2023-02-28 21:27:06 -08:00
github-actions[bot]
4b691f3ab3
Merge master into haskell-updates
2023-03-01 00:16:43 +00:00
maralorn
994e845bd0
Merge pull request #217242 from maralorn/broken-reasons
...
maintainers/scripts/haskell/hydra-report: Add comments with error causes to broken list
2023-03-01 00:17:20 +01:00
Yuu Yin
5648b25299
maintainers: change email, add matrix
2023-02-28 12:16:54 +00:00
Arthur Outhenin-Chalandre
4819abf7f4
maintainers: fix @MrFreezeex githubid
...
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
2023-02-28 12:33:10 +01:00
github-actions[bot]
ce1777b04a
Merge master into haskell-updates
2023-02-28 00:13:36 +00:00
Rahul Butani
435580f08f
lib.maintainers.rrbutani.matrix: add
2023-02-27 17:17:54 -06:00
Thomas Gerbet
a700cfde02
Merge pull request #218651 from developer-guy/feature/new-cosign-maintainer
...
add developer-guy to cosign maintainers list
2023-02-28 00:12:41 +01:00
Robert Schütz
be55739ebb
Merge pull request #218025 from MrFreezeex/protonbridge-update
...
protonmail-bridge: 2.3.0 -> 3.0.18
2023-02-27 14:57:12 -08:00
Batuhan Apaydın
f2a1f0cf82
maintainers: add developer-guy
2023-02-27 23:24:15 +01:00
Matthieu Coudron
75a2a4a389
Merge pull request #217706 from teto/add-haskell-tools
...
luaPackages: update
2023-02-27 09:08:34 +01:00
Martin Weinelt
706cae6532
update-python-libraries: Add support for fetchgit
...
Previously when packages that required the git fetcher were updated, we
would wrongly rely on `nix-prefetch-url`, which would reliable break the
hash.
Instead we need to use `nix-prefetch-git` to determine the proper hash,
when the relevant attributes are present.
2023-02-27 02:21:07 +00:00
Matthieu Coudron
62c632241b
luaPackages: update
...
pinned lpeglabel else build failed
2023-02-27 01:38:45 +01:00
github-actions[bot]
df97b4d4b1
Merge master into haskell-updates
2023-02-27 00:13:53 +00:00
Sandro
c9fa9b5503
Merge pull request #215347 from michaelgrahamevans/shipments
2023-02-26 22:34:00 +01:00
Azat Bahawi
eca68afe22
Merge pull request #217698 from dsymbol/master
...
gossa: init at 0.2.2
2023-02-27 00:04:03 +03:00
sternenseemann
80cff3a5b2
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-02-26 20:45:50 +01:00
Robert Hensing
d1aa2475eb
maintainers/scripts/update.nix: Add comment, remove TODO
2023-02-26 16:01:20 +01:00
pinkcreeper100
742cdb455f
maintainers: add pinkcreeper100
2023-02-26 12:09:52 +00:00
Michael Evans
8fec3a727a
maintainers: add michaelgrahamevans
2023-02-26 12:50:07 +02:00
Nick Cao
3507763343
Merge pull request #212049 from jesseDMoore1994/returns-init
...
python3Packages.returns: init at 0.19.0
2023-02-26 09:30:54 +08:00
github-actions[bot]
81c06fad73
Merge master into haskell-updates
2023-02-26 00:14:44 +00:00
Alyssa Ross
82d225e0d4
lib.maintainers.qyliss.matrix: add
2023-02-25 23:46:18 +00:00
lunik1
1e2257a458
maintainers: update lunik1's gpg key
2023-02-25 14:12:18 +00:00
github-actions[bot]
359de95de5
Merge master into haskell-updates
2023-02-25 00:14:08 +00:00
Matthew McMillan
01bf3b02f7
maintainers: add unsolvedcypher
2023-02-24 07:09:36 -08:00
Jesse Moore
bede2d6132
maintainers: add jessemoore
2023-02-24 08:44:52 -06:00
Arthur Outhenin-Chalandre
8b2f23ff26
Add @MrFreezeex as maintainer
...
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
2023-02-24 14:46:07 +01:00
Sandro
6b603afff3
Merge pull request #214372 from rubyowo/catppuccin-papirus-folders
...
catppuccin-papirus-folders: init at unstable-2023-02-03
2023-02-24 11:15:17 +01:00
rubyowo
8fd81f13d1
maintainers: add rubyowo
2023-02-24 07:14:10 +04:00
github-actions[bot]
6a4dc401ab
Merge master into haskell-updates
2023-02-24 00:13:21 +00:00
Aaron Arinder
e867e3e4f5
maintainers: adding aaronarinder
2023-02-23 18:22:41 -05:00
dsymbol
573f83e17f
maintainers: add dsymbol
2023-02-23 21:56:47 +02:00
Ryan Lahfa
83e7e83ea7
Merge pull request #205033 from CathalMullan/phlare
...
phlare: init at 0.3.0
2023-02-23 13:54:31 +09:00
Nick Cao
467efb339c
Merge pull request #217643 from mahmoudk1000/master
...
anki-bin: 2.1.58 -> 2.1.60
2023-02-23 09:18:52 +08:00
Nick Cao
f221987b19
Merge pull request #216873 from Thornycrackers-Forks/master
...
pythonPackages.python-jwt: init at 1.3.1
2023-02-23 08:54:48 +08:00
github-actions[bot]
c784c1a7e8
Merge master into haskell-updates
2023-02-23 00:13:57 +00:00
0x4A6F
6da99a7cf6
Merge pull request #217439 from CobaltCause/init-engage
...
engage: init at 0.1.2
2023-02-22 18:29:46 +01:00
Mahmoud Ayman
e208767e11
maintainers: add mahmoudk1000 to the list
2023-02-22 18:08:23 +02:00
K900
37d6221c0f
Merge pull request #216638 from joerdav/xc
...
xc: init at 0.0.154
2023-02-22 18:22:36 +03:00
Cody Hiar
b01d0ee15c
maintainers: add thornycrackers
2023-02-22 08:18:25 -07:00
joerdav
83a04de6ac
xc: init at 0.0.154
2023-02-22 14:37:01 +00:00
Ran Xiao
fd18361c85
maintainers.nix: add myself
2023-02-22 22:12:55 +11:00
Anderson Torres
1016916d98
Merge pull request #217235 from cbrewster/nsc-init-2.7.6
...
nsc: init at 2.7.6
2023-02-22 01:26:17 -03:00
github-actions[bot]
f454e596de
Merge master into haskell-updates
2023-02-22 00:13:06 +00:00
Matthew Wraith
92b71b5be9
maintainers: add wraithm
2023-02-21 15:10:02 -08:00
DavidCrompton1192@gmail.com
77aed40027
neuron: 7.5 -> 8.2.1
2023-02-21 13:52:34 -05:00
Ryan Mulligan
27a45b0e10
Merge pull request #216731 from matthew-levan/vere
...
urbit: remove old urbit; init at 1.20
2023-02-21 09:05:04 -08:00
Matthew LeVan
0e973e43c0
urbit: remove old urbit; init at 1.20
2023-02-21 11:27:05 -05:00
Charles Hall
86d5d67fb5
maintainers: add CobaltCause
2023-02-20 21:12:19 -08:00
github-actions[bot]
5fce642ce6
Merge master into haskell-updates
2023-02-21 00:13:45 +00:00
Bobby Rong
74b9f34847
Merge pull request #217274 from toastal/toastal-matrix-mozilla
...
maintainers: fix incorrect Matrix for toastal
2023-02-20 14:30:43 +08:00
toastal
9c87dcbf85
maintainers: fix incorrect Matrix for toastal
2023-02-20 12:21:01 +07:00
Anderson Torres
73da635cdf
Merge pull request #216843 from heyimnova/master
...
quickgui: init at 1.2.8
2023-02-19 22:00:45 -03:00
maralorn
0debf1453d
maintainers/scripts/haskell/hydra-report: Add comments with error causes to broken list
2023-02-20 00:36:43 +01:00
Connor Brewster
4624ec9f3e
maintainers: add cbrewster
2023-02-19 15:57:34 -06:00
sternenseemann
b7e41b825e
maintainers/haskell: generate core-pkgs hackage2nix configuration
...
`ghc-pkg list` tells us everything hackage2nix needs to know. In the
past the core-packages list and compiler setting in hackage2nix was
maintained manually which inevitably leads to it being forgot once in a
while – this will then mess with flag resolution when generating the
package set in some cases. Luckily, we can just let a simple derivation
do this for us.
Resolves #202621 .
2023-02-19 19:52:17 +01:00
Mateo Diaz
c9856caec2
Merge branch 'NixOS:master' into swww
2023-02-18 20:23:32 -08:00
sternenseemann
bbe6402eca
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-02-18 21:56:57 +01:00
Nick Cao
63d3f5aec3
Merge pull request #216803 from joshniemela/master
...
julia_19: 1.9.0-beta2 -> 1.9.0-beta4
2023-02-18 11:09:36 +08:00
Joshua Niemelä
ebb1b60be1
maintainers: add joshniemela
2023-02-18 02:58:58 +01:00
github-actions[bot]
862a8fd659
Merge master into haskell-updates
2023-02-18 00:13:45 +00:00
David Izquierdo
16edc68ccb
maintaniers: remove dizfer
2023-02-17 12:03:30 +01:00
Alexey Vakhrenev
1393d2262b
redpanda: 22.3.11 -> 22.3.13
...
Build rpk from source. Add redpanda server.
2023-02-17 03:23:27 -05:00
github-actions[bot]
f442a49be3
Merge master into haskell-updates
2023-02-17 00:14:22 +00:00
Sandro
3fc472a147
Merge pull request #205878 from luizirber/lirber/screed
2023-02-16 22:49:50 +01:00
Sandro
b2c3a4dd65
Merge pull request #215877 from paveloom/subtitleedit
2023-02-16 22:17:58 +01:00
Nick Cao
933d602396
Merge pull request #216594 from Nintron27/function-runner-3.2.2
...
function-runner: init at 3.2.2
2023-02-16 16:56:48 +08:00
Nick Cao
5367c31789
Merge pull request #216098 from garaiza-93/tokyo-night-gtk-init
...
tokyo-night-gtk: init at 2023.01.17
2023-02-16 13:18:33 +08:00
Nintron
3fa7016274
maintainers: add nintron
2023-02-15 23:33:54 -05:00
github-actions[bot]
b56ce2853a
Merge master into haskell-updates
2023-02-15 00:14:20 +00:00
Pavel Sobolev
7ca8fddf57
maintainers: add paveloom
2023-02-14 18:51:00 +03:00
Ingo Blechschmidt
168d9a5f1e
agda: 2.6.2.2 -> 2.6.3
2023-02-14 14:45:39 +01:00
Martin Weinelt
633891ec46
Merge pull request #216175 from mweinelt/fix-maintainers
...
maintainers: Fix github account names/ids
2023-02-14 13:04:47 +00:00
Nick Cao
773e6e2b46
Merge pull request #213607 from CardboardTurkey/cardboardturkey/riscv-vscode-extension
...
vscode-extensions.zhwu95.riscv: init at 0.0.8
2023-02-14 18:21:42 +08:00
Mario Rodas
2cb1b56668
Merge pull request #214481 from MercuryTechnologies/andrewsmith/squawk
...
squawk: init at 0.20.0
2023-02-13 21:32:01 -05:00
github-actions[bot]
f29aaa7010
Merge master into haskell-updates
2023-02-14 00:14:09 +00:00
Anderson Torres
e56d79abcb
Merge pull request #215708 from rvnstn/enc-1.1.0
...
enc: init at 1.1.0
2023-02-13 17:25:59 -03:00
Martin Weinelt
475b5144fb
maintainers: Fix github account names/ids
...
cust0dian is now known on github as cust0dian-old.
davsanchez is now known on github as DavSanchez.
luxferresum is now known on github as luxzeitlos.
benesim is now known on github as BeneSim.
DPDmancul has no github handle
maxwell-lt is now known on github as Maxwell-lt.
paddygord is now known on github as avaunit02.
ewok is now known on github as ewok-old.
nrhelmi is now known on github as NRHelmi.
elnudev is now known on github as ElnuDev.
jkarlson is now known on github as ethorsoe.
Zebreus is now known on github as zebreus.
vtrf is now known on github as ratsclub.
loveisgrief has no github handle
sno2wman is now known on github as SnO2WMaN.
kidsan is now known on github as Kidsan.
harrisonthorne is now known on github as muni-corn.
teozkr is now known on github as nightkr.
0xb10c is now known on github as 0xB10C.
NekomimiScience is now known on github as ScarletHg.
tonyshkurenko is now known on github as antonshkurenko.
notbandali is now known on github as bandali0.
Shrimpram is now known on github as shrimpram.
munksgaard is now known on github as Munksgaard.
MonAaraj is now known on github as ribosomerocker.
uthar is now known on github as Uthar.
2023-02-13 17:00:01 +00:00
Vladimír Čunát
dc2feb983f
Merge branch 'master' into haskell-updates
...
f1f9ae6a3b
causes everything to rebuild
2023-02-13 15:44:13 +01:00
Thiago Kenji Okada
04019089fd
Merge pull request #215583 from thiagokokada/graalvm-ce-refactor
...
graalvm*-ce: refactor, 22.3.0 -> 22.3.1
2023-02-13 14:39:15 +00:00
Gustavo Araiza
9bbface354
maintainers: add garaiza-93
2023-02-13 08:02:34 -06:00
Kiran Ostrolenk
e2d5eeeee0
maintainers: add CardboardTurkey
2023-02-13 13:56:21 +00:00
sternenseemann
3dfbe2b6a3
maintainers/haskell/test-configurations.nix: support ghcHEAD
...
Since we now have a versioned configuration-ghc-*.nix file for GHC HEAD,
we don't need to add a super special case to the package set logic in
test-configurations.nix anymore. We can just create a versioned
attribute for the ghcHEAD package set (which is not exposed) and keep
using the normal discovery logic.
The only tricky bit is that GHC HEAD's configuration file is named after
the GHC release that will be branched off from it, so a little bit of
arithmetic is involved.
2023-02-13 14:42:03 +01:00
Théo Zimmermann
c4a8d9735c
maintainers: Update email for Zimmi48
2023-02-13 18:53:48 +08:00
Luiz Irber
105c76e711
maintainers: add luizirber
2023-02-12 18:30:01 -08:00
Nick Cao
07bd49f951
Merge pull request #212165 from doriath/add-grpc-cli
...
grpc_cli: init at 1.46.6
2023-02-13 07:59:02 +08:00
Zaechus
1c128e7c73
maintainers: add Zaechus
2023-02-12 00:56:24 -07:00
Ellie Hermaszewska
4d4ee0650f
Merge pull request #213089 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2023-02-12 13:58:21 +08:00
Rebecca Turner
3631a8f437
maintainers: add _9999years
2023-02-11 11:36:55 -08:00
Andrew Smith
6f7a553d0a
maintainers: add andrewsmith
2023-02-10 13:11:52 -08:00
Tobias Ravenstein
571de3804f
maintainers: add rvnstn
2023-02-10 18:13:56 +01:00