Bring my stdenv.lib.maintainers user name in line with my github nick.
This commit is contained in:
@@ -27,8 +27,6 @@ stdenv.mkDerivation {
|
||||
homepage = "http://linux.dell.com/libsmbios/main";
|
||||
description = "a library to obtain BIOS information";
|
||||
license = stdenv.lib.licenses.gpl2Plus; # alternatively, under the Open Software License version 2.1
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user