pkgs/development/libraries: add missing descriptions and homepages

(#73312)
This commit is contained in:
Christine Koppelt
2019-11-17 10:41:21 +01:00
committed by Renaud
parent 056bda4714
commit 96476e6b2a
5 changed files with 9 additions and 3 deletions
@@ -7,7 +7,8 @@ stdenv.mkDerivation {
};
buildInputs = [ libusb ];
meta = {
homepage = https://code.google.com/archive/p/garmintools/; # community clone at https://github.com/ianmartin/garmintools
description = "Provides the ability to communicate with the Garmin Forerunner 305 via the USB interface";
homepage = "https://code.google.com/archive/p/garmintools/"; # community clone at https://github.com/ianmartin/garmintools
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.ocharles ];
platforms = stdenv.lib.platforms.unix;