···53535454 meta = with lib; {
5555 description = "C/C++ toolkit for SOAP web services and XML-based applications";
5656- homepage = "http://www.cs.fsu.edu/~engelen/soap.html";
5656+ 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:
+2-2
pkgs/by-name/nu/nullidentdmod/package.nix
···1010 version = "1.3";
11111212 src = fetchFromGitHub {
1313- owner = "Acidhub";
1313+ owner = "Ranthrall";
1414 repo = "nullidentdmod";
1515 rev = "v${version}";
1616 sha256 = "1ahwm5pyidc6m07rh5ls2lc25kafrj233nnbcybprgl7bqdq1b0k";
···2626 description = "Simple identd that just replies with a random string or customized userid";
2727 mainProgram = "nullidentdmod";
2828 license = licenses.gpl2Plus;
2929- homepage = "http://acidhub.click/NullidentdMod";
2929+ homepage = "https://github.com/Ranthrall/nullidentdmod";
3030 maintainers = with maintainers; [ das_j ];
3131 platforms = platforms.linux; # Must be run by systemd
3232 };
···73737474 meta = with lib; {
7575 description = "Terra station is the official wallet of the Terra blockchain";
7676- homepage = "https://docs.terra.money/docs/learn/terra-station/README.html";
7676+ homepage = "https://station.money/";
7777 license = licenses.isc;
7878 maintainers = [ maintainers.peterwilli ];
7979 platforms = [ "x86_64-linux" ];
+1-1
pkgs/by-name/zc/zchaff/package.nix
···2626 '';
27272828 meta = with lib; {
2929- homepage = "https://www.princeton.edu/~chaff/zchaf";
2929+ homepage = "https://www.princeton.edu/~chaff/zchaff.html";
3030 description = "Accelerated SAT Solver from Princeton";
3131 mainProgram = "zchaff";
3232 license = licenses.mit;
+1-1
pkgs/development/ocaml-modules/cil/default.nix
···3939 prefixKey = "-prefix=";
40404141 meta = with lib; {
4242- homepage = "http://kerneis.github.io/cil/";
4242+ homepage = "https://sourceforge.net/projects/cil/";
4343 description = "Front-end for the C programming language that facilitates program analysis and transformation";
4444 license = licenses.bsd3;
4545 maintainers = [ maintainers.vbgl ];
+1-1
pkgs/development/python-modules/gym/default.nix
···34343535 meta = with lib; {
3636 description = "Toolkit for developing and comparing your reinforcement learning agents";
3737- homepage = "https://gym.openai.com/";
3737+ homepage = "https://www.gymlibrary.dev/";
3838 license = licenses.mit;
3939 maintainers = with maintainers; [ hyphon81 ];
4040 };