lol

metadata

svn path=/nixpkgs/trunk/; revision=23958

+2
+2
pkgs/development/libraries/libofx/default.nix
··· 17 17 description = "Opensource implementation of the Open Financial eXchange specification"; 18 18 homepage = http://libofx.sourceforge.net/; 19 19 license = "LGPL"; 20 + platforms = stdenv.lib.platforms.all; 21 + maintainers = [ stdenv.lib.maintainers.urkud ]; 20 22 }; 21 23 } 22 24