various: update homepage (#370930)
This commit is contained in:
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Full GPL'd suite of Electronic Design Automation tools";
|
||||
homepage = "http://www.geda-project.org/";
|
||||
homepage = "https://geda.sourceforge.net/";
|
||||
maintainers = with maintainers; [ pjones ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Software package for performing Bayesian analysis and simulation using Markov Chain Monte Carlo";
|
||||
homepage = "https://www.mrc-bsu.cam.ac.uk/software/bugs/openbugs/";
|
||||
homepage = "https://github.com/jsta/openbugs/";
|
||||
changelog = "https://github.com/jsta/openbugs/blob/master/ChangeLog";
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
license = licenses.gpl3Only;
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tiling tabbed window manager designed with keyboard users in mind";
|
||||
homepage = "https://modeemi.fi/~tuomov/ion";
|
||||
homepage = "https://tuomov.iki.fi/software/ion/";
|
||||
platforms = with platforms; linux;
|
||||
license = licenses.lgpl21;
|
||||
maintainers = [ ];
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Tar-compatible block-based archiver";
|
||||
mainProgram = "btar";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
homepage = "https://viric.name/cgi-bin/btar";
|
||||
homepage = "https://briantracy.xyz/writing/btar.html";
|
||||
platforms = platforms.all;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "C/C++ toolkit for SOAP web services and XML-based applications";
|
||||
homepage = "http://www.cs.fsu.edu/~engelen/soap.html";
|
||||
homepage = "https://www.genivia.com/products.html";
|
||||
# gsoap is dual/triple licensed (see homepage for details):
|
||||
# 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1).
|
||||
# Components NOT covered by the gSOAP Public License are:
|
||||
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Acidhub";
|
||||
owner = "Ranthrall";
|
||||
repo = "nullidentdmod";
|
||||
rev = "v${version}";
|
||||
sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k";
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Simple identd that just replies with a random string or customized userid";
|
||||
mainProgram = "nullidentdmod";
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = "http://acidhub.click/NullidentdMod";
|
||||
homepage = "https://github.com/Ranthrall/nullidentdmod";
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
platforms = platforms.linux; # Must be run by systemd
|
||||
};
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
|
||||
recursive-bisection, multilevel k-way, and multi-constraint partitioning
|
||||
schemes
|
||||
'';
|
||||
homepage = "http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview";
|
||||
homepage = "https://github.com/KarypisLab/ParMETIS";
|
||||
platforms = platforms.all;
|
||||
license = licenses.unfree;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
|
||||
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Printed Circuit Board editor";
|
||||
homepage = "http://pcb.geda-project.org/";
|
||||
homepage = "https://sourceforge.net/projects/pcb/";
|
||||
maintainers = with maintainers; [ mog ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
|
||||
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Terra station is the official wallet of the Terra blockchain";
|
||||
homepage = "https://docs.terra.money/docs/learn/terra-station/README.html";
|
||||
homepage = "https://station.money/";
|
||||
license = licenses.isc;
|
||||
maintainers = [ maintainers.peterwilli ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
||||
@@ -26,7 +26,7 @@ clangStdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.princeton.edu/~chaff/zchaf";
|
||||
homepage = "https://www.princeton.edu/~chaff/zchaff.html";
|
||||
description = "Accelerated SAT Solver from Princeton";
|
||||
mainProgram = "zchaff";
|
||||
license = licenses.mit;
|
||||
|
||||
@@ -39,7 +39,7 @@ else
|
||||
prefixKey = "-prefix=";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://kerneis.github.io/cil/";
|
||||
homepage = "https://sourceforge.net/projects/cil/";
|
||||
description = "Front-end for the C programming language that facilitates program analysis and transformation";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.vbgl ];
|
||||
|
||||
@@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Toolkit for developing and comparing your reinforcement learning agents";
|
||||
homepage = "https://gym.openai.com/";
|
||||
homepage = "https://www.gymlibrary.dev/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hyphon81 ];
|
||||
};
|
||||
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "LlamaIndex Readers Integration for files";
|
||||
homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-legacy";
|
||||
homepage = "https://github.com/run-llama/llama_index/tree/v0.9.48";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -31,8 +31,8 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Django extension for creating forms that vary according to user permissions";
|
||||
homepage = "https://github.com/wagtail/permissionedforms";
|
||||
changelog = "https://github.com/wagtail/permissionedforms/blob/v${version}/CHANGELOG.md";
|
||||
homepage = "https://github.com/wagtail/django-permissionedforms";
|
||||
changelog = "https://github.com/wagtail/django-permissionedforms/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ sephi ];
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Should assertions in Python as clear and readable as possible";
|
||||
homepage = "http://www.should-dsl.info/";
|
||||
homepage = "https://github.com/nsi-iff/should-dsl";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jluttine ];
|
||||
};
|
||||
|
||||
@@ -75,7 +75,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://niftools.sourceforge.net/wiki/NifSkope";
|
||||
homepage = "https://github.com/niftools/nifskope";
|
||||
description = "Tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user