Merge pull request #184331 from wegank/libgweather-darwin

This commit is contained in:
Sandro
2022-08-02 16:00:30 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
description = "A convenience library for the geocoding and reverse geocoding using Nominatim service";
license = licenses.lgpl2Plus;
maintainers = teams.gnome.members;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
@@ -82,6 +82,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Projects/LibGWeather";
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
platforms = platforms.linux;
platforms = platforms.unix;
};
}