Bring my stdenv.lib.maintainers user name in line with my github nick.
This commit is contained in:
@@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.nongnu.org/lzip/lzip.html";
|
||||
description = "a lossless data compressor based on the LZMA algorithm";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user