From b574af31f4aa8721fdc6c750c850233a5d63be03 Mon Sep 17 00:00:00 2001 From: Philipp Hausmann Date: Sun, 27 Dec 2015 19:12:37 +0100 Subject: [PATCH] maintainers: Make attrname match my github account --- lib/maintainers.nix | 2 +- pkgs/development/compilers/uhc/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/maintainers.nix b/lib/maintainers.nix index 9918ae61537..7a9f1de0a84 100644 --- a/lib/maintainers.nix +++ b/lib/maintainers.nix @@ -231,7 +231,7 @@ palo = "Ingolf Wanger "; pashev = "Igor Pashev "; pesterhazy = "Paulus Esterhazy "; - phausmann = "Philipp Hausmann "; + phile314 = "Philipp Hausmann "; philandstuff = "Philip Potter "; phreedom = "Evgeny Egorochkin "; phunehehe = "Hoang Xuan Phu "; diff --git a/pkgs/development/compilers/uhc/default.nix b/pkgs/development/compilers/uhc/default.nix index 1ed31422d53..eda5157bb75 100644 --- a/pkgs/development/compilers/uhc/default.nix +++ b/pkgs/development/compilers/uhc/default.nix @@ -41,7 +41,7 @@ in stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = "http://www.cs.uu.nl/wiki/UHC"; description = "Utrecht Haskell Compiler"; - maintainers = [ maintainers.phausmann ]; + maintainers = [ maintainers.phile314 ]; # UHC i686 support is broken, see # https://github.com/UU-ComputerScience/uhc/issues/52