Skip to content

Commit a3d98c8

Browse files
authored
various: update homepage (NixOS#370930)
2 parents f1fca8f + a2a0978 commit a3d98c8

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

pkgs/applications/science/electronics/geda/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
5050

5151
meta = with lib; {
5252
description = "Full GPL'd suite of Electronic Design Automation tools";
53-
homepage = "http://www.geda-project.org/";
53+
homepage = "https://geda.sourceforge.net/";
5454
maintainers = with maintainers; [ pjones ];
5555
platforms = platforms.linux;
5656
license = licenses.gpl2;

pkgs/applications/science/machine-learning/openbugs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
1818

1919
meta = with lib; {
2020
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/";
2222
changelog = "https://github.com/jsta/openbugs/blob/master/ChangeLog";
2323
platforms = [ "i686-linux" "x86_64-linux" ];
2424
license = licenses.gpl3Only;

pkgs/applications/window-managers/ion-3/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
4545

4646
meta = with lib; {
4747
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/";
4949
platforms = with platforms; linux;
5050
license = licenses.lgpl21;
5151
maintainers = [ ];

pkgs/by-name/bt/btar/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
3636
description = "Tar-compatible block-based archiver";
3737
mainProgram = "btar";
3838
license = lib.licenses.gpl3Plus;
39-
homepage = "https://viric.name/cgi-bin/btar";
39+
homepage = "https://briantracy.xyz/writing/btar.html";
4040
platforms = platforms.all;
4141
maintainers = [ ];
4242
};

pkgs/by-name/gs/gsoap/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
5353

5454
meta = with lib; {
5555
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";
5757
# gsoap is dual/triple licensed (see homepage for details):
5858
# 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1).
5959
# Components NOT covered by the gSOAP Public License are:

pkgs/by-name/nu/nullidentdmod/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
1010
version = "1.3";
1111

1212
src = fetchFromGitHub {
13-
owner = "Acidhub";
13+
owner = "Ranthrall";
1414
repo = "nullidentdmod";
1515
rev = "v${version}";
1616
sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k";
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626
description = "Simple identd that just replies with a random string or customized userid";
2727
mainProgram = "nullidentdmod";
2828
license = licenses.gpl2Plus;
29-
homepage = "http://acidhub.click/NullidentdMod";
29+
homepage = "https://github.com/Ranthrall/nullidentdmod";
3030
maintainers = with maintainers; [ das_j ];
3131
platforms = platforms.linux; # Must be run by systemd
3232
};

pkgs/by-name/pa/parmetis/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
3838
recursive-bisection, multilevel k-way, and multi-constraint partitioning
3939
schemes
4040
'';
41-
homepage = "http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview";
41+
homepage = "https://github.com/KarypisLab/ParMETIS";
4242
platforms = platforms.all;
4343
license = licenses.unfree;
4444
maintainers = [ maintainers.costrouc ];

pkgs/by-name/pc/pcb/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
6262

6363
meta = with lib; {
6464
description = "Printed Circuit Board editor";
65-
homepage = "http://pcb.geda-project.org/";
65+
homepage = "https://sourceforge.net/projects/pcb/";
6666
maintainers = with maintainers; [ mog ];
6767
platforms = platforms.linux;
6868
license = licenses.gpl2;

pkgs/by-name/te/terra-station/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
7373

7474
meta = with lib; {
7575
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/";
7777
license = licenses.isc;
7878
maintainers = [ maintainers.peterwilli ];
7979
platforms = [ "x86_64-linux" ];

pkgs/by-name/zc/zchaff/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clangStdenv.mkDerivation rec {
2626
'';
2727

2828
meta = with lib; {
29-
homepage = "https://www.princeton.edu/~chaff/zchaf";
29+
homepage = "https://www.princeton.edu/~chaff/zchaff.html";
3030
description = "Accelerated SAT Solver from Princeton";
3131
mainProgram = "zchaff";
3232
license = licenses.mit;

0 commit comments

Comments
 (0)