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