From 2459917e66c70c80e16c315d62b3533c9239a2fa Mon Sep 17 00:00:00 2001 From: MarcFontaine Date: Sun, 26 Nov 2023 12:00:38 +0100 Subject: [PATCH] xearth: improve meta.license --- pkgs/applications/science/astronomy/xearth/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/astronomy/xearth/default.nix b/pkgs/applications/science/astronomy/xearth/default.nix index bd92ae01ebb1..7fcc588658ae 100644 --- a/pkgs/applications/science/astronomy/xearth/default.nix +++ b/pkgs/applications/science/astronomy/xearth/default.nix @@ -17,14 +17,18 @@ stdenv.mkDerivation rec { meta = with lib; { description = "sets the X root window to an image of the Earth"; - homepage = "http://xplanet.org"; + homepage = "https://xearth.org"; longDescription = '' Xearth sets the X root window to an image of the Earth, as seen from your favorite vantage point in space, correctly shaded for the current position of the Sun. By default, xearth updates the displayed image every five minutes. ''; maintainers = [ maintainers.mafo ]; - license = "xearth"; + license = { + fullName = "xearth license"; + url = "https://xearth.org/copyright.html"; + free = true; + }; platforms=platforms.unix; };