libs3: fix meta attributes
This commit is contained in:
parent
71aaebc954
commit
16a745fbb9
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user