mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
xearth: improve meta.license
This commit is contained in:
parent
17ee3bcc82
commit
2459917e66
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user