From b3d70d2bdf41e3c0bb9fe4c1f8af3a8cf12bb72f Mon Sep 17 00:00:00 2001 From: dschaadt Date: Mon, 17 Jul 2023 17:38:04 +0200 Subject: [PATCH] Update packages.json (#2653) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 6a2d93a..cdcf3d1 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,22 @@ [ + { + "name": "sun_moon", + "url": "https://github.com/dschaadt/sun_moon", + "method": "git", + "tags": [ + "astro", + "sun", + "moon", + "position", + "sunrise", + "sunset", + "moonrise", + "moonset", + ], + "description": "Astro functions for calcuation of sun and moon position, rise and set time as well as civil, nautical and astronomical dawn and dusk as a function of latitude and longitude.", + "license": "MIT", + "web": "https://github.com/dschaadt/sun_moon" + }, { "name": "nimip", "url": "https://github.com/hitblast/nimip",