libs3: fix meta attributes

This commit is contained in:
Pascal Wittmann 2015-05-21 15:41:06 +02:00
parent 71aaebc954
commit 16a745fbb9

View File

@ -16,8 +16,8 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/bji/libs3; homepage = https://github.com/bji/libs3;
description = "a library for interfacing with amazon s3"; description = "A library for interfacing with amazon s3";
licenses = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }