pkgs/development/libraries: add missing descriptions and homepages
(#73312)
This commit is contained in:
committed by
Renaud
parent
056bda4714
commit
96476e6b2a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user