Comment out non-existent maintainer attribute

http://hydra.nixos.org/build/4191101
This commit is contained in:
Eelco Dolstra 2013-02-21 17:48:46 +01:00
parent 95ca031be9
commit f9c4ce79c8
1 changed files with 1 additions and 1 deletions

View File

@ -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.goibniu;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }