aespipe: Fix typo in maintainer id
This commit is contained in:
parent
787b150089
commit
c2ba006ec9
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "AES encrypting or decrypting pipe";
|
description = "AES encrypting or decrypting pipe";
|
||||||
homepage = http://loop-aes.sourceforge.net/aespipe.README;
|
homepage = http://loop-aes.sourceforge.net/aespipe.README;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
#maintainers = stdenv.lib.maintainers.goibniu;
|
maintainers = stdenv.lib.maintainers.goibhniu;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user