summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-04-02 19:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-07-10 20:54:18 +0200
commit46dc5394cd995f0b5ba6c842424d1de594fead31 (patch)
treee07e9a192e1a4d45f0553a1bc6ec270b51d25c61
parent73860eea0fee231e928204c5f5ee74707e43363a (diff)
downloadnixpkgs-46dc5394cd995f0b5ba6c842424d1de594fead31.tar
nixpkgs-46dc5394cd995f0b5ba6c842424d1de594fead31.tar.gz
nixpkgs-46dc5394cd995f0b5ba6c842424d1de594fead31.tar.bz2
nixpkgs-46dc5394cd995f0b5ba6c842424d1de594fead31.tar.lz
nixpkgs-46dc5394cd995f0b5ba6c842424d1de594fead31.tar.xz
nixpkgs-46dc5394cd995f0b5ba6c842424d1de594fead31.tar.zst
nixpkgs-46dc5394cd995f0b5ba6c842424d1de594fead31.zip
Update e-mail address for nckx
-rw-r--r--lib/maintainers.nix2
-rw-r--r--pkgs/applications/video/minitube/default.nix3
-rw-r--r--pkgs/os-specific/linux/util-linux/rtcwake-search-PATH-for-shutdown.patch2
3 files changed, 4 insertions, 3 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index 6cfa493353f..e80fb20929a 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -385,7 +385,7 @@
   nand0p = "Fernando Jose Pando <nando@hex7.com>";
   Nate-Devv = "Nathan Moore <natedevv@gmail.com>";
   nathan-gs = "Nathan Bijnens <nathan@nathan.gs>";
-  nckx = "Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>";
+  nckx = "Tobias Geerinckx-Rice <github@tobias.gr>";
   ndowens = "Nathan Owens <ndowens04@gmail.com>";
   neeasade = "Nathan Isom <nathanisom27@gmail.com>";
   nequissimus = "Tim Steinbach <tim@nequissimus.com>";
diff --git a/pkgs/applications/video/minitube/default.nix b/pkgs/applications/video/minitube/default.nix
index 971588901b4..f70c142ab41 100644
--- a/pkgs/applications/video/minitube/default.nix
+++ b/pkgs/applications/video/minitube/default.nix
@@ -1,5 +1,6 @@
 { stdenv, fetchFromGitHub, makeWrapper, phonon, phonon-backend-vlc, qt4, qmake4Hook
-# "Free" API key generated by nckx <tobias.geerinckx.rice@gmail.com>
+# "Free" key generated by nckx <github@tobias.gr>. I no longer have a Google
+# account. You'll need to generate (and please share :-) a new one if it breaks.
 , withAPIKey ? "AIzaSyBtFgbln3bu1swQC-naMxMtKh384D3xJZE" }:
 
 stdenv.mkDerivation rec {
diff --git a/pkgs/os-specific/linux/util-linux/rtcwake-search-PATH-for-shutdown.patch b/pkgs/os-specific/linux/util-linux/rtcwake-search-PATH-for-shutdown.patch
index 2dd3fcc4ebe..5f38861bf68 100644
--- a/pkgs/os-specific/linux/util-linux/rtcwake-search-PATH-for-shutdown.patch
+++ b/pkgs/os-specific/linux/util-linux/rtcwake-search-PATH-for-shutdown.patch
@@ -2,7 +2,7 @@ Search $PATH for the shutdown binary instead of hard-coding /sbin/shutdown,
 which isn't valid on NixOS (and a compatibility link on most other modern
 distros anyway).
 
-  -- nckx <tobias.geerinckx.rice@gmail.com>
+  -- nckx <github@tobias.gr>
 --- a/include/pathnames.h
 +++ b/include/pathnames.h
 @@ -53,7 +53,7 @@