maintainers: rename lukasepple according to github account name

This commit is contained in:
sternenseemann 2016-10-09 21:26:53 +02:00
parent e0faee950c
commit 3fb2993cb3
4 changed files with 4 additions and 4 deletions

View file

@ -240,7 +240,7 @@
lucas8 = "Luc Chabassier <luc.linux@mailoo.org>";
ludo = "Ludovic Courtès <ludo@gnu.org>";
luispedro = "Luis Pedro Coelho <luis@luispedro.org>";
lukasepple = "Lukas Epple <post@lukasepple.de>";
sternenseemann = "Lukas Epple <post@lukasepple.de>";
lukego = "Luke Gorrie <luke@snabb.co>";
lw = "Sergey Sofeychuk <lw@fmap.me>";
madjar = "Georges Dubus <georges.dubus@compiletoi.net>";

View file

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Plus;
platforms = platforms.linux;
homepage = "http://live.gnome.org/Libgee";
maintainers = with maintainers; [ abbradar ];
maintainers = with maintainers; [ sternenseemann ];
};
}

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation {
description = "Firmware for Intel 2200BG cards";
homepage = http://ipw2200.sourceforge.net/firmware.php;
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
maintainers = with maintainers; [ lukasepple ];
maintainers = with maintainers; [ sternenseemann ];
platforms = with platforms; linux;
};
}

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/miekg/rdup";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ lukasepple ];
maintainers = with stdenv.lib.maintainers; [ sternenseemann ];
};
}