maintainers: rename lukasepple according to github account name

This commit is contained in:
sternenseemann
2016-10-09 22:04:22 +02:00
parent e0faee950c
commit 3fb2993cb3
4 changed files with 4 additions and 4 deletions
@@ -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;
};
}