treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib;{
|
||||
homepage = https://www.astrolabeproject.com;
|
||||
homepage = "https://www.astrolabeproject.com";
|
||||
description = "A Java-based tool for generating EPS files for constructing astrolabes and related tools";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.genesis ];
|
||||
|
||||
@@ -66,7 +66,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Free space simulation";
|
||||
homepage = https://celestia.space/;
|
||||
homepage = "https://celestia.space/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||
extensible. GILDAS is written in Fortran-90, with a
|
||||
few parts in C/C++ (mainly keyboard interaction,
|
||||
plotting, widgets).'';
|
||||
homepage = http://www.iram.fr/IRAMFR/GILDAS/gildas.html;
|
||||
homepage = "http://www.iram.fr/IRAMFR/GILDAS/gildas.html";
|
||||
license = stdenv.lib.licenses.free;
|
||||
maintainers = [ stdenv.lib.maintainers.bzizou stdenv.lib.maintainers.smaret ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
@@ -28,7 +28,7 @@ in stdenv.mkDerivation {
|
||||
'';
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
homepage = http://gpredict.oz9aec.net/;
|
||||
homepage = "http://gpredict.oz9aec.net/";
|
||||
maintainers = [ maintainers.markuskowa maintainers.cmcdragonkai ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = https://gravit.slowchop.com;
|
||||
homepage = "https://gravit.slowchop.com";
|
||||
description = "Beautiful OpenGL-based gravity simulator";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
WARNING: This build is not very usable for now.
|
||||
'';
|
||||
homepage = https://www.openspaceproject.com/;
|
||||
homepage = "https://www.openspaceproject.com/";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = true; # fails to build
|
||||
|
||||
@@ -24,7 +24,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Free open-source planetarium";
|
||||
homepage = http://stellarium.org/;
|
||||
homepage = "http://stellarium.org/";
|
||||
license = licenses.gpl2;
|
||||
|
||||
platforms = platforms.linux; # should be mesaPlatforms, but we don't have qt on darwin
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Renders an image of the earth or other planets into the X root window";
|
||||
homepage = http://xplanet.sourceforge.net;
|
||||
homepage = "http://xplanet.sourceforge.net";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ lassulus sander ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user