Kyle Hendricks
fce7bf97d8
maintainers: add kylehendricks
2023-04-01 20:28:44 -04:00
Ninjatrappeur
cb80417aad
Merge pull request #215812 from christoph-heiss/pkgs/proxmox-backup-client
2023-04-01 08:32:49 +02:00
Sandro
46d1a946aa
Merge pull request #192148 from evan-goode/processing-4.0.1
2023-04-01 02:50:00 +02:00
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
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
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
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
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