1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

aespipe: Fix typo in maintainer id

This commit is contained in:
Cillian de Róiste 2013-02-21 22:30:14 +01:00
parent 787b150089
commit c2ba006ec9

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
description = "AES encrypting or decrypting pipe";
homepage = http://loop-aes.sourceforge.net/aespipe.README;
license = "GPL";
#maintainers = stdenv.lib.maintainers.goibniu;
maintainers = stdenv.lib.maintainers.goibhniu;
platforms = stdenv.lib.platforms.linux;
};
}