3
0
Fork 0
forked from mirrors/nixpkgs

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; {
homepage = https://github.com/bji/libs3;
description = "a library for interfacing with amazon s3";
licenses = licenses.gpl3;
description = "A library for interfacing with amazon s3";
license = licenses.gpl3;
platforms = platforms.unix;
};
}