summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorFrank Doepper <woffs@woffs.de>2017-09-13 09:37:16 +0200
committerFrank Doepper <woffs@woffs.de>2017-09-13 16:38:15 +0200
commit9c4233f7b6e055eb6d18e8e7a49508dfa3ce9ee4 (patch)
tree9a7750d0a69d130e4b9ce9e2e3e141960d91841c /lib
parent54f2db5d4e1f07356a2d6fe0b449b47e961418cc (diff)
downloadnixpkgs-9c4233f7b6e055eb6d18e8e7a49508dfa3ce9ee4.tar
nixpkgs-9c4233f7b6e055eb6d18e8e7a49508dfa3ce9ee4.tar.gz
nixpkgs-9c4233f7b6e055eb6d18e8e7a49508dfa3ce9ee4.tar.bz2
nixpkgs-9c4233f7b6e055eb6d18e8e7a49508dfa3ce9ee4.tar.lz
nixpkgs-9c4233f7b6e055eb6d18e8e7a49508dfa3ce9ee4.tar.xz
nixpkgs-9c4233f7b6e055eb6d18e8e7a49508dfa3ce9ee4.tar.zst
nixpkgs-9c4233f7b6e055eb6d18e8e7a49508dfa3ce9ee4.zip
oysttyer: init at 2.9.1
A Perl Console Twitter Client
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
-rw-r--r--lib/maintainers.nix1
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index e85aac8d440..c177497e85e 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -211,6 +211,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "GNU Free Documentation License v1.3";
   };
 
+  ffsl = {
+    fullName = "Floodgap Free Software License";
+    url = http://www.floodgap.com/software/ffsl/license.html;
+  };
+
   free = {
     fullName = "Unspecified free software license";
   };
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index f77a2669702..a78539ffb6d 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -636,6 +636,7 @@
   wjlroe = "William Roe <willroe@gmail.com>";
   wkennington = "William A. Kennington III <william@wkennington.com>";
   wmertens = "Wout Mertens <Wout.Mertens@gmail.com>";
+  woffs = "Frank Doepper <github@woffs.de>";
   womfoo = "Kranium Gikos Mendoza <kranium@gikos.net>";
   wscott = "Wayne Scott <wsc9tt@gmail.com>";
   wyvie = "Elijah Rum <elijahrum@gmail.com>";