Commit Graph

1847 Commits

Author SHA1 Message Date
Daniël de Kok
30adb1fb9e
Merge pull request #89276 from jobojeha/master
utf8cpp: init at 3.1.1
2020-06-21 14:29:01 +02:00
Jonathan Jeppener-Haltenhoff
51273a0f73 maintainers: Add jobojeha 2020-06-21 14:14:40 +02:00
Michele Guerini Rocco
bc5843f8d1
Merge pull request #88928 from aciceri/navidrome
navidrome: init at 0.23.1
2020-06-20 16:04:04 +02:00
aciceri
a04315f38b
maintainers: added aciceri 2020-06-20 14:56:55 +02:00
Shea Levy
2590885605
Merge pull request #89099 from alexbiehl/alex/py-skein
python3Packages.skein: init at 0.8.0
2020-06-19 12:35:26 -04:00
Matt Layher
be2947a87a maintainers: add mdlayher GPG key
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-06-19 16:26:53 +00:00
Yannick Markus
e4fd4b2a71 devdocs-desktop: init at 0.7.1
Also added ymarkus to maintainers list.
2020-06-18 12:46:22 +02:00
WilliButz
57a3249994
Merge pull request #90662 from srhb/redis-exporter
prometheus-redis-exporter: init at 1.7.0
2020-06-18 11:25:23 +02:00
Erik Skytthe
9740f61b31 maintainers: add eskytthe 2020-06-18 11:13:25 +02:00
Jesse Wattenbarger
6457a26021 maintainers: add jwatt 2020-06-18 04:31:07 +02:00
Maximilian Bosch
0510cbe849
Merge pull request #90646 from Ma27/matrix-maintainer-team
maintainers/teams: add matrix team
2020-06-18 00:23:55 +02:00
Maximilian Bosch
650617253e
maintainers/teams: add matrix team 2020-06-17 21:55:29 +02:00
pablo1107
52c906147c luaPackages.ldbus: init at scm-0 2020-06-17 12:12:08 +02:00
Antonio Yang
9d71f4f2e2 maintainers: add yanganto 2020-10-03 22:27:20 +08:00
Christoph Hrdinka
9815a6dcdc
Merge pull request #99289 from szlend/znc-clientbuffer
zncModules.clientbuffer: 2015-08-27 -> 2020-04-24
2020-10-02 23:05:41 +02:00
Zeke Stephens
2956f4ecc2 add myself as a maintainer 2020-10-02 15:39:08 -04:00
Patrick Hilhorst
e9acc776d8 maintainers/scripts: add update_redirected_urls to fix redirected urls using Repology data 2020-10-02 09:01:35 -07:00
szlend
ebb702ff81 maintainers: add szlend 2020-10-02 14:22:12 +02:00
Jan Tojnar
74c5472090
Merge pull request #98304 from jtojnar/updateScript-commit3
maintainers/scripts/update.nix: Add support for auto-commiting changes
2020-10-02 06:16:09 +02:00
Nicolas Berbiche
7fa897d4a4
maintainers: add berbiche 2020-09-29 19:24:36 -04:00
Stig Palmquist
33ea2bb6b5
maintainers: fix incorrect attribute githubId for justinlovinger 2020-09-28 02:18:34 +02:00
Justin Lovinger
1d85b14651 maintainers: add JustinLovinger 2020-09-27 18:35:42 -04:00
Michael Raskin
31a4e2e28b
Merge pull request #93457 from ju1m/apparmor
apparmor: fix and improve the service
2020-09-27 13:07:38 +00:00
Jan Tojnar
74a5bb4041
maintainers/scripts/update.nix: Clean up
- Make some arguments more fitting (the path is actually full, not just relative to prefix…).
- Increase the purity of packages* functions (they now take pkgs from argument, not from scope).
- Add some documentation comments.
2020-09-20 21:22:04 +02:00
Jan Tojnar
71c246c785
maintainers/scripts/update.nix: Run update scripts from the worktree
`update.nix` extracts `passthru.updateScript` attributes in the main repo
and when they are relative paths (e.g. `./update.sh`), Nix will resolve them
to absolute paths in the main repo.

Update scripts can use $(dirname $0) to get the location of files they
should update but that would point to the main repo.
We want them to modify the appropriate git worktree instead
so we replace the prefix accordingly.

`git rev-parse --show-toplevel` will resolve symlinks but, fortunately,
Nix will do that as well, so the path will match:

https://github.com/NixOS/nixpkgs/pull/98304#issuecomment-695761754
2020-09-20 20:12:34 +02:00
Jan Tojnar
0c5ddf3358
maintainers/scripts/update.nix: run update script with UPDATE_NIX_ATTR_PATH
The environment variable will contain the attribute path the script is supposed to update.
2020-09-20 20:12:33 +02:00
Jan Tojnar
c21a85c6a0
maintainers/scripts/update.nix: auto-detect attrPath 2020-09-20 20:11:46 +02:00
Jan Tojnar
b351de0971
maintainers/scripts/update.nix: mention when there were no changes committed 2020-09-20 20:11:46 +02:00
Jan Tojnar
b828285933
maintainers/scripts/update.nix: support filling in auto-commit attributes
We can determine all of them when attrPath is present so we might jsut as well do it.
2020-09-20 20:11:46 +02:00
Jan Tojnar
4a161ddb3b
maintainers/scripts/update.nix: support auto-committing by passing attrPath
Instead of having the updateScript support returning JSON object,
it should be sufficient to specify attrPath in passthru.updateScript.
It is much easier to use.

The former is now considered experimental.
2020-09-20 20:11:46 +02:00
Jan Tojnar
01b9d5371c
maintainers/scripts/update.nix: switch to asyncio
This will make it cleaner and also better respect SIGTERM.
2020-09-20 20:11:45 +02:00
Jan Tojnar
17f89667b3
maintainers/scripts/update.nix: refactoring
Get rid of some globals, split main into smaller functions, rename some variables, add typehints.
2020-09-20 20:11:45 +02:00
Jan Tojnar
1efc042d92
maintainers/scripts/update.nix: Add support for auto-commiting changes
Update scripts can now declare features using

	passthru.updateScript = {
	  command = [ ../../update.sh pname ];
	  supportedFeatures = [ "commit" ];
	};

A `commit` feature means that when the update script finishes successfully,
it will print a JSON list like the following:

	[
	  {
	    "attrPath": "volume_key",
	    "oldVersion": "0.3.11",
	    "newVersion": "0.3.12",
	    "files": [
	      "/path/to/nixpkgs/pkgs/development/libraries/volume-key/default.nix"
	    ]
	  }
	]

and data from that will be used when update.nix is run with --argstr commit true
to create commits.

We will create a new git worktree for each thread in the pool and run the update
script there. Then we will commit the change and cherry pick it in the main repo,
releasing the worktree for a next change.
2020-09-20 20:11:22 +02:00
Jan Tojnar
5adbeb13c5
update.nix: use ThreadPoolExecutor
Not sure why I chose ProcessPoolExecutor in the first place.
2020-09-18 20:52:07 +02:00
Julien Moutinho
fb6d63f3fd apparmor: fix and improve the service 2020-09-06 07:43:03 +02:00
Maximilian Bosch
0a63b5ae34
Merge pull request #89262 from cript0nauta/simple-mpv-ui
mpvScripts.simple-mpv-webui: init at 1.0.0
2020-06-17 03:13:48 +02:00
Jan Tojnar
75e756b8e1
Merge pull request #90051 from fabianhauser/hamster-time-tracker 2020-06-16 23:08:45 +02:00
Léo Gaspard
b0a2d1cef7
Merge pull request #78780 from ju1m/dovecot_fts_xapian
Dovecot plugin for Full Text Search (FTS) with Xapian
2020-06-16 22:00:26 +02:00
zowoq
3050bbe9d4 maintainers/teams: add golang 2020-06-16 08:05:11 +10:00
Colin L Rice
b586b07cfa Add c00w as a maintainer 2020-06-16 08:05:11 +10:00
joachimschmidt557
ed3f7ab3a4 nimmm: init at 0.1.2
nimmm is a terminal file manager written in nim.
2020-06-15 10:33:59 +02:00
Jeremy Schlatter
261912e071 maintainers: add jeremyschlatter 2020-06-12 11:58:19 -07:00
Michael Maclean
5b8a78a972 rtl-ais: init at 0.8.1 2020-06-10 22:46:34 +01:00
Fabian Hauser
8c22f78354 maintainers: add fabianhauser 2020-06-10 17:16:35 +02:00
Timo Kaufmann
fd8892961f
Merge pull request #79842 from mir06/add-liberfa
liberfa: init at 1.7.0
2020-06-10 15:01:23 +02:00
Armin Leuprecht
b621677c88 maintains: add mir06 2020-06-10 07:32:33 +00:00
Vladimír Čunát
a44f91af27
lua packages: remove myself from some meta.maintainers
It will really happen after regeneration (no need to hurry, I guess).
Commit b7e6161b4 added me to cyrussasl by a mistake apparently.
In knot-resolver upstream we dropped luaossl and luafilesystem from
closure to ease up maintenance, so I no longer have motivation for them.
2020-06-10 07:30:59 +02:00
Matías Lang
5930a0ea44 mpvScripts.simple-mpv-webui: init at 1.0.0 2020-06-06 14:46:15 -03:00
Luka Blaskovic
bd400bd006 lyaml: init at 6.2.5-1, update all generated packages 2020-06-06 18:45:57 +02:00
SCOTT-HAMILTON
397a90a699 maintainers: add shamilton 2020-06-04 12:19:24 -07:00
Elis Hirwing
88f61c3a36
Merge pull request #87952 from lunik1/add-fdkaac
fdkaac: init at 1.0.0
2020-06-04 13:00:18 +02:00
Lassulus
a15262665a
Merge pull request #88466 from puzzlewolf/gazebo_remove
gazebo: remove
2020-06-04 12:47:42 +02:00
Alex Biehl
6200d2f8b2 Add alexbiehl as maintainer 2020-06-04 09:16:16 +02:00
Jan Tojnar
384cf8788b
Merge pull request #87914 from seb314/submit/jamulus 2020-06-04 07:55:11 +02:00
Eduard Bopp
84b5d5dfef Update my GitHub username
I recently changed the username, so this reflects that change to make
sure people find me.

For confirmation, check that the GitHub ID is still 3098430 for my new
username using the GitHub API:

https://api.github.com/users/edibopp
2020-06-03 15:42:55 +02:00
seb314
6031391c99 maintainers: add seb314 2020-06-02 23:42:19 +02:00
Elis Hirwing
a823f46be0
Merge pull request #84812 from f4814/init-razergenie
razergenie: init at 0.8.1
2020-06-02 17:20:57 +02:00
TheBrainScrambler
aeaa93c7e7 webbrowser: init at 29.0.0rc1 2020-06-02 14:45:59 +02:00
Mario Rodas
a69f9e5a69
Merge pull request #83385 from wohanley/master
goimapnotify: init at 2.0
2020-06-01 23:42:36 -05:00
Maximilian Bosch
b447269f08
Merge pull request #89183 from timstott/go-jira
go-jira: 1.0.17 -> 1.0.23
2020-06-01 17:43:25 +02:00
1000101
82ee41b1e1 maintainers: update 1000101 (mail) 2020-06-01 14:06:45 +02:00
Shardul Baral
b320474779
Add shardy to maintainers 2020-05-31 10:29:25 -04:00
Timothy Stott
e536b9e208
maintainers: add timstott 2020-05-31 11:22:50 +01:00
TheBrainScrambler
2995b47fa0 maintainers: add TheBrainScrambler 2020-05-31 11:26:10 +02:00
puzzlewolf
3b26ba8b91 maintainers: remove pxc 2020-05-30 18:38:37 +02:00
Timo Kaufmann
69ea180bc9
Merge pull request #87383 from stianlagstad/sl/dstask-0.17
dstask: init at 0.18
2020-05-30 11:48:07 +00:00
Mario Rodas
1f2e949572
Merge pull request #88872 from gnidorah/openmpt123
openmpt123: 0.4.12 -> 0.5.0
2020-05-29 04:34:57 -05:00
Stian Lågstad
d1a6f2ed02 maintainers: add stianlagstad 2020-05-29 08:03:08 +02:00
gnidorah
b7e89a5820 maintainers: change my data 2020-05-29 08:29:59 +03:00
Vincent Haupert
4a4f5cd615 maintainers: add veehaitch 2020-05-28 15:29:30 -07:00
Wael Nasreddine
7d416ce364
Merge pull request #87854 from maralorn/go-neb
go-neb: Init at unstable-2020-04-09
2020-05-28 15:08:59 -07:00
Rick van Schijndel
0cf8e1d645 maintainers: remove @ahmedtd 2020-05-26 19:56:24 +02:00
Ben Sima
d6d6d6030d maintainers: add bsima 2020-05-25 21:07:23 -07:00
Arnar Gauti Ingason
22dbb8ce47 maintainers: add arnarg 2020-05-25 09:54:46 +02:00
Malte Brandy
cfa07c9bf7
maintainers: Add maralorn 2020-05-24 21:40:11 +02:00
Kim Lindberger
825e20ff46
Merge pull request #82753 from Kloenk/feature/engelsystem
engelsystem: init at 3.1.0
2020-05-24 16:31:23 +02:00
Kim Lindberger
985d726b80
Merge pull request #86070 from kimat/kimat-gitin
gitAndTools.gitin: init at 0.27.8
2020-05-24 15:32:16 +02:00
markuskowa
cc33cfedfe
Merge pull request #82242 from caadar/disk-filltest
disk-filltest: init at 0.8.1
2020-05-24 15:18:06 +02:00
Michele Guerini Rocco
21537c43ab
Merge pull request #87842 from wishfort36/tamzen-1.11.4
tamzen: init at 1.11.4
2020-05-24 14:54:32 +02:00
Mario Rodas
0958a7bba8
Merge pull request #87653 from 06kellyjac/deno_release
Deno: init at 1.0.0
2020-05-23 06:52:06 -05:00
Aaron Andersen
dacd1e48be
Merge pull request #86261 from robaca/webcamoid
webcamoid: init at 8.7.1
2020-05-23 06:56:46 -04:00
Lassulus
7de2524f53
Merge pull request #81363 from fatpat/scaleft-1.41.0
scaleft: Init at 1.41.0
2020-05-23 11:13:53 +02:00
Kimat Boven
0b9117cc34 maintainers: add kimat 2020-05-22 10:39:24 +02:00
Carsten Rohrbach
06ac702738 New maintainer list entry 'robaca' 2020-05-22 10:19:00 +02:00
Finn Behrens
a31de7bf86
maintainers: add kloenk 2020-05-21 15:56:54 +02:00
Roberto Abdelkader Martínez Pérez
05ff09956c
kapow: init at 0.5.3 2020-05-20 23:25:07 +02:00
Lassulus
f26e514cfe
Merge pull request #87408 from rpearce/bashcards
bashcards v0.1.2
2020-05-20 09:49:21 +02:00
Benjamin Hipple
4f3017799f
Merge pull request #88205 from kthielen/hobbes/upgrade
hobbes: 2020-03-10 -> 2020-05-19
2020-05-19 23:21:48 -04:00
Kalani Thielen
aef6544c13 hobbes: 2020-03-10 -> 2020-05-19 2020-05-19 23:15:07 -04:00
Robert Pearce
88c8f0d540
maintainers: add rpearce 2020-05-19 20:29:36 -04:00
Ryan Orendorff
f7ad47a8f6
agdaPackages.cubical: init at 0.2 (#76994)
Co-authored-by: Alex Rice <alexrice999@hotmail.co.uk>
2020-05-19 13:20:35 -04:00
06kellyjac
d2003509af maintainers: add jk 2020-05-19 10:07:38 +01:00
wishfort36
597e2dfb8d maintainers: add wishfort36 2020-05-18 21:01:17 +02:00
Ed Cragg
a5d98b2125 maintainers: add edcragg 2020-05-17 14:10:25 +01:00
Jan Tojnar
c19fa9be5e
Merge pull request #87953 from ccellado/glpaper-unstable 2020-05-17 14:05:17 +02:00
ccellado
1241af5dd3 maintainers: add ccellado 2020-05-17 00:22:52 +03:00
lunik1
f3352f3240
maintainers: add lunik1 2020-05-16 20:14:42 +01:00
Dennis Gosnell
82263944a7
Merge pull request #87875 from wnklmnn/jugglinglab
jugglinglab: init at 1.2
2020-05-16 09:40:37 +09:00
Jan Tojnar
a762c0e304
Merge pull request #87731 from jtojnar/update-no-build-src 2020-05-15 15:40:43 +02:00
Pascal Winkelmann
8f475b0470 jugglinglab: init at 1.2 2020-05-15 12:17:13 +02:00
Jan Tojnar
3f3aeb7c85
maintainers/scripts/update.nix: refactor package collector
The `packagesWith` function expected an attrSet but `packagesWithUpdateScript`
could be passing it a derivation or a list when the attribute path
supplied by user through the `--argstr path` argument pointed to one.
It only worked because derivations are also attrSets and contain their
outputs as attributes, and did not work for lists at all.

Additionally, the improper handling would cause the `src` attribute
to be built in some rare cases (`mkYarnPackage` seems to trigger this).

Rewriting the `packagesWith` function to be inductive with a derivation
as a base case and attrSets and lists as inductive steps is much cleaner
and also fixes the unnecessary build.
2020-05-13 12:12:18 +02:00
Jan Tojnar
fab2ee8c10
maintainers/scripts/update.nix: derivation is the final station
It does not make sense to look for derivations within derivations,
not even when `recurseForDerivations` is true. Nix does not do that either:

ebc024df22/src/libexpr/get-drvs.cc (L346-L355)
2020-05-13 11:06:33 +02:00
Jan Tojnar
8f50956ee0
maintainers/scripts/update.nix: Import lib into scope
This will make it easier to change it if we want to decouple from pkgs.
2020-05-13 11:06:33 +02:00
Lynn Dong
c85f0a12bb maintainers: add lynty 2020-05-12 18:07:36 -07:00
Silvan Mosberger
6440000547
Merge pull request #87599 from helsinki-systems/znapzend-oracle-mode 2020-05-12 15:39:25 +02:00
Evils
76c7c2cfbf maintainers: evils-devils -> evils 2020-05-12 12:05:53 +02:00
Anderson Torres
1233db808d
Merge pull request #86927 from dramaturg/exoscale-cli
exoscale-cli: init at 1.12.0
2020-05-11 21:22:00 -03:00
Michel Weitbrecht
e719550694
maintainers: Add SlothOfAnarchy 2020-05-11 14:34:33 +02:00
pablo1107
fc3d6386db maintainers: add pablovsky 2020-05-10 20:18:50 +02:00
gnidorah
d0c3e7bedb maintainers/scripts/build.nix: script to build all maintainer packages 2020-05-09 18:59:04 +02:00
Cyryl Płotnicki
3458035bdf maintainers: add cyplo 2020-05-09 16:46:12 +02:00
Julien Moutinho
8be7358384 maintainers: add julm 2020-05-09 14:13:31 +02:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Tom McLaughlin
699563af7f maintainers: add thomasjm 2020-05-09 09:41:14 +02:00
xiorcale
ccfe14cb3b github username: kjuvi -> xiorcale 2020-05-09 09:08:18 +02:00
Thomas Desrosiers
43c6151294 maintainers: add thomasdesr 2020-05-08 09:23:18 -07:00
Griffin Smith
0dccca9517 maintainers: add glittershark 2020-05-08 11:53:52 -04:00
Daniel Goertzen
6adf6268ae quote homepage values, add self as maintainer 2020-05-07 08:00:33 -05:00
Robert Scott
e153004960
Merge pull request #85950 from Mindavi/aflplusplus/2.64c
aflplusplus: 2.59c -> 2.64c
2020-05-06 23:17:04 +01:00
Jérôme LOYET
a97304ef1f scaleft: Init at 1.41.0 2020-05-06 12:01:43 +02:00
Sebastian Krohn
1a6a810d26 maintainers: add dramaturg 2020-05-06 11:22:36 +02:00
Patryk Wychowaniec
08b198beca maintainers: add patryk27 2020-05-06 00:16:08 +05:30
Rick van Schijndel
9a15100ca1 maintainers: add myself to list 2020-05-04 21:56:49 +02:00
Louis Bettens
dd5d696bb4 maintainers: add lourkeur 2020-05-04 17:35:26 +05:30
Pavol Rusnak
7b0167204d treewide: use https for nixos.org and hydra.nixos.org
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
snicket2100
40241e0909 maintainers: add snicket2100 2020-05-03 13:22:22 -07:00
Peter Kolloch
a89c50fc9b maintainers: add kolloch 2020-05-03 11:43:19 +02:00
Aldwin Vlasblom
d51792f3cc Update my (avaq) maintainer email address 2020-05-02 16:40:24 +02:00
Wulfsta
3234163378 maintainers: add wulfsta 2020-05-01 18:35:57 -07:00
cmacrae
94b4848636 maintainers: add cmacrae 2020-04-30 17:52:16 +01:00
Jörg Thalheim
bb5e20e4c0
Merge pull request #86265 from christianharke/spectrwm-bump
spectrwm: 2.7.2 -> 3.3.0
2020-04-29 22:12:32 +01:00
Christian Harke
68f56479e1
spectrwm: 2.7.2 -> 3.3.0
- Update to the latest version.
- Stop using unstable `fetchurl` for GitHub archive reference #32997.
- Take maintainership as requested by jb55 in #86265.
2020-04-29 21:54:30 +02:00
Elis Hirwing
d2fe77de33
maintainers/teams: Add php team 2020-04-29 20:08:02 +02:00
Elis Hirwing
410c38f317
Revert "PHP maintainer team" 2020-04-29 19:56:37 +02:00
Elis Hirwing
3b21abb3d3
Merge pull request #85575 from etu/php-maintainer-team
PHP maintainer team
2020-04-29 19:56:03 +02:00
Tobias Schmidt
677df72179
maintainers: add toschmidt 2020-04-29 16:49:37 +02:00
worldofpeace
10bf212b4f
Merge pull request #85589 from emilazy/add-acme-maintainers-team
Add ACME maintainers team
2020-04-28 18:38:12 -04:00
Sebastien Bariteau
35b8193352 maintainers: add numkem 2020-04-26 15:20:24 -04:00
adisbladis
5a3b818368
Merge pull request #85894 from zowoq/podman-crio
podman team: add cri-o packages/module
2020-04-24 11:34:07 +02:00
worldofpeace
b4d7725cfe
Merge pull request #76082 from squalus/ungoogled
ungoogled-chromium: init at 81.0.4044.92-2
2020-04-23 21:03:18 -04:00
zowoq
ebedb915c2 maintainers/teams: update podman team 2020-04-24 08:08:06 +10:00
Savanni D'Gerinel
ccb580fa4d
fitnesstrax: init at 0.1.0 (#83336)
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-04-22 15:35:20 -04:00
Elis Hirwing
a222fac434
maintainers/teams: Add php team 2020-04-22 06:45:16 +02:00
adisbladis
f0a92ef1d9
nixos/podman: Add maintainer team & add myself to podman team 2020-04-21 10:03:22 +01:00
Emily
eb43e8dd1b maintainers/teams: add acme team 2020-04-20 01:36:02 +01:00
Manuel Bärenz
f253da42f8 Add myself (turion) to the maintainers list for several packages
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
2020-04-19 13:14:31 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Markus Wamser
7bac5db6f7
maintainers: add wamserma
Signed-off-by: Markus S. Wamser <github-dev@mail2013.wamser.eu>
2020-04-17 21:14:15 -04:00
Zakkor
e14c4ba970 maintainers: add zakkor 2020-04-16 14:45:30 -07:00
Benjamin Hipple
b4c36fe436
Merge pull request #84448 from lbpdt/feature/init-node-problem-detector
node-problem-detector: init at 0.8.1
2020-04-16 09:46:29 -04:00
Jan Tojnar
3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
William O'Hanley
4792c0b4ca maintainers: add wohanley 2020-04-15 20:21:03 -07:00
Jörg Thalheim
418b24b133
Merge pull request #77752 from oxalica/rust-analyzer
rust-analyzer: init at unstable-2020-03-09
2020-04-14 10:19:59 +01:00
Benjamin Hipple
1ca2475b0c
Merge pull request #83905 from msm-code/feature/init-ursadb
ursadb: init at v1.2.0
2020-04-13 22:18:59 -04:00
squalus
7205bd64a3 ungoogled-chromium: init at 81.0.4044.92-2 2020-04-13 13:17:05 -07:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Silvan Mosberger
f9e94b9ffe
maintainer-list: Fix missing githubId's
All these IDs were carefully obtained with
- If possible, look at which commit introduced the maintainer and check
  with the GitHub API whether it was the person we think it should be.
  If yes, that's great
- If above doesn't work for any reason (which was the case for about
  half), then I went through the commit log and through GitHub PRs
  manually, to see who the person is

Sometimes this required trying to find a commit after the svn-era, but
before the committer stopped contributing. Sometimes when one person
adds two maintainers this required checking that they are known to each
other through bidirectional GitHub follows.

For tweber's github, see:
https://github.com/NixOS/nixpkgs/pull/82461#issuecomment-599433112
2020-04-13 17:27:01 +02:00
Silvan Mosberger
d3ac6de2d9
maintainer-list: Fix attribute names 2020-04-13 17:26:07 +02:00
caadar
660edd4ce0 maintainers: add caadar 2020-04-13 12:54:55 +03:00
Matthieu Coudron
f08650ca85
Merge pull request #85087 from maxeaubrey/worldofgoo-1.53
worldofgoo: 1.41 -> 1.53
2020-04-13 00:15:45 +02:00
Ryan Mulligan
bd4145016d
Merge pull request #85086 from bhipple/u/discord
discord-{ptb,canary}: update to latest versions and fixup updateScript
2020-04-12 10:38:52 -07:00
Maxine E. Aubrey
82a9606607
maintainers: add maxeaubrey 2020-04-12 18:21:14 +02:00
Maximilian Bosch
539b7f1e3b
Merge pull request #84975 from Maxdamantus/polyphone
polyphone: init at 2.2.0
2020-04-12 18:10:11 +02:00
Benjamin Hipple
58b812f749 discord-{ptb,canary}: update to latest versions and fixup updateScript
This commit:

- Moves the update script into the dir, out of the maintainers dir. This makes
  it more discoverable in general. It can also be invoked from anywhere to write
  to default.nix
- Swaps it to use the standardized `passthru.updateScript`. This means that
  eventually bots like `nixpkgs-update` will be able to handle it.
- Runs the script to upgrade to the latest versions

See https://nixos.org/nixpkgs/manual/#ssec-stdenv-attributes
2020-04-12 11:55:36 -04:00
Jan Tojnar
dd0c85d546
Merge pull request #84969 from kisik21/mako-svg-icons
mako: wrap with wrapGAppsHook
2020-04-11 12:01:45 +02:00
Maximilian Bosch
529465d171
Merge pull request #84078 from petersjt014/master
catcli: init at 0.5.13
2020-04-11 10:29:10 +02:00
Max Zerzouri
3171ef600b maintainers: add maxdamantus 2020-04-11 17:32:53 +12:00
Vika
a9df1dcd91
maintainer-list.nix: updated my GPG key. New fp: B3C0 DA1A C18B 82E8 CA8B B1D1 4F62 CD07 CE64 796A 2020-04-11 06:15:16 +03:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Marco Orovecchia
376c25ab12 maintainers: add oro 2020-04-10 01:06:23 -07:00
Fabian Geiselhart
ba179d7442 Add f4814n to maintainer list 2020-04-09 16:53:22 +02:00
Jan Tojnar
bbb299c8e4
Merge pull request #84177 from zowoq/team
maintainers/teams: add podman team
2020-04-09 13:57:12 +02:00
s1341
4c7467a9e4 maintainers: add s1341 as a maintainer 2020-04-08 10:50:05 -07:00
oxalica
e33256ef24
Merge remote-tracking branch 'channels/nixos-unstable' into rust-analyzer 2020-04-08 14:22:56 +08:00
worldofpeace
36beb6efa4
Merge pull request #84185 from cpcloud/add-scmpuff
scmpuff: init at 0.3.0
2020-04-07 23:41:22 -04:00
Phillip Cloud
89424e142e maintainers: add cpcloud to maintainer-list.nix 2020-04-07 23:41:06 -04:00
Yves Fischer
25c3d0da53
qcad: init at 3.24.2.1 (#81209)
Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-04-07 21:46:50 +00:00
Timo Kaufmann
1af2f11633
Merge pull request #82044 from ivan-timokhin/junicode-1.002
junicode: update to 1.002 and correct license
2020-04-06 09:11:13 +00:00
Louis Blin
511cb624b7 node-problem-detector: init at 0.8.1
Package is missing, built from Golang sources on GitHub.
2020-04-06 08:35:22 +01:00
Frederik Rietdijk
2420184727 Merge staging into staging-next 2020-04-06 08:54:28 +02:00
Euan Kemp
e370711ad0 k3s: init at 1.17.3+k3s1
This packages k3s as a single self-contained binary (as upstream k3s
does), but without having to download any impure already-built binaries.

The upstream packaging scripts are used. Due to k3s's rather complicated
packaging arrangement, this ends up being a rather long derivation.
2020-04-05 15:34:18 +02:00
Frederik Rietdijk
98cefdd37f
Merge pull request #83155 from roastiek/alsa-upgrade
alsa-lib: 1.1.9 -> 1.2.2 and new alsa conf packages
2020-04-05 13:17:16 +02:00
AndersonTorres
78cd46512c babashka: 0.0.71 -> 0.0.78 2020-04-04 18:34:09 -03:00
Christine Dodrill
24b1596afc
Update maintainer-list.nix 2020-04-04 15:37:32 -04:00
Ivan Timokhin
b3b95adac9 maintainers: add ivan-timokhin 2020-04-04 19:06:59 +03:00
Timo Kaufmann
02b1f2a2de
Merge pull request #83224 from shnarazk/cadical-pr
cadical: init at 1.2.1
2020-04-04 15:44:04 +00:00
gnxlxnxx
d55ac884ea maintainers add gnxlxnxx 2020-04-03 13:03:09 +02:00
zowoq
d2556f0a95 maintainers/teams: add podman team 2020-04-03 20:37:53 +10:00
msm
5160beb886
ursadb: init at v1.2.0 2020-04-03 11:29:05 +02:00
Josh Peters
1f5a97bcef maintainers-list: add petersjt014 2020-04-03 01:04:52 -05:00
Ivar
318f05f776 xp-pen-g430: init at 20190820 2020-04-02 14:51:43 +02:00
Thomas Marchand
9b5a325e03
maintainers: Add Th0rgal (#83899) 2020-03-31 21:25:28 -04:00
Timo Kaufmann
da0fc069c3
Merge pull request #82003 from ymeister/master
alsaequal: init at 0.6
2020-03-31 14:56:56 +00:00
luc65r
8edd400bfb
rofi-calc: init at 1.6 (#83136)
Also:
* maintainers: add albakhamj
* maintainers: add luc65r
* rofi: add plugins argument to wrapper

Co-authored-by: Maciej Krüger <mkg20001@gmail.com>
2020-03-30 01:18:56 +02:00
Rostislav Benes
4acda90e5a alsa-ucm-conf: init at 1.2.2 2020-03-29 20:34:06 +02:00
Benjamin Hipple
dc9d97d482
Merge pull request #83590 from asbachb/update-netbeans-11-3
netbeans: 11.2 -> 11.3
2020-03-28 23:01:59 -04:00
Maximilian Bosch
fd99cb9edd
Merge pull request #82900 from notbandali/master
maintainers: update entry for notbandali (previously aminb)
2020-03-29 00:54:54 +01:00
Narazaki, Shuji
42bd693d28 maintainers: add shnarazk 2020-03-28 22:53:09 +09:00
Benjamin Asbach
f77a42d32e netbeans: added myself to maintainers list 2020-03-28 14:26:00 +01:00
Jason Miller
40d3bc2d9f maintainers: Add millerjason 2020-03-27 14:39:22 -04:00
Constantine Glen Evans
037c91b193 maintainers: add cge 2020-03-27 10:56:00 -07:00
Minijackson
e3c9a63cb2 maintainers: add githubId and GPG key for minijackson 2020-03-27 18:35:00 +01:00
Anderson Torres
79ed9e6ebf
Merge pull request #70610 from raboof/notion4
notion: 3-2019050101 -> 4.0.0
2020-03-27 13:41:23 -03:00
puzzlewolf
d24bfb7f7e add puzzlewolf to maintainer-list.nix 2020-03-24 14:22:03 +01:00
Jan Beinke
02acf84561 maintainers: add thelegy 2020-03-23 10:33:30 -07:00
Matthew Bauer
81d84153c7
Merge pull request #82633 from kolbycrouch/master
retroarch: 1.8.1 -> 1.8.5
2020-03-21 23:49:01 -04:00
Matthew Bauer
293b16aae9 Merge remote-tracking branch 'origin/master' into retroarch-update 2020-03-21 23:01:45 -04:00
Matthew Bauer
e1cab10dcd Revert " Fix init"
This reverts commit e68a4094d2.
2020-03-21 22:58:58 -04:00
Silvan Mosberger
22d313b421
Merge pull request #81813 from mikesperber/idris-tf-random
idrisPackages: add tf-random package
2020-03-21 03:31:55 +01:00
Dmitry Kalinkin
cdf9b5de6c
Merge pull request #83007 from dominikh/epkowa-perfection-v39
epkowa: add the GT-S650 plugin
2020-03-20 17:37:56 -04:00
Robert Kreuzer
8c4479e3dd maintainers: add rkrzr 2020-03-20 21:07:56 +01:00
Dominik Honnef
baa4798f56 epkowa: add dominikh as maintainer 2020-03-20 20:02:21 +01:00
Mike Sperber
620f3c6cf7 idrisPackages: add tf-random package 2020-03-20 13:44:50 +01:00
Domen Kožar
a28e401fd5
Merge branch 'master' into add/hashdeep-package 2020-03-20 11:51:25 +01:00
Jörg Thalheim
b00b66e262
Merge pull request #82861 from gila/terraform-lxd
terraform-providers.lxd: init at 1.3.0
2020-03-19 13:08:20 +00:00
Amin Bandali
f4a7afe471
maintainers: update entry for notbandali (previously aminb) 2020-03-18 20:49:25 -04:00
Jeffry Molanus
1d6337b990 maintainers: add gila 2020-03-19 00:10:15 +01:00
Dmitry Kalinkin
ddf87fb1ba
Merge pull request #82736 from LeshaInc/master
blender: add OpenImageDenoise support
2020-03-18 07:31:22 -04:00
Jörg Thalheim
201ac90018
Merge pull request #66578 from AtkinsChang/minikube
minikube: 1.2.0 -> 1.6.2
2020-03-18 11:28:24 +00:00
Martin Baillie
6e055c9f4a tailscale: init at 0.96-33
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-03-18 05:07:47 +00:00
Arnout Engelen
f22706eef0 maintainers: add raboof 2020-03-17 19:24:49 +00:00
LeshaInc
2cc3a34d4a
openimagedenoise: init at 1.1.0 2020-03-17 10:50:53 +02:00
Kolby Crouch
e68a4094d2 Fix init 2020-03-15 23:57:54 -05:00
Jan Tojnar
8597ab9994
maintainers/teams: add gnome team
gnome3.maintainers attribute always felt like a hack and now we finally have a place to put a groups of maintainers.

Also remove lethalman, as they are no longer available.
2020-03-16 03:31:06 +01:00
Silvan Mosberger
779b7ff3d8
Merge pull request #80931 from LEXUGE/master
smartdns: init at 30
2020-03-15 15:36:05 +01:00
Robert Helgesson
2fc67aca65
Merge pull request #82541 from ydlr/nix-generate-from-cpan
nix-generate-from-cpan: remove "unkown" license and improve core module detection
2020-03-15 12:54:12 +01:00
Kolby Crouch
e2b8f9f54a retroarch: 1.8.1 -> 1.8.4 2020-03-15 00:48:14 -05:00
Dmitry Kalinkin
2547ef9286
Merge pull request #75312 from KAction/mmh
mmh: init at 0.4
2020-03-14 14:20:44 -04:00
ydlr
9035381b11 nix-generate-from-cpan: use Module::CoreList to detect core modules
The previous way of detecting core modules failed to filter "if" and
possibly other core modules.
2020-03-14 00:25:33 -05:00
ydlr
5e2beafd02 nix-generate-from-cpan: remove unkown license
Leave license empty when it is not provided. This prevents packages from
failing to build because the license is set to
`stdenv.lib.licenses.unkown`.

There will still be a warning about the unkown license.
2020-03-13 23:49:45 -05:00
Manuel Mendez
78309be0f3 maintainers: update mmlb email 2020-03-14 03:36:01 +00:00
Manuel Mendez
fc5ba3109c maintainers: format with nixfmt
Vim cleaned up white space issues on its own from a hook so I decided to
take a look after running through nixfmt. The end result looks pretty
good to me, very minimal changes where everyting but the top-level
comment seems good to keep. I decided to keep the top-level comment
anyway so that future nixfmts would be minimal.
2020-03-14 03:36:01 +00:00
=
88ede5abd3 maintainers: add sjfloat 2020-03-13 15:53:10 -07:00
ymeister
a0c9e953c7 maintainers: add ymeister 2020-03-13 13:38:05 +07:00
Dmitry Bogatov
4481a2012f maintainers: add KAction 2020-03-12 22:25:11 -04:00
Martin Milata
ec4fa2f123
maintainers: fix wrong capitalization of githubId (#82446) 2020-03-12 19:39:54 -04:00
Aaron Andersen
76b292dd1a
Merge pull request #79699 from thmzlt/hobbes
hobbes: init at latest
2020-03-12 07:49:57 -04:00
Léo Gaspard
06bdfc5e32
Merge pull request #82185 from matt-snider/master
ankisyncd, nixos/ankisyncd: init at 2.1.0
2020-03-12 11:47:42 +01:00
Thomaz Leite
063795f3f5 maintainers: add thmzlt 2020-03-11 09:03:28 -03:00
Jan Tojnar
8515b703cf
Merge pull request #72125 from jtojnar/maintainer-groups
lib: Add lib.maintainer-groups
2020-03-10 21:09:33 +01:00
peelz
770329ac76 maintainers: add peelz 2020-03-10 10:37:15 -07:00
oxalica
5a8777ae50
maintainers: add oxalica 2020-03-10 16:08:27 +08:00
Matt Snider
98bd9f51fc maintainers: add matt-snider 2020-03-09 22:11:26 +01:00
Vladimír Čunát
1349bcfde7
Merge #81956: maintainers: add joshuafern 2020-03-08 11:48:23 +01:00
Mat Marini
4a148470e4
maintainers: add illiusdope 2020-03-07 20:56:04 +01:00
Atkins
3d266ccdb7 maintainers: add atkinschang 2020-03-07 22:35:15 +08:00
Joshua Fern
ad2a10d66c
maintainers: add joshuafern
Feel free to check out my new NUR repo: https://github.com/JoshuaFern/nur-package-lab
2020-03-06 20:46:18 -08:00
Silvan Mosberger
d50d46941e
Merge pull request #77469 from paluh/imgproxy
imgproxy: init at 2.8.1
2020-03-07 02:26:41 +01:00
worldofpeace
b2f7754e83
Merge pull request #79876 from mothsART/feature/new-package-drawing
drawing: init at 0.4.10
2020-03-04 01:47:49 +00:00
Cole Helbling
ecf79a07e1 maintainers: add cole-h 2020-03-02 19:08:58 +01:00