Skip to content

Commit 03fa696

Browse files
committedSep 16, 2017
Merge remote-tracking branch 'upstream/master' into HEAD
2 parents a31365d + 6712e01 commit 03fa696

File tree

175 files changed

+4621
-2723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+4621
-2723
lines changed
 

‎lib/licenses.nix

+11
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
175175
fullName = "DOC License";
176176
};
177177

178+
eapl = {
179+
fullName = "EPSON AVASYS PUBLIC LICENSE";
180+
url = http://avasys.jp/hp/menu000000700/hpg000000603.htm;
181+
free = false;
182+
};
183+
178184
efl10 = spdx {
179185
spdxId = "EFL-1.0";
180186
fullName = "Eiffel Forum License v1.0";
@@ -211,6 +217,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
211217
fullName = "GNU Free Documentation License v1.3";
212218
};
213219

220+
ffsl = {
221+
fullName = "Floodgap Free Software License";
222+
url = http://www.floodgap.com/software/ffsl/license.html;
223+
};
224+
214225
free = {
215226
fullName = "Unspecified free software license";
216227
};

‎lib/maintainers.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
kiloreux = "Kiloreux Emperex <kiloreux@gmail.com>";
305305
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
306306
knedlsepp = "Josef Kemetmüller <josef.kemetmueller@gmail.com>";
307-
konimex = "Muhammad Herdiansyah <herdiansyah@openmailbox.org>";
307+
konimex = "Muhammad Herdiansyah <herdiansyah@netc.eu>";
308308
koral = "Koral <koral@mailoo.org>";
309309
kovirobi = "Kovacsics Robert <kovirobi@gmail.com>";
310310
kragniz = "Louis Taylor <louis@kragniz.eu>";
@@ -583,6 +583,7 @@
583583
thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
584584
the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
585585
theuni = "Christian Theune <ct@flyingcircus.io>";
586+
ThomasMader = "Thomas Mader <thomas.mader@gmail.com>";
586587
thoughtpolice = "Austin Seipp <aseipp@pobox.com>";
587588
timbertson = "Tim Cuthbertson <tim@gfxmonk.net>";
588589
titanous = "Jonathan Rudenberg <jonathan@titanous.com>";
@@ -636,6 +637,7 @@
636637
wjlroe = "William Roe <willroe@gmail.com>";
637638
wkennington = "William A. Kennington III <william@wkennington.com>";
638639
wmertens = "Wout Mertens <Wout.Mertens@gmail.com>";
640+
woffs = "Frank Doepper <github@woffs.de>";
639641
womfoo = "Kranium Gikos Mendoza <kranium@gikos.net>";
640642
wscott = "Wayne Scott <wsc9tt@gmail.com>";
641643
wyvie = "Elijah Rum <elijahrum@gmail.com>";

0 commit comments

Comments
 (0)