Commit Graph

2014 Commits

Author SHA1 Message Date
Bernardo Meurer
79adc84f5e
Merge pull request #107993 from jakeisnt/add-mopidy-scrobbler
mopidy-scrobbler: init at 2.0.1
2021-01-01 01:24:01 +00:00
Elliot Cameron
a3721e6016
maintainers: add _3noch 2020-12-31 12:55:37 -05:00
Sandro
16e8aa74dc
Merge pull request #107966 from iAmMrinal0/update/google-cloud-sdk 2020-12-31 09:28:47 +01:00
jakeisnt
baf64804e7 maintainers: add jakeisnt
Sort jakeisnt in maintainer list

maintainers: add jakeisnt
2020-12-30 20:07:35 -08:00
Silvan Mosberger
ff97a25fc6
Merge pull request #104419 from otavio/topic/shellhub
shellhub-agent: Add service and package expressions
2020-12-31 00:07:42 +01:00
Mrinal Purohit
35a7f79e27 maintainers: add iammrinal0 2020-12-30 19:59:07 +05:30
Pontus Stenetorp
6c509c3eb1
maintainers: add ninjin 2020-12-30 13:17:34 +00:00
Michael Lingelbach
8b15fa09f5 maintainers: add mjlbach 2020-12-29 15:01:25 -08:00
Pavol Rusnak
cf080616dc
Merge pull request #107579 from ewok/xkb-switch-i3
xkb-switch-i3: init at 1.8.1
2020-12-29 23:37:56 +01:00
Sandro
add86ae9c7
Merge pull request #93697 from yoctocell/typeracer-init 2020-12-28 02:48:32 +01:00
Sandro
e1f445cb26
Merge pull request #102674 from ranfdev/onlykey-cli 2020-12-28 01:01:30 +01:00
Artur Taranchiev
26d6d0fcfb maintainers: add ewok 2020-12-27 00:03:45 +03:00
Otavio Salvador
c95a08d738 maintainer-list: add otavio
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-12-26 00:03:48 -03:00
aszlig
117ea111df
Merge pull request #107602 (fix maintainers-list)
The commit in question just fixes a swapped entry in
maintainers-list.nix and given the email reply from @cab404 (which is
also the affected maintainer record) of "ooof, LGTM", I'd consider the
pull request as accepted.
2020-12-26 01:04:39 +01:00
aszlig
e777dd90f6
maintainers: Fix swapped longkeyid/fingerprint
When adding key information for my own GPG keys, I did a small check via
"mapAttrs (_: a: a.keys) (filterAttrs (_: a: a ? keys) maintainers)" and
quickly found this entry, which for some reason swapped the longkeyid
and fingerprint attributes.

Cc: @cab404
Signed-off-by: aszlig <aszlig@nix.build>
2020-12-25 23:36:49 +01:00
Bernardo Meurer
e2a631ccfc
maintainers: update lovesegfault's gpg keys 2020-12-25 14:36:08 -08:00
aszlig
b41a873ffc
maintainers: Add my own GnuPG key info
Since it's generally useful to have another point where the fingerprint
of your key can be verified (other than historical Git commits), I'm
adding this here, even though it's only for informational purposes.

I'm also pushing this directly to master, since it doesn't change
anything in functionality (as mentioned) and others are probably not
qualified (well, unless they've stolen my HSM and know the PIN) to
dispute the validity of the key.

Additionally, I checked the maintainer-list.nix file with
nix-instantiate --parse --strict just in case I might have introduced a
syntax error.

Signed-off-by: aszlig <aszlig@nix.build>
2020-12-25 23:28:23 +01:00
TredwellGit
50407869b4 maintainers: add TredwellGit 2020-12-25 22:05:40 +00:00
Shaw Vrana
8b49787dfe maintainers: add svrana 2020-12-25 08:49:23 -08:00
Sandro
e7ccc64c14
Merge pull request #107270 from Stunkymonkey/mediaelch_init 2020-12-23 15:52:01 +01:00
Martin Weinelt
a1fb1e9ef8
Merge pull request #107315 from fabaff/maintainer-list
maintainers: add fab
2020-12-23 02:09:36 +01:00
Lucas Hoffmann
4d0c6c645c
nvimpager: init at 0.9 (#107057)
* nvimpager: init at 0.9

* nvimpager: fixup: doCheck can be overriden with `overrideAttrs`

* nvimpager: fixup: use patchShebangs instead of substituteInPlace

* nvimpager: fixup: move pandoc to nativeBuildInputs

* Fix typo

* nvimpager: fixup: run the tests in a pseudo tty

* nvimpager: fixup: make all dependencies overridable
2020-12-22 10:11:02 +01:00
Luke Worth
e18b62a5e7 maintainer-list: add lrworth 2020-12-22 14:52:34 +08:00
Florian Klink
4de10624f6
Merge pull request #107207 from rb2k/add_libsmartcols
libsmartcols: init at v2.36.1
2020-12-21 22:14:15 +01:00
Felix Buehler
6be8a0ecd7 maintainers: add stunkymonkey 2020-12-21 12:56:53 +01:00
Fabian Affolter
560dc49bff maintainers: add fab 2020-12-21 11:23:55 +01:00
Marc Seeger
674a99882c Maintainers: Add rb2k to maintainers list. 2020-12-20 08:36:43 -08:00
Sandro
e98df3d14a
Merge pull request #105391 from reedrw/r2mod 2020-12-21 00:01:41 +01:00
andys8
8d3f49ac0f maintainers: add andys8 2020-12-19 11:25:32 +01:00
Doron Behar
749c9f1f19
Merge pull request #92582 from truh/plantuml-server-squash 2020-12-16 22:02:57 +02:00
adisbladis
906b4d420e
maintainers: Update my email address 2020-12-16 14:56:05 +01:00
Jan Tojnar
c485a932d9
maintainers/scripts/update.nix: Do not traverse lists
Lists items are not directly accessible like attributes in attrsets are.
This makes it hard to represent their address in `UPDATE_NIX_ATTR_PATH`
environment variable passed to update scripts.

Given that I only introduced list support for `gnome3` attribute set
and we stopped using them there, let’s remove the list support again.
NixOS modules are better place for package collections anyway.

This was meant to go in with https://github.com/NixOS/nixpkgs/pull/98304
but got accidentally omitted somehow.
2020-12-16 10:14:59 +01:00
Graham Christensen
9612cb9092
Merge pull request #84062 from abathur/fix/yadm_src_usage
yadm: install from build directory instead of $src
2020-12-15 10:39:20 -05:00
Matthieu Coudron
ea85760820
Merge pull request #89118 from Pacman99/notification-center
deadd-notification-center: init at 1.7.2
2020-12-13 17:25:29 +01:00
Sandro
d33fb82b8c
Merge pull request #101947 from edbentley/audiowaveform 2020-12-11 07:03:57 +01:00
Damien Diederen
ab845500a0 maintainers: add ztzg 2020-12-09 15:46:37 +01:00
Sandro
a3289a62c4
Merge pull request #101468 from alirezameskin/master 2020-12-09 05:45:46 +01:00
markuskowa
6d86fa0085
Merge pull request #103939 from rmcgibbo/nice-dcv
nice-dcv-client: init at 2020.2.1737-1
2020-12-08 16:32:29 +01:00
Robert T. McGibbon
833c76d138 maintainers: add rmcgibbo 2020-12-08 09:56:42 -05:00
Alireza Meskin
609fd365cf maintainers: add alirezameskin. 2020-12-08 10:32:02 +01:00
Orivej Desh (NixOS)
6acae29481
pythonPackages.patiencediff: init at 0.2.1; breezy: fix build (#106100) 2020-12-07 21:10:09 +00:00
Sebastian Wild
d0207e3152 maintainers: add wildsebastian 2020-12-07 20:32:17 +00:00
Sandro
a174e4dfc5
Merge pull request #101019 from rgrunbla/netevent 2020-12-07 19:56:13 +01:00
Sandro
920b3ddb4b
Merge pull request #105931 from samb96/ink-init 2020-12-07 19:55:36 +01:00
Sandro
04cb54ae08
Merge pull request #105519 from 3699n/master 2020-12-07 19:54:20 +01:00
Ollie Charles
1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
Nicholas von Klitzing
6d28718c0d maintainers: add _3699n 2020-12-07 14:09:50 +01:00
Rémy Grünblatt
dc716db68f maintainers: add rgrunbla 2020-12-05 16:38:35 +01:00
Sam Bickley
705fb1e7a0 maintainers: add samb96 2020-12-04 17:10:54 -06:00
Sandro
178a44c09f
Merge pull request #105071 from brhoades/ytt 2020-12-03 17:50:50 +01:00