various: update homepage (#370930)

authored by Weijia Wang and committed by GitHub a3d98c86 f1fca8fc

+18 -18
+1 -1
pkgs/applications/science/electronics/geda/default.nix
··· 50 51 meta = with lib; { 52 description = "Full GPL'd suite of Electronic Design Automation tools"; 53 - homepage = "http://www.geda-project.org/"; 54 maintainers = with maintainers; [ pjones ]; 55 platforms = platforms.linux; 56 license = licenses.gpl2;
··· 50 51 meta = with lib; { 52 description = "Full GPL'd suite of Electronic Design Automation tools"; 53 + homepage = "https://geda.sourceforge.net/"; 54 maintainers = with maintainers; [ pjones ]; 55 platforms = platforms.linux; 56 license = licenses.gpl2;
+1 -1
pkgs/applications/science/machine-learning/openbugs/default.nix
··· 18 19 meta = with lib; { 20 description = "Software package for performing Bayesian analysis and simulation using Markov Chain Monte Carlo"; 21 - homepage = "https://www.mrc-bsu.cam.ac.uk/software/bugs/openbugs/"; 22 changelog = "https://github.com/jsta/openbugs/blob/master/ChangeLog"; 23 platforms = [ "i686-linux" "x86_64-linux" ]; 24 license = licenses.gpl3Only;
··· 18 19 meta = with lib; { 20 description = "Software package for performing Bayesian analysis and simulation using Markov Chain Monte Carlo"; 21 + homepage = "https://github.com/jsta/openbugs/"; 22 changelog = "https://github.com/jsta/openbugs/blob/master/ChangeLog"; 23 platforms = [ "i686-linux" "x86_64-linux" ]; 24 license = licenses.gpl3Only;
+1 -1
pkgs/applications/window-managers/ion-3/default.nix
··· 45 46 meta = with lib; { 47 description = "Tiling tabbed window manager designed with keyboard users in mind"; 48 - homepage = "https://modeemi.fi/~tuomov/ion"; 49 platforms = with platforms; linux; 50 license = licenses.lgpl21; 51 maintainers = [ ];
··· 45 46 meta = with lib; { 47 description = "Tiling tabbed window manager designed with keyboard users in mind"; 48 + homepage = "https://tuomov.iki.fi/software/ion/"; 49 platforms = with platforms; linux; 50 license = licenses.lgpl21; 51 maintainers = [ ];
+1 -1
pkgs/by-name/bt/btar/package.nix
··· 36 description = "Tar-compatible block-based archiver"; 37 mainProgram = "btar"; 38 license = lib.licenses.gpl3Plus; 39 - homepage = "https://viric.name/cgi-bin/btar"; 40 platforms = platforms.all; 41 maintainers = [ ]; 42 };
··· 36 description = "Tar-compatible block-based archiver"; 37 mainProgram = "btar"; 38 license = lib.licenses.gpl3Plus; 39 + homepage = "https://briantracy.xyz/writing/btar.html"; 40 platforms = platforms.all; 41 maintainers = [ ]; 42 };
+1 -1
pkgs/by-name/gs/gsoap/package.nix
··· 53 54 meta = with lib; { 55 description = "C/C++ toolkit for SOAP web services and XML-based applications"; 56 - homepage = "http://www.cs.fsu.edu/~engelen/soap.html"; 57 # gsoap is dual/triple licensed (see homepage for details): 58 # 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1). 59 # Components NOT covered by the gSOAP Public License are:
··· 53 54 meta = with lib; { 55 description = "C/C++ toolkit for SOAP web services and XML-based applications"; 56 + homepage = "https://www.genivia.com/products.html"; 57 # gsoap is dual/triple licensed (see homepage for details): 58 # 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1). 59 # Components NOT covered by the gSOAP Public License are:
+2 -2
pkgs/by-name/nu/nullidentdmod/package.nix
··· 10 version = "1.3"; 11 12 src = fetchFromGitHub { 13 - owner = "Acidhub"; 14 repo = "nullidentdmod"; 15 rev = "v${version}"; 16 sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k"; ··· 26 description = "Simple identd that just replies with a random string or customized userid"; 27 mainProgram = "nullidentdmod"; 28 license = licenses.gpl2Plus; 29 - homepage = "http://acidhub.click/NullidentdMod"; 30 maintainers = with maintainers; [ das_j ]; 31 platforms = platforms.linux; # Must be run by systemd 32 };
··· 10 version = "1.3"; 11 12 src = fetchFromGitHub { 13 + owner = "Ranthrall"; 14 repo = "nullidentdmod"; 15 rev = "v${version}"; 16 sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k"; ··· 26 description = "Simple identd that just replies with a random string or customized userid"; 27 mainProgram = "nullidentdmod"; 28 license = licenses.gpl2Plus; 29 + homepage = "https://github.com/Ranthrall/nullidentdmod"; 30 maintainers = with maintainers; [ das_j ]; 31 platforms = platforms.linux; # Must be run by systemd 32 };
+1 -1
pkgs/by-name/pa/parmetis/package.nix
··· 38 recursive-bisection, multilevel k-way, and multi-constraint partitioning 39 schemes 40 ''; 41 - homepage = "http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview"; 42 platforms = platforms.all; 43 license = licenses.unfree; 44 maintainers = [ maintainers.costrouc ];
··· 38 recursive-bisection, multilevel k-way, and multi-constraint partitioning 39 schemes 40 ''; 41 + homepage = "https://github.com/KarypisLab/ParMETIS"; 42 platforms = platforms.all; 43 license = licenses.unfree; 44 maintainers = [ maintainers.costrouc ];
+1 -1
pkgs/by-name/pc/pcb/package.nix
··· 62 63 meta = with lib; { 64 description = "Printed Circuit Board editor"; 65 - homepage = "http://pcb.geda-project.org/"; 66 maintainers = with maintainers; [ mog ]; 67 platforms = platforms.linux; 68 license = licenses.gpl2;
··· 62 63 meta = with lib; { 64 description = "Printed Circuit Board editor"; 65 + homepage = "https://sourceforge.net/projects/pcb/"; 66 maintainers = with maintainers; [ mog ]; 67 platforms = platforms.linux; 68 license = licenses.gpl2;
+1 -1
pkgs/by-name/te/terra-station/package.nix
··· 73 74 meta = with lib; { 75 description = "Terra station is the official wallet of the Terra blockchain"; 76 - homepage = "https://docs.terra.money/docs/learn/terra-station/README.html"; 77 license = licenses.isc; 78 maintainers = [ maintainers.peterwilli ]; 79 platforms = [ "x86_64-linux" ];
··· 73 74 meta = with lib; { 75 description = "Terra station is the official wallet of the Terra blockchain"; 76 + homepage = "https://station.money/"; 77 license = licenses.isc; 78 maintainers = [ maintainers.peterwilli ]; 79 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/by-name/zc/zchaff/package.nix
··· 26 ''; 27 28 meta = with lib; { 29 - homepage = "https://www.princeton.edu/~chaff/zchaf"; 30 description = "Accelerated SAT Solver from Princeton"; 31 mainProgram = "zchaff"; 32 license = licenses.mit;
··· 26 ''; 27 28 meta = with lib; { 29 + homepage = "https://www.princeton.edu/~chaff/zchaff.html"; 30 description = "Accelerated SAT Solver from Princeton"; 31 mainProgram = "zchaff"; 32 license = licenses.mit;
+1 -1
pkgs/development/ocaml-modules/cil/default.nix
··· 39 prefixKey = "-prefix="; 40 41 meta = with lib; { 42 - homepage = "http://kerneis.github.io/cil/"; 43 description = "Front-end for the C programming language that facilitates program analysis and transformation"; 44 license = licenses.bsd3; 45 maintainers = [ maintainers.vbgl ];
··· 39 prefixKey = "-prefix="; 40 41 meta = with lib; { 42 + homepage = "https://sourceforge.net/projects/cil/"; 43 description = "Front-end for the C programming language that facilitates program analysis and transformation"; 44 license = licenses.bsd3; 45 maintainers = [ maintainers.vbgl ];
+1 -1
pkgs/development/python-modules/gym/default.nix
··· 34 35 meta = with lib; { 36 description = "Toolkit for developing and comparing your reinforcement learning agents"; 37 - homepage = "https://gym.openai.com/"; 38 license = licenses.mit; 39 maintainers = with maintainers; [ hyphon81 ]; 40 };
··· 34 35 meta = with lib; { 36 description = "Toolkit for developing and comparing your reinforcement learning agents"; 37 + homepage = "https://www.gymlibrary.dev/"; 38 license = licenses.mit; 39 maintainers = with maintainers; [ hyphon81 ]; 40 };
+1 -1
pkgs/development/python-modules/llama-index-legacy/default.nix
··· 31 32 meta = with lib; { 33 description = "LlamaIndex Readers Integration for files"; 34 - homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-legacy"; 35 license = licenses.mit; 36 maintainers = with maintainers; [ fab ]; 37 };
··· 31 32 meta = with lib; { 33 description = "LlamaIndex Readers Integration for files"; 34 + homepage = "https://github.com/run-llama/llama_index/tree/v0.9.48"; 35 license = licenses.mit; 36 maintainers = with maintainers; [ fab ]; 37 };
+2 -2
pkgs/development/python-modules/permissionedforms/default.nix
··· 31 32 meta = with lib; { 33 description = "Django extension for creating forms that vary according to user permissions"; 34 - homepage = "https://github.com/wagtail/permissionedforms"; 35 - changelog = "https://github.com/wagtail/permissionedforms/blob/v${version}/CHANGELOG.md"; 36 license = licenses.bsd3; 37 maintainers = with maintainers; [ sephi ]; 38 };
··· 31 32 meta = with lib; { 33 description = "Django extension for creating forms that vary according to user permissions"; 34 + homepage = "https://github.com/wagtail/django-permissionedforms"; 35 + changelog = "https://github.com/wagtail/django-permissionedforms/blob/v${version}/CHANGELOG.md"; 36 license = licenses.bsd3; 37 maintainers = with maintainers; [ sephi ]; 38 };
+1 -1
pkgs/development/python-modules/should-dsl/default.nix
··· 20 21 meta = with lib; { 22 description = "Should assertions in Python as clear and readable as possible"; 23 - homepage = "http://www.should-dsl.info/"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ jluttine ]; 26 };
··· 20 21 meta = with lib; { 22 description = "Should assertions in Python as clear and readable as possible"; 23 + homepage = "https://github.com/nsi-iff/should-dsl"; 24 license = licenses.mit; 25 maintainers = with maintainers; [ jluttine ]; 26 };
+1 -1
pkgs/tools/graphics/nifskope/default.nix
··· 75 ''; 76 77 meta = with lib; { 78 - homepage = "https://niftools.sourceforge.net/wiki/NifSkope"; 79 description = "Tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files"; 80 maintainers = [ ]; 81 platforms = platforms.linux;
··· 75 ''; 76 77 meta = with lib; { 78 + homepage = "https://github.com/niftools/nifskope"; 79 description = "Tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files"; 80 maintainers = [ ]; 81 platforms = platforms.linux;