From 16a745fbb99c3bd003d7c5d410e2c05c565abebd Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Thu, 21 May 2015 15:41:06 +0200 Subject: libs3: fix meta attributes --- pkgs/development/libraries/libs3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/libs3') diff --git a/pkgs/development/libraries/libs3/default.nix b/pkgs/development/libraries/libs3/default.nix index 3d8699918e1..62970b71904 100644 --- a/pkgs/development/libraries/libs3/default.nix +++ b/pkgs/development/libraries/libs3/default.nix @@ -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; }; } -- cgit 1.4.1