aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/exempi
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-11-17 10:41:21 +0100
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-17 10:41:21 +0100
commit96476e6b2a82034c21f1ddc3476a5859a7d79e95 (patch)
tree7674e04a4833b6e8d961719007b46f0496412b27 /pkgs/development/libraries/exempi
parent056bda4714dfb438761e6ad788501d750beb8aa0 (diff)
pkgs/development/libraries: add missing descriptions and homepages
(#73312)
Diffstat (limited to 'pkgs/development/libraries/exempi')
-rw-r--r--pkgs/development/libraries/exempi/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/exempi/default.nix b/pkgs/development/libraries/exempi/default.nix
index 22c812ba4c21..5638db712451 100644
--- a/pkgs/development/libraries/exempi/default.nix
+++ b/pkgs/development/libraries/exempi/default.nix
@@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isLinux;
meta = with stdenv.lib; {
- homepage = https://libopenraw.freedesktop.org/wiki/Exempi/;
+ description = "An implementation of XMP (Adobe's Extensible Metadata Platform)";
+ homepage = "https://libopenraw.freedesktop.org/wiki/Exempi/";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.bsd3;
};