Merge pull request #45921 from markuskowa/homepages
Cleanup homepage links
This commit is contained in:
@@ -20,10 +20,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The Oil Runtime Compiler";
|
||||
homepage = http://code.entropywave.com/orc/;
|
||||
homepage = https://gstreamer.freedesktop.org/projects/orc.html;
|
||||
# The source code implementing the Marsenne Twister algorithm is licensed
|
||||
# under the 3-clause BSD license. The rest is 2-clause BSD license.
|
||||
license = licenses.bsd3;
|
||||
license = with licenses; [ bsd3 bsd2 ];
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.fuuzetsu ];
|
||||
};
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "An array language from Nial Systems";
|
||||
homepage = http://www.nial.com;
|
||||
homepage = https://github.com/vrthra/qnial;
|
||||
license = stdenv.lib.licenses.artistic1;
|
||||
maintainers = [ stdenv.lib.maintainers.vrthra ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -8,12 +8,12 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/LASzip/LASzip/archive/v${version}.tar.gz";
|
||||
sha256 = "b8e8cc295f764b9d402bc587f3aac67c83ed8b39f1cb686b07c168579c61fbb2";
|
||||
};
|
||||
|
||||
|
||||
buildInputs = [cmake];
|
||||
|
||||
meta = {
|
||||
description = "Turn quickly bulky LAS files into compact LAZ files without information loss";
|
||||
homepage = https://www.laszip.org;
|
||||
homepage = https://laszip.org;
|
||||
license = stdenv.lib.licenses.lgpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.michelk ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A C++ platform for building dynamic and reflexive systems with an emphasis on audio and media";
|
||||
homepage = https://jamoma.org;
|
||||
homepage = http://www.jamoma.org;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ tcl ];
|
||||
|
||||
meta = {
|
||||
homepage = http://tcl.activestate.com/software/tcllib/;
|
||||
homepage = https://sourceforge.net/projects/tcllib;
|
||||
description = "High-level widget set for Tcl/Tk";
|
||||
license = stdenv.lib.licenses.tcltk;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or,
|
||||
and line & polygon offsetting. The library is based on Vatti's clipping algorithm.
|
||||
'';
|
||||
homepage = https://www.angusj.com/delphi/clipper.php;
|
||||
homepage = https://sourceforge.net/projects/polyclipping;
|
||||
license = licenses.boost;
|
||||
maintainers = with maintainers; [ mpickering ];
|
||||
platforms = with platforms; unix;
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://trac.bjourne.webfactional.com/;
|
||||
homepage = "https://wiki.gnome.org/Projects/GTK%2B/GtkImageView";
|
||||
|
||||
description = "Image viewer widget for GTK+";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user